Skip to content

Commit

Permalink
comment nonroot
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Dec 4, 2024
1 parent 6ec7ad3 commit 3f29429
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
export DEBUG=zombie
export ZOMBIENET_INTEGRATION_TEST_IMAGE="docker.io/paritypr/polkadot-debug:master"
export COL_IMAGE="docker.io/paritypr/colander:master"
TODO: add script to get latest from dockerhub
# TODO: add script to get latest from dockerhub
export CUMULUS_TEST_IMAGE="docker.io/paritypr/test-parachain:c90f9713b5bc73a9620b2e72b226b4d11e018190"
echo "relay_image ${ZOMBIENET_INTEGRATION_TEST_IMAGE}"
echo "col_image ${COL_IMAGE}"
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/docker/zombienet_injected.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ RUN mkdir -p /etc/zombie-net
RUN chown -R nonroot. /etc/zombie-net

# Use the non-root user to run our application
USER nonroot
# USER nonroot

# install rust
ENV RUST_VERSION=1.80.0
Expand Down

0 comments on commit 3f29429

Please sign in to comment.