high-translator-22614
08/07/2019, 5:11 PMdocker:dind
image?thankful-optician-22583
08/07/2019, 5:13 PMhigh-translator-22614
08/07/2019, 5:41 PMdocker:dind
thankful-optician-22583
08/07/2019, 5:42 PMhigh-translator-22614
08/07/2019, 5:42 PMthankful-optician-22583
08/07/2019, 5:43 PMhigh-translator-22614
08/07/2019, 5:44 PMpulumi/pulumi
(https://hub.docker.com/r/pulumi/pulumi) or define your own by having a Dockerfile like:
FROM python:latest
RUN curl -fsSL <https://get.pulumi.com> | sh
(Substitute the appropriate base image of your choice)
If you make a new repo with just a Dockerfile
and turn on auto devops, GitLab will build the image and upload it to gitlab container registry. For extra fun, set up a pipeline schedule and rebuild it nightly/weekly/etc.pulumi/pulumi
supports)