Skip to content

Commit

Permalink
fix: add apt-mark hold for openjdk-11-jdk
Browse files Browse the repository at this point in the history
  • Loading branch information
naut-brian committed Mar 6, 2024
1 parent 33acc5f commit e2eaeea
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 e2eaeea

Please sign in to comment.