mirror of
https://github.com/chillout2k/ExOTA-Milter.git
synced 2025-12-12 18:00:19 +00:00
Multiarch OCI Dockerfile
This commit is contained in:
parent
368c6b4b77
commit
cd968f3c51
@ -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