File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ ARG TINI_VERSION=v0.19.0@BINARY
4040# Extra deps: Debug
4141ARG BUILDG_VERSION=v0.5.2@BINARY
4242# Extra deps: gomodjail
43- ARG GOMODJAIL_VERSION=v0.1.1@756b1b9636c6de78984cbad1a974d930e2f0e851
43+ ARG GOMODJAIL_VERSION=v0.1.2@0a86b34442a491fa8f5e4565e9c846fce310239c
4444
4545# Test deps
4646# Currently, the Docker Official Images and the test deps are not pinned by the hash
Original file line number Diff line number Diff line change @@ -26,13 +26,6 @@ if [[ "$(id -u)" = "0" ]]; then
2626 fi
2727fi
2828
29- # This is a temporary workaround for https://github.com/AkihiroSuda/gomodjail/issues/50
30- # FIXME: remove this once above has been fixed.
31- if command -v nerdctl.gomodjail > /dev/null 2>&1 ; then
32- # We do not care that it fails or succeeds - just need gomodjail to unpack once.
33- nerdctl.gomodjail info > /dev/null 2>&1 || true
34- fi
35-
3629readonly timeout=" 60m"
3730readonly retries=" 2"
3831readonly needsudo=" ${WITH_SUDO:- } "
You can’t perform that action at this time.
0 commit comments