Skip to content

Commit 111b691

Browse files
committed
tests: redeclare k3d args in integration image
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent 452ebbc commit 111b691

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ FROM binaries-$TARGETOS AS binaries
127127
ARG BUILDKIT_SBOM_SCAN_STAGE=true
128128

129129
FROM gobase AS integration-test-base
130+
ARG K3D_VERSION
131+
ARG K3S_VERSION
130132
# https://github.com/docker/docker/blob/master/project/PACKAGERS.md#runtime-dependencies
131133
RUN apk add --no-cache \
132134
bash \

0 commit comments

Comments
 (0)