Skip to content

Commit f75c491

Browse files
committed
add missing env var for load test image
1 parent a02fc48 commit f75c491

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/docker/load/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ ARG DEBIAN_FRONTEND=noninteractive
77
WORKDIR /agent
88
COPY . /agent
99

10+
ENV PLUS_VERSION=R35
11+
1012
RUN --mount=type=secret,id=nginx-crt,dst=nginx-repo.crt \
1113
--mount=type=secret,id=nginx-key,dst=nginx-repo.key \
1214
set -x \

0 commit comments

Comments
 (0)