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
40
40
# Extra deps: Debug
41
41
ARG BUILDG_VERSION=v0.5.2@BINARY
42
42
# Extra deps: gomodjail
43
- ARG GOMODJAIL_VERSION=v0.1.1@756b1b9636c6de78984cbad1a974d930e2f0e851
43
+ ARG GOMODJAIL_VERSION=v0.1.2@0a86b34442a491fa8f5e4565e9c846fce310239c
44
44
45
45
# Test deps
46
46
# 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
26
26
fi
27
27
fi
28
28
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
-
36
29
readonly timeout=" 60m"
37
30
readonly retries=" 2"
38
31
readonly needsudo=" ${WITH_SUDO:- } "
You can’t perform that action at this time.
0 commit comments