tools/appsre-build-worker-packer: Run entire workflow in container

Avoids the issue with artifacts that jenkins can't clean up.
This commit is contained in:
sanne 2022-01-13 14:15:18 +01:00 committed by Sanne Raymaekers
parent 2d0bfedc9d
commit a6f40f807d
2 changed files with 84 additions and 101 deletions

View file

@ -8,3 +8,6 @@ RUN ansible-galaxy collection install ansible.posix
RUN curl https://awscli.amazonaws.com/awscli-exe-linux-$(uname -m).zip -o /tmp/awscli.zip
RUN unzip /tmp/awscli.zip
RUN aws/install
# copy in entire workspace
COPY . /osbuild-composer