Skip to content

Commit

Permalink
Change: Adjust WebLogic docs for recently updated UPDATED=false defau…
Browse files Browse the repository at this point in the history
…lt. (#69)
  • Loading branch information
cfi-gb authored Nov 15, 2024
1 parent a1f9a5b commit 2d495c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions applications/oracle-weblogic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
docker build applications/oracle-weblogic/12.2.1.3-2018 -t oracle-weblogic:12.2.1.3-2018
```

If not specified otherwise, the image will be built with its packages explicitly updated. To build the image without updating it use:
If not specified otherwise, the image will be built with its packages explicitly not updated. To build the image with updated packages use:

```
docker build applications/oracle-weblogic/12.2.1.3-2018 --build-arg=UPDATED=false -t oracle-weblogic:12.2.1.3-2018
docker build applications/oracle-weblogic/12.2.1.3-2018 --build-arg=UPDATED=true -t oracle-weblogic:12.2.1.3-2018
```

### Usage
Expand All @@ -47,10 +47,10 @@ docker run --rm --ulimit nofile=8096:8096 -it -p 2222:22 -p 7001:7001 oracle-web
docker build applications/oracle-weblogic/10.3.6.0-2017 -t oracle-weblogic:10.3.6.0-2017
```

If not specified otherwise, the image will be built with its packages explicitly updated. To build the image without updating it use:
If not specified otherwise, the image will be built with its packages explicitly not updated. To build the image with updated packages use:

```
docker build applications/oracle-weblogic/10.3.6.0-2017 --build-arg=UPDATED=false -t oracle-weblogic:10.3.6.0-2017
docker build applications/oracle-weblogic/10.3.6.0-2017 --build-arg=UPDATED=true -t oracle-weblogic:10.3.6.0-2017
```

### Usage
Expand Down

0 comments on commit 2d495c5

Please sign in to comment.