diff --git a/Dockerfile b/Dockerfile index 6834126b..c393355c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:experimental -FROM ubuntu:22.04 as baseline +FROM ubuntu:22.04 AS baseline RUN apt-get update && apt-get upgrade -y \ && apt-get install --no-install-recommends -y python3 python3-dev python3-pip curl unzip apt-transport-https ca-certificates gnupg \ @@ -8,7 +8,7 @@ RUN apt-get update && apt-get upgrade -y \ && update-alternatives --install /usr/bin/python python /usr/bin/python3 1 \ && update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 1 -FROM baseline as tool_builder +FROM baseline AS tool_builder ARG kubectl_version=1.29.8 WORKDIR /build diff --git a/docs/user/Dependencies.md b/docs/user/Dependencies.md index 167f7169..950fd686 100644 --- a/docs/user/Dependencies.md +++ b/docs/user/Dependencies.md @@ -26,7 +26,6 @@ The following list details our dependencies and versions (~ indicates multiple p | ansible-galaxy | kubernetes.core | 5.0.0 | If you are using a provider based kubeconfig file created by viya4-iac-gcp:4.5.0 or newer, install these dependencies: -<< MIGHT NEED TO UPDATE GCP VERSION ^^ >> | SOURCE | NAME | VERSION | |----------------|-------------------------|-------------| | ~ | gcloud | 496.0.0 |