Skip to content

Commit 6fed65b

Browse files
build: set pulumi env vars and volume
1 parent 9feb02e commit 6fed65b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@ ENV POETRY_VIRTUALENVS_IN_PROJECT=true
5050

5151
COPY --from=builder $VENV $VENV
5252

53+
ENV PULUMI_SKIP_CONFIRMATIONS=true
54+
ENV PULUMI_SKIP_UPDATE_CHECK=true
55+
ENV NO_COLOR=true
56+
57+
RUN pulumi plugin install resource aws
58+
59+
VOLUME ["/mnt/workspace/source"]
60+
5361
CMD ["sleep", "infinity"]
5462

5563
LABEL org.opencontainers.image.title="runner-pulumi-python"

0 commit comments

Comments
 (0)