Skip to content

Commit

Permalink
integration tests: Update Containerfiles to use fully qualified image…
Browse files Browse the repository at this point in the history
… name

Signed-off-by: Michal Šoltis <msoltis@redhat.com>
  • Loading branch information
slimreaper35 committed Jan 16, 2025
1 parent 66ee277 commit 56d32db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18
FROM docker.io/node:18

# Test disabled network access
RUN if curl -IsS www.google.com; then echo "Has network access!"; exit 1; fi
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18
FROM docker.io/node:18

# Test disabled network access
RUN if curl -IsS www.google.com; then echo "Has network access!"; exit 1; fi
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18
FROM docker.io/node:18

# Test disabled network access
RUN if curl -IsS www.google.com; then echo "Has network access!"; exit 1; fi
Expand Down

0 comments on commit 56d32db

Please sign in to comment.