ADD file:5758b97d8301c84a204a6e516241275d785a7cade40b2fb99f01fe122482e283 in / |
CMD ["/bin/sh"] |
LABEL maintainer=development@cooltux.net |
ARG VERSION=16-20240927 |
RUN |1 VERSION=16-20240927 /bin/sh -c apk update --no-cache ; apk add --no-cache postgresql16-client # buildkit |
RUN |1 VERSION=16-20240927 /bin/sh -c adduser -u 1000 -D -S backupuser # buildkit |
WORKDIR /backup |
COPY entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit |
RUN |1 VERSION=16-20240927 /bin/sh -c chmod +x /usr/local/bin/entrypoint.sh # buildkit |
USER 1000 |
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] |