Skip to content

Commit 05278e2

Browse files
authored
Merge pull request #4207 from AkihiroSuda/gomodjail
update gomodjail (0.1.2)
2 parents f867f85 + d8b17e7 commit 05278e2

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ ARG TINI_VERSION=v0.19.0@BINARY
4040
# Extra deps: Debug
4141
ARG 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

hack/test-integration.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,6 @@ if [[ "$(id -u)" = "0" ]]; then
2626
fi
2727
fi
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-
3629
readonly timeout="60m"
3730
readonly retries="2"
3831
readonly needsudo="${WITH_SUDO:-}"

0 commit comments

Comments
 (0)