Drop a hint about --build-arg to set the REPO variant
This commit is contained in:
@ -89,7 +89,7 @@ bind-mount `/etc/vpp/bootstrap.vpp`.
|
|||||||
```bash
|
```bash
|
||||||
IMG=git.ipng.ch/ipng/vpp-containerlab
|
IMG=git.ipng.ch/ipng/vpp-containerlab
|
||||||
TAG=latest
|
TAG=latest
|
||||||
docker build --no-cache -f docker/Dockerfile.bookworm -t $IMG docker/
|
docker build --no-cache --build-arg REPO=release -f docker/Dockerfile.bookworm -t $IMG docker/
|
||||||
docker image tag $IMG $IMG:$TAG
|
docker image tag $IMG $IMG:$TAG
|
||||||
docker push $IMG
|
docker push $IMG
|
||||||
docker push $IMG:$TAG
|
docker push $IMG:$TAG
|
||||||
|
Reference in New Issue
Block a user