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

Add Podman as a Docker replacement.

Add Podman, Buildah and Skopeo as replacements for Docker (not removing
Docker yet). Also, update the Bats image to the latest Alpine release.
parent 7a3faec9
No related branches found
No related tags found
No related merge requests found
Pipeline #3210 failed
FROM registry.hub.docker.com/library/alpine:3.14
FROM registry.hub.docker.com/library/alpine:3.17
# hadolint ignore=DL3018
RUN apk add --update --no-cache \
bats \
......@@ -7,5 +7,6 @@ RUN apk add --update --no-cache \
git \
openssh-client-default \
openssl \
podman \
&& \
rm -rf /var/cache/apk/* /tmp/* /var/tmp/*
FROM docker:20.10
# hadolint ignore=DL3018
RUN apk add --update-cache --no-cache \
buildah \
docker-compose \
docker-py \
podman \
py3-dotenv \
py3-pip \
skopeo \
&& \
python3 -m pip install --no-cache-dir --progress-bar=off deepclean && \
rm -rf /root/.cache /tmp/* /var/tmp/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment