mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Container: Fix build instructions
This commit is contained in:
parent
fbf43f2a31
commit
8d94ae4cb0
10
CONTAINER.md
10
CONTAINER.md
@ -258,8 +258,8 @@ Build ejabberd Community Server base image from ejabberd master on GitHub:
|
||||
```bash
|
||||
VERSION=master
|
||||
docker build \
|
||||
--build-arg VERSION=$(VERSION) \
|
||||
-t personal/ejabberd:$(VERSION) \
|
||||
--build-arg VERSION=$VERSION \
|
||||
-t personal/ejabberd:$VERSION \
|
||||
.github/container
|
||||
```
|
||||
|
||||
@ -270,8 +270,8 @@ both for amd64 and arm64 architectures:
|
||||
VERSION=22.05
|
||||
docker buildx build \
|
||||
--platform=linux/amd64,linux/arm64
|
||||
--build-arg VERSION=$(VERSION) \
|
||||
-t personal/ejabberd:$(VERSION) \
|
||||
--build-arg VERSION=$VERSION \
|
||||
-t personal/ejabberd:$VERSION \
|
||||
.github/container
|
||||
```
|
||||
|
||||
@ -282,7 +282,7 @@ It's also possible to use podman instead of docker, just notice:
|
||||
```bash
|
||||
VERSION=master
|
||||
podman build \
|
||||
--build-arg VERSION=$(VERSION) \
|
||||
--build-arg VERSION=$VERSION \
|
||||
-t ja:$(version) \
|
||||
.github/container
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user