Skip to content

Commit

Permalink
Update gsoci.azurecr.io/giantswarm/alpine Docker tag to v3.19 (#922)
Browse files Browse the repository at this point in the history
* Update gsoci.azurecr.io/giantswarm/alpine Docker tag to v3.19

* Find EXTERNALLY-MANAGED file

* Remove EXTERNALLY-MANAGED file

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Marian Steinbach <[email protected]>
  • Loading branch information
renovate[bot] and marians authored Jan 18, 2024
1 parent d7cf49c commit 3501f31
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM gsoci.azurecr.io/giantswarm/golang:1.21.6-alpine3.18 AS golang
FROM gsoci.azurecr.io/giantswarm/conftest:v0.48.0 AS conftest

# Build Image
FROM gsoci.azurecr.io/giantswarm/alpine:3.18
FROM gsoci.azurecr.io/giantswarm/alpine:3.19

# Copy go from golang image.
COPY --from=golang /usr/local/go /usr/local/go
Expand Down Expand Up @@ -57,6 +57,10 @@ RUN mkdir ~/.ssh &&\
printf "Host github.com\n IdentitiesOnly yes\n IdentityFile ~/.ssh/id_rsa\n" >> ~/.ssh/config &&\
chmod 600 ~/.ssh/*

# Allow installing python modules in the global context.
# See https://peps.python.org/pep-0668/
RUN rm -f /usr/lib/python3.11/EXTERNALLY-MANAGED

RUN pip install yamllint==${CT_YAMLLINT_VER} yamale==${CT_YAMALE_VER}

ADD ./architect /usr/bin/architect
Expand Down

0 comments on commit 3501f31

Please sign in to comment.