Skip to content

Commit

Permalink
use <major>-<distro> instead of latest
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 7fc584d commit 19b3c21
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions container/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} AS builder

##################################
# labels
LABEL name="USS Explorer" \
maintainer="[email protected]" \
vendor="Zowe" \
version="0.0.0" \
release="0" \
summary="IBM z/OS Unix Files UI service" \
description="This Zowe UI component can display unix files on z/OS"
maintainer="[email protected]" \
vendor="Zowe" \
version="0.0.0" \
release="0" \
summary="IBM z/OS Unix Files UI service" \
description="This Zowe UI component can display unix files on z/OS"

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

0 comments on commit 19b3c21

Please sign in to comment.