mirror of
https://github.com/chillout2k/ExOTA-Milter.git
synced 2025-12-13 02:10:18 +00:00
commit
1e000d80b3
@ -1,4 +1,5 @@
|
||||
FROM alpine
|
||||
ARG ARCH
|
||||
FROM $ARCH/alpine
|
||||
LABEL maintainer="Dominik Chilla <dominik@zwackl.de>"
|
||||
LABEL git_repo="https://github.com/chillout2k/exota-milter"
|
||||
|
||||
|
||||
@ -4,7 +4,7 @@ Actually I´m going with docker-ce to build the container image, but same result
|
||||
|
||||
Run following command in the root directory of this repo:
|
||||
```
|
||||
docker build -t exota-milter:local -f OCI/Dockerfile .
|
||||
docker build -t exota-milter:local --build-arg ARCH=amd64 -f OCI/Dockerfile .
|
||||
[...]
|
||||
Successfully built 9cceb121f604
|
||||
Successfully tagged exota-milter:local
|
||||
|
||||
Loading…
Reference in New Issue
Block a user