Commit 6bf8896c authored by nimrod's avatar nimrod
Browse files

backup: Use the ci-images:docker image.

One less place to keep updated.
parent 9a75ad11
Loading
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
FROM docker.io/library/alpine:3.21
FROM registry.shore.co.il/ci-images:docker
# hadolint ignore=DL3018
RUN echo '@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories && \
    echo '@community https://dl-cdn.alpinelinux.org/alpine/v3.21/community' >> /etc/apk/repositories && \
    apk add --update --no-cache \
RUN apk add --update --no-cache \
        findutils \
        skopeo@community \
        reg@testing \
    ;
COPY --chown=root:root backup /usr/local/bin/backup
COPY --chown=root:root restore /usr/local/bin/restore