Update build images to use python3

- Python2 sunset was January 1, 2020. Update all images to use python3
  and pip3 related tools. This upgrade was already performed in Omnibus
  GitLab builders.

Signed-off-by: Robert Marshall <rmarshall@gitlab.com>
This commit is contained in:
Robert Marshall 2022-06-02 20:00:57 -04:00
parent b3a9491cff
commit 10778050c4
4 changed files with 6 additions and 6 deletions

View file

@ -10,7 +10,7 @@ ENV KUBECTL_VERSION=1.16.4
ENV KUBECTL_URL=https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl
# Install dependencies
RUN apk --no-cache add -U openssl curl tar gzip bash ca-certificates git python2\
RUN apk --no-cache add -U openssl curl tar gzip bash ca-certificates git python3\
&& mkdir -p /opt
# Install kubectl