We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9feb02e commit 6fed65bCopy full SHA for 6fed65b
Dockerfile
@@ -50,6 +50,14 @@ ENV POETRY_VIRTUALENVS_IN_PROJECT=true
50
51
COPY --from=builder $VENV $VENV
52
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
61
CMD ["sleep", "infinity"]
62
63
LABEL org.opencontainers.image.title="runner-pulumi-python"
0 commit comments