oci/iac-runner/pulumi-aws/Dockerfile: update
This commit is contained in:
parent
4a1087b6e4
commit
f70a97f001
@ -11,7 +11,7 @@ RUN apt-get update -y && \
|
||||
RUN curl -fsSL https://get.pulumi.com/ | bash -s -- --version $PULUMI_VERSION
|
||||
|
||||
|
||||
FROM artifact.onwalk.net/k8s/alpine-glibc:2.4.3 as prod
|
||||
FROM artifact.onwalk.net/k8s/alpine-glibc:2.34 as prod
|
||||
LABEL maintainer="Haitao Pan <xz@onwalk.net>"
|
||||
|
||||
ENV PATH "/pulumi/bin:${PATH}"
|
||||
@ -20,4 +20,4 @@ WORKDIR /pulumi
|
||||
COPY --from=builder /root/.pulumi/bin bin
|
||||
RUN apk add --update --no-cache ca-certificates openssh-client git bash wget make curl jq py3-pip unzip zip
|
||||
|
||||
CMD ["pulumi"]
|
||||
CMD ["bash"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user