mirror of
https://github.com/chillout2k/ExOTA-Milter.git
synced 2025-12-14 02:30:17 +00:00
Compare commits
2 Commits
368c6b4b77
...
88caa0e9d6
| Author | SHA1 | Date | |
|---|---|---|---|
| 88caa0e9d6 | |||
| cd968f3c51 |
@ -1,4 +1,5 @@
|
|||||||
FROM alpine
|
ARG ARCH
|
||||||
|
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 -f OCI/Dockerfile .
|
docker build -t exota-milter:local --build-arg ARCH=amd64 -f OCI/Dockerfile .
|
||||||
[...]
|
[...]
|
||||||
Successfully built 9cceb121f604
|
Successfully built 9cceb121f604
|
||||||
Successfully tagged exota-milter:local
|
Successfully tagged exota-milter:local
|
||||||
|
|||||||
@ -108,8 +108,11 @@ 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.com
|
## Using prebuilt images from [dockerhub](https://hub.docker.com/)
|
||||||
**WIP ;-)**
|
* 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)
|
||||||
|
|
||||||
## 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