Compare commits

..

No commits in common. "88caa0e9d631b61cc9e7fa01db0df3ef2794d832" and "368c6b4b77a4c532e06ede8e462c5859907cdaef" have entirely different histories.

3 changed files with 4 additions and 8 deletions

View File

@ -1,5 +1,4 @@
ARG ARCH
FROM $ARCH/alpine
FROM alpine
LABEL maintainer="Dominik Chilla <dominik@zwackl.de>"
LABEL git_repo="https://github.com/chillout2k/exota-milter"

View File

@ -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 --build-arg ARCH=amd64 -f OCI/Dockerfile .
docker build -t exota-milter:local -f OCI/Dockerfile .
[...]
Successfully built 9cceb121f604
Successfully tagged exota-milter:local

View File

@ -108,11 +108,8 @@ Finally it´s the combination of all of the above discussed aspects which may re
![Activity policy](http://www.plantuml.com/plantuml/png/5SKn3W8W30NGg-W1f8cZcuEZSN4tM8aq5ahAhyhjZMzvM-ciyIZXkgd0c0SYpv_q5DIunopErb4w4biZhg9gWVsBJj_BzRWxYw8ujJp_POQy1UisJ8LN6j7q1m00)
# How about a docker/OCI image?
## Using prebuilt images from [dockerhub](https://hub.docker.com/)
* AMD64: https://hub.docker.com/r/chillout2k/exota-milter-amd64
* 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)
## Using prebuilt images from dockerhub.com
**WIP ;-)**
## Build your own image
Take a look [here](OCI/README.md)