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
|
||||
IMG=git.ipng.ch/ipng/vpp-containerlab
|
||||
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 push $IMG
|
||||
docker push $IMG:$TAG
|
||||
|
Reference in New Issue
Block a user