mirror of
https://github.com/chillout2k/ExOTA-Milter.git
synced 2025-12-12 18:00:19 +00:00
Merge pull request #47 from chillout2k/oci-patch
OCI build plan changed
This commit is contained in:
commit
6c844f22e7
@ -1,5 +1,5 @@
|
||||
ARG ARCH
|
||||
FROM $ARCH/alpine
|
||||
ARG PARENT_IMAGE=alpine:3.16
|
||||
FROM ${PARENT_IMAGE}
|
||||
LABEL maintainer="Dominik Chilla <dominik@zwackl.de>"
|
||||
LABEL git_repo="https://github.com/chillout2k/exota-milter"
|
||||
|
||||
@ -23,4 +23,4 @@ RUN chown -R exota-milter /app /cmd \
|
||||
VOLUME [ "/socket", "/data" ]
|
||||
|
||||
USER exota-milter
|
||||
CMD [ "/cmd" ]
|
||||
CMD [ "/cmd" ]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user