Skip to content

Commit

Permalink
Merge pull request #3966 from zowe/user/markackert/v3-container-builds
Browse files Browse the repository at this point in the history
Fix base-jdk and base-node builds
  • Loading branch information
MarkAckert authored Aug 30, 2024
2 parents ad5d0c2 + 4550cee commit eaaefb6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 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
14 changes: 7 additions & 7 deletions containers/zowe-launch-scripts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
#######################################################################

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

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

##################################
# labels
LABEL name="Zowe Launch Script Image" \
maintainer="jack-tiefeng.jia@ibm.com" \
vendor="Zowe" \
version="0.0.0" \
release="0" \
summary="Base Launch Script for Zowe components" \
description="Base Launch Script for Zowe components"
maintainer="mark.ackert@broadcom.com" \
vendor="Zowe" \
version="0.0.0" \
release="0" \
summary="Base Launch Script for Zowe components" \
description="Base Launch Script for Zowe components"

##################################
# switch context
Expand Down

0 comments on commit eaaefb6

Please sign in to comment.