Skip to content

Commit

Permalink
Find EXTERNALLY-MANAGED file
Browse files Browse the repository at this point in the history
  • Loading branch information
marians committed Jan 18, 2024
1 parent e756e16 commit d827f2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ RUN apk add --no-cache \
py-pip \
openssh-client \
make \
yamllint \
yq &&\
curl -SL https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz | \
tar -C /usr/bin --strip-components 1 -xvzf - linux-amd64/helm && \
Expand All @@ -57,6 +58,8 @@ RUN mkdir ~/.ssh &&\
printf "Host github.com\n IdentitiesOnly yes\n IdentityFile ~/.ssh/id_rsa\n" >> ~/.ssh/config &&\
chmod 600 ~/.ssh/*

RUN find / -type f -n "EXTERNALLY-MANAGED"

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

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

0 comments on commit d827f2f

Please sign in to comment.