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:
parent
2d0bfedc9d
commit
a6f40f807d
2 changed files with 84 additions and 101 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue