Skip to content

Commit

Permalink
fix: add apt-mark hold for openjdk-11-jdk (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
naut-brian authored Mar 6, 2024
1 parent 33acc5f commit d0d0da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packer/jenkins-agents/stock/configure-jenkins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ apt install -y build-essential
apt install -y python3 python3-pip
pip install -q poetry launchpadlib
apt install -y openjdk-17-jre-headless

apt-mark hold openjdk-11-jdk
#echo new cron into cron file
echo '0 * * * * docker system prune --all --force --filter "until=1h"' | crontab

Expand Down

0 comments on commit d0d0da7

Please sign in to comment.