mirror of
https://github.com/chillout2k/ExOTA-Milter.git
synced 2025-12-13 10:20:18 +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
|
ARG PARENT_IMAGE=alpine:3.16
|
||||||
FROM $ARCH/alpine
|
FROM ${PARENT_IMAGE}
|
||||||
LABEL maintainer="Dominik Chilla <dominik@zwackl.de>"
|
LABEL maintainer="Dominik Chilla <dominik@zwackl.de>"
|
||||||
LABEL git_repo="https://github.com/chillout2k/exota-milter"
|
LABEL git_repo="https://github.com/chillout2k/exota-milter"
|
||||||
|
|
||||||
@ -23,4 +23,4 @@ RUN chown -R exota-milter /app /cmd \
|
|||||||
VOLUME [ "/socket", "/data" ]
|
VOLUME [ "/socket", "/data" ]
|
||||||
|
|
||||||
USER exota-milter
|
USER exota-milter
|
||||||
CMD [ "/cmd" ]
|
CMD [ "/cmd" ]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user