mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-20 02:00:05 -08:00
stop updating legacy Docker image (#4569)
This commit is contained in:
parent
adf6ca9f90
commit
65045c676f
3 changed files with 0 additions and 47 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue