Skip to content

Commit

Permalink
chore: capitalize as in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
saschjmil committed Oct 25, 2024
1 parent ed50633 commit a2dc58c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand All @@ -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
Expand Down
1 change: 0 additions & 1 deletion docs/user/Dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit a2dc58c

Please sign in to comment.