Skip to content
Snippets Groups Projects
Commit d3b239f2 authored by nimrod's avatar nimrod
Browse files

Updates.

- New version of Alpine.
- Remove juxr, Bats now supports outputing the junit xml format.
- Sim package selection.
parent 0f534cfa
No related branches found
No related tags found
No related merge requests found
Pipeline #2342 passed
FROM registry.hub.docker.com/cloudbees/juxr:0.1.22 AS juxr FROM registry.hub.docker.com/library/alpine:3.14
FROM registry.hub.docker.com/library/alpine:3.13
# hadolint ignore=DL3018 # hadolint ignore=DL3018
RUN apk add --update --no-cache \ RUN apk add --update --no-cache \
bats \ bats \
build-base \ build-base \
docker-cli \ docker-cli \
git \ git \
openssh \ openssh-client-default \
openssl \ openssl \
; && \
COPY --from=juxr /usr/local/bin/juxr /usr/local/bin/juxr rm -rf /var/cache/apk/* /tmp/* /var/tmp/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment