We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d528880 commit f7af27bCopy full SHA for f7af27b
v4m-container/Dockerfile
@@ -1,12 +1,12 @@
1
-# Start with a clearly defined base image
2
FROM frolvlad/alpine-glibc:latest
3
4
-# Define ARGs with clear default values
+# Version of the Viya Monitoring for Kubernetes deployment to download to the container
5
ARG V4M_TAG="stable"
6
ARG OS=linux
7
ARG ARCH=amd64
8
ARG HELM_VER=v3.8.0
9
ARG KUBECTL_VER=v1.23.4
+# oc versions: https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/
10
ARG OC_VER=4.8
11
12
# Set environment variables in a single layer
0 commit comments