Skip to content

Commit

Permalink
prepare migration to gardener-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikKahl committed Dec 9, 2024
1 parent 4c2779e commit 60e06a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ RUN \
"gardener-cicd-cli==${cc_utils_version}" \
"gardener-cicd-libs==${cc_utils_version}" \
&& rm -rf "${pkgdir}" \
&& mkdir -p /cc/utils && ln -s /usr/bin/cli.py /cc/utils/cli.py \
&& mkdir -p /cc/utils && ln -s /usr/bin/gardener-ci /cc/utils/cli.py # TODO: remove after migrating scripts to gardener-ci \
&& curl -Lo /bin/kubectl \
https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl \
&& chmod +x /bin/kubectl \
Expand All @@ -100,7 +100,8 @@ RUN \
&& rm /usr/lib/python3.12/site-packages/certifi/cacert.pem \
&& ln -sf /etc/ssl/certs/ca-certificates.crt "$(python3 -m certifi)"
# SAPNetCA_G2.crt will expire 2025-03-17 -> remove
ENV PATH /cc/utils/bin:$PATH
# TODO: remove after migrating scripts to gardener-ci
ENV PATH /cc/utils:$PATH

############# tm-run #############
FROM base-step AS tm-run
Expand Down

0 comments on commit 60e06a5

Please sign in to comment.