Skip to content

Commit

Permalink
chore: specify local Ubuntu version for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
rscampos committed Aug 14, 2024
1 parent d0ca868 commit 4d53f36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e-inst-signatures/scripts/containers_data_source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ exit_err() {
exit 1
}

docker pull ubuntu > /dev/null
docker run --rm ubuntu /usr/bin/ls > /dev/null
docker image pull ubuntu:jammy-20240627.1 > /dev/null
docker container run --rm ubuntu:jammy-20240627.1 /usr/bin/ls > /dev/null

0 comments on commit 4d53f36

Please sign in to comment.