From 51431a030fa9a2eeca49a975bf9e5c3c9c072624 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Mat=C4=9Bj=C4=8Dek?= Date: Thu, 28 Dec 2023 09:24:12 +0100 Subject: [PATCH] Updated versions in README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: David Matějček --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f2ad674..d24e453 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ See https://www.eclipse.org/legal/epl-2.0/ 1. Run the build for changed images, example: ``` - mvn clean verify -Dglassfish.version=7.0.3 + mvn clean verify -Dglassfish.version=7.0.11 ``` 2. Commit and push 3. Visit the `docker-library/official-images` repository and replace the `library/glassfish` file @@ -69,12 +69,12 @@ Sometimes you need a customized version. OmniFish decided to push its images to *. Especially check the Dockerfile's base image version, JDK version. 2. Build the image, perhaps also with other parameters: ``` - mvn clean verify -Dglassfish.version=7.0.3 -Ddocker.glassfish.repository=myrepo/glassfish4myproject -Ddocker.noCache=true -Ddocker.glassfish.tag=7.0.3.CUST4MYPROJECT + mvn clean verify -Dglassfish.version=7.0.11 -Ddocker.glassfish.repository=myrepo/glassfish4myproject -Ddocker.noCache=true -Ddocker.glassfish.tag=7.0.11.CUST4MYPROJECT ``` 3. Deploy the image: ``` docker login # will ask for your username and password - docker push myrepo/glassfish4myproject:7.0.3.CUST4MYPROJECT + docker push myrepo/glassfish4myproject:7.0.11.CUST4MYPROJECT docker logout ``` 4. Repeat the steps 2 and 3 for the `latest` tag