Skip to content

Commit

Permalink
Pin 'kubectl' to v1.24 in the Deployer Image
Browse files Browse the repository at this point in the history
Issue: [sc-16731]
  • Loading branch information
andrewlecuyer committed Nov 17, 2022
1 parent b1c961f commit 20fcd94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pgo-deployer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN if [ "$DFSET" = "centos" ] ; then \
${PACKAGER} install -y epel-release \
&& ${PACKAGER} -y install \
--setopt=skip_missing_names_on_install=False \
kubectl \
kubectl-1.24* \
ansible \
which \
gettext \
Expand Down

0 comments on commit 20fcd94

Please # to comment.