Skip to content

Commit f7af27b

Browse files
committed
update
1 parent d528880 commit f7af27b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

v4m-container/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Start with a clearly defined base image
21
FROM frolvlad/alpine-glibc:latest
32

4-
# Define ARGs with clear default values
3+
# Version of the Viya Monitoring for Kubernetes deployment to download to the container
54
ARG V4M_TAG="stable"
65
ARG OS=linux
76
ARG ARCH=amd64
87
ARG HELM_VER=v3.8.0
98
ARG KUBECTL_VER=v1.23.4
9+
# oc versions: https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/
1010
ARG OC_VER=4.8
1111

1212
# Set environment variables in a single layer

0 commit comments

Comments
 (0)