docker build -tgcr.io/google_containers/volume-ceph .# Build new image and automatically tag it as latest
docker tag gcr.io/google_containers/volume-ceph gcr.io/google_containers/volume-ceph:$(TAG)# Add the version tag to the latest image
image:
docker build -t$(PREFIX)/volume-ceph .# Build new image and automatically tag it as latest
docker tag $(PREFIX)/volume-ceph $(PREFIX)/volume-ceph:$(TAG)# Add the version tag to the latest image
push:container
gcloud docker push gcr.io/google_containers/volume-ceph # Push image tagged as latest to repository
gcloud docker push gcr.io/google_containers/volume-ceph:$(TAG)# Push version tagged image to repository (since this image is already pushed it will simply create or update version tag)
push:image
gcloud docker push $(PREFIX)/volume-ceph # Push image tagged as latest to repository
gcloud docker push $(PREFIX)/volume-ceph:$(TAG)# Push version tagged image to repository (since this image is already pushed it will simply create or update version tag)
docker build -tgcr.io/google_containers/volume-gluster .# Build new image and automatically tag it as latest
docker tag gcr.io/google_containers/volume-gluster gcr.io/google_containers/volume-gluster:$(TAG)# Add the version tag to the latest image
image:
docker build -t$(PREFIX)/volume-gluster .# Build new image and automatically tag it as latest
docker tag $(PREFIX)/volume-gluster $(PREFIX)/volume-gluster:$(TAG)# Add the version tag to the latest image
push:container
gcloud docker push gcr.io/google_containers/volume-gluster # Push image tagged as latest to repository
gcloud docker push gcr.io/google_containers/volume-gluster:$(TAG)# Push version tagged image to repository (since this image is already pushed it will simply create or update version tag)
push:image
gcloud docker push $(PREFIX)/volume-gluster # Push image tagged as latest to repository
gcloud docker push $(PREFIX)/volume-gluster:$(TAG)# Push version tagged image to repository (since this image is already pushed it will simply create or update version tag)
docker build -tgcr.io/google_containers/volume-nfs .# Build new image and automatically tag it as latest
docker tag gcr.io/google_containers/volume-nfs gcr.io/google_containers/volume-nfs:$(TAG)# Add the version tag to the latest image
image:
docker build -t$(PREFIX)/volume-nfs .# Build new image and automatically tag it as latest
docker tag $(PREFIX)/volume-nfs $(PREFIX)/volume-nfs:$(TAG)# Add the version tag to the latest image
push:container
gcloud docker push gcr.io/google_containers/volume-nfs # Push image tagged as latest to repository
gcloud docker push gcr.io/google_containers/volume-nfs:$(TAG)# Push version tagged image to repository (since this image is already pushed it will simply create or update version tag)
push:image
gcloud docker push $(PREFIX)/volume-nfs # Push image tagged as latest to repository
gcloud docker push $(PREFIX)/volume-nfs:$(TAG)# Push version tagged image to repository (since this image is already pushed it will simply create or update version tag)