Drop a hint about --build-arg to set the REPO variant

This commit is contained in:
Pim van Pelt
2025-05-04 20:22:46 +02:00
parent 7114b24331
commit dc1840a6ec

View File

@ -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