Skip to content

Commit

Permalink
fix: apt mark hold 17
Browse files Browse the repository at this point in the history
  • Loading branch information
naut-brian committed Mar 7, 2024
1 parent e2eaeea commit 73cb344
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
apt-mark hold openjdk-17-jre-headless
#echo new cron into cron file
echo '0 * * * * docker system prune --all --force --filter "until=1h"' | crontab

Expand Down

0 comments on commit 73cb344

Please sign in to comment.