Skip to content

Commit

Permalink
use majorVersion in docker FROM statements
Browse files Browse the repository at this point in the history
Signed-off-by: MarkAckert <[email protected]>
  • Loading branch information
MarkAckert committed Aug 30, 2024
1 parent ad5d0c2 commit d802887
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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:3-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:3-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=3-ubuntu

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

Expand Down

0 comments on commit d802887

Please sign in to comment.