Skip to content

Commit

Permalink
Removes unattended-upgrades from build instances
Browse files Browse the repository at this point in the history
  • Loading branch information
davividal committed Sep 14, 2023
1 parent 247d27d commit 41fdf00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ private_scan_task:
login_script:
- docker login --username $DOCKER_USERNAME --password $DOCKER_PASSWORD
setup_script:
- apt-get remove -y unattended-upgrades
- apt-get update && apt-get install -y --no-install-recommends openjdk-17-jre
- curl -sSL https://unified-agent.s3.amazonaws.com/wss-unified-agent.jar -o wss-unified-agent.jar
- echo "docker.includes=${tag}" >> .cirrus/wss-unified-agent.config
Expand All @@ -94,6 +95,7 @@ public_scan_task:
ec2_instance:
<<: *VM_TEMPLATE
setup_script:
- apt-get remove -y unattended-upgrades
- apt-get update && apt-get install -y --no-install-recommends openjdk-17-jre
- curl -sSL https://unified-agent.s3.amazonaws.com/wss-unified-agent.jar -o wss-unified-agent.jar
- echo "docker.includes=${tag}" >> .cirrus/wss-unified-agent.config
Expand Down

0 comments on commit 41fdf00

Please sign in to comment.