Skip to content

Commit

Permalink
Merge pull request #3967 from zowe/user/markackert/v2-container-build…
Browse files Browse the repository at this point in the history
…-updates

Update base-jdk and base-node builds
  • Loading branch information
MarkAckert authored Aug 30, 2024
2 parents f3930b9 + 7a797ba commit 55cd17e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion containers/base-jdk/ubi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Copyright Contributors to the Zowe Project.
#######################################################################

FROM zowe-docker-release.jfrog.io/ompzowe/base:latest-ubi
FROM zowe-docker-release.jfrog.io/ompzowe/base:2-ubi

##################################
# labels
Expand Down
2 changes: 1 addition & 1 deletion containers/base-jdk/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Copyright Contributors to the Zowe Project.
#######################################################################

FROM zowe-docker-release.jfrog.io/ompzowe/base:latest-ubuntu
FROM zowe-docker-release.jfrog.io/ompzowe/base:2-ubuntu

##################################
# labels
Expand Down
2 changes: 1 addition & 1 deletion containers/base-node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#######################################################################

# base image tag
ARG ZOWE_BASE_IMAGE=latest-ubuntu
ARG ZOWE_BASE_IMAGE=2-ubuntu

FROM zowe-docker-release.jfrog.io/ompzowe/base:${ZOWE_BASE_IMAGE}

Expand Down
2 changes: 1 addition & 1 deletion containers/zowe-launch-scripts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#######################################################################

# base image tag
ARG ZOWE_BASE_IMAGE=latest-ubuntu
ARG ZOWE_BASE_IMAGE=2-ubuntu

FROM zowe-docker-release.jfrog.io/ompzowe/base-node:${ZOWE_BASE_IMAGE}

Expand Down

0 comments on commit 55cd17e

Please sign in to comment.