stop updating legacy Docker image (#4569)

This commit is contained in:
Alessandro Ros 2025-05-27 22:10:48 +02:00 committed by GitHub
parent adf6ca9f90
commit 65045c676f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 0 additions and 47 deletions

View file

@ -1,34 +0,0 @@
DOCKER_REPOSITORY_LEGACY = aler9/rtsp-simple-server
dockerhub-legacy:
$(eval VERSION := $(shell git describe --tags | tr -d v))
docker login -u $(DOCKER_USER_LEGACY) -p $(DOCKER_PASSWORD_LEGACY)
docker run --rm \
-v "$(HOME)/.docker:/.docker:ro" \
quay.io/skopeo/stable:latest copy --all \
--authfile /.docker/config.json \
docker://docker.io/$(DOCKER_REPOSITORY):$(VERSION)-rpi \
docker://docker.io/$(DOCKER_REPOSITORY_LEGACY):v$(VERSION)-rpi
docker run --rm \
-v "$(HOME)/.docker:/.docker:ro" \
quay.io/skopeo/stable:latest copy --all \
--authfile /.docker/config.json \
docker://docker.io/$(DOCKER_REPOSITORY):latest-rpi \
docker://docker.io/$(DOCKER_REPOSITORY_LEGACY):latest-rpi
docker run --rm \
-v "$(HOME)/.docker:/.docker:ro" \
quay.io/skopeo/stable:latest copy --all \
--authfile /.docker/config.json \
docker://docker.io/$(DOCKER_REPOSITORY):$(VERSION) \
docker://docker.io/$(DOCKER_REPOSITORY_LEGACY):v$(VERSION)
docker run --rm \
-v "$(HOME)/.docker:/.docker:ro" \
quay.io/skopeo/stable:latest copy --all \
--authfile /.docker/config.json \
docker://docker.io/$(DOCKER_REPOSITORY):latest \
docker://docker.io/$(DOCKER_REPOSITORY_LEGACY):latest