mirror of
https://github.com/chillout2k/ExOTA-Milter.git
synced 2025-12-14 10:30:17 +00:00
Compare commits
No commits in common. "88caa0e9d631b61cc9e7fa01db0df3ef2794d832" and "368c6b4b77a4c532e06ede8e462c5859907cdaef" have entirely different histories.
88caa0e9d6
...
368c6b4b77
@ -1,5 +1,4 @@
|
|||||||
ARG ARCH
|
FROM alpine
|
||||||
FROM $ARCH/alpine
|
|
||||||
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"
|
||||||
|
|
||||||
|
|||||||
@ -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:
|
Run following command in the root directory of this repo:
|
||||||
```
|
```
|
||||||
docker build -t exota-milter:local --build-arg ARCH=amd64 -f OCI/Dockerfile .
|
docker build -t exota-milter:local -f OCI/Dockerfile .
|
||||||
[...]
|
[...]
|
||||||
Successfully built 9cceb121f604
|
Successfully built 9cceb121f604
|
||||||
Successfully tagged exota-milter:local
|
Successfully tagged exota-milter:local
|
||||||
|
|||||||
@ -108,11 +108,8 @@ Finally it´s the combination of all of the above discussed aspects which may re
|
|||||||

|

|
||||||
|
|
||||||
# How about a docker/OCI image?
|
# How about a docker/OCI image?
|
||||||
## Using prebuilt images from [dockerhub](https://hub.docker.com/)
|
## Using prebuilt images from dockerhub.com
|
||||||
* AMD64: https://hub.docker.com/r/chillout2k/exota-milter-amd64
|
**WIP ;-)**
|
||||||
* ARM32v6: https://hub.docker.com/r/chillout2k/exota-milter-arm32v6
|
|
||||||
|
|
||||||
The images are built on a weekly basis. The corresponding *Dockerfile* is located [here](OCI/Dockerfile)
|
|
||||||
|
|
||||||
## Build your own image
|
## Build your own image
|
||||||
Take a look [here](OCI/README.md)
|
Take a look [here](OCI/README.md)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user