Update docker URLs to gcr.io/offchainlabs (#15171)

* Update docker URLs to gcr.io/offchainlabs and remove unused script

* Changelog fragment
This commit is contained in:
Preston Van Loon
2025-04-14 15:15:24 -05:00
committed by GitHub
parent 6180b5a560
commit 215dbb8e40
10 changed files with 11 additions and 74 deletions

View File

@@ -60,7 +60,7 @@ prysm_image_upload(
name = "push_images",
binary = ":bootnode",
entrypoint = ["/bootnode"],
repository = "gcr.io/prysmaticlabs/prysm/bootnode",
repository = "gcr.io/offchainlabs/prysm/bootnode",
symlinks = {
# Backwards compatibility for images that depended on the old filepath.
"/app/tools/bootnode/bootnode": "/bootnode",

View File

@@ -28,7 +28,7 @@ prysm_image_upload(
name = "push_images",
binary = ":enr-calculator",
entrypoint = ["/enr-calculator"],
repository = "gcr.io/prysmaticlabs/prysm/enr-calculator",
repository = "gcr.io/offchainlabs/prysm/enr-calculator",
symlinks = {
# Backwards compatibility for images that depended on the old filepath.
"/app/tools/enr-calculator/enr-calculator": "/enr-calculator",

View File

@@ -26,7 +26,7 @@ prysm_image_upload(
name = "push_images",
binary = ":eth1exporter",
entrypoint = ["/eth1exporter"],
repository = "gcr.io/prysmaticlabs/prysm/eth1monitor",
repository = "gcr.io/offchainlabs/prysm/eth1monitor",
symlinks = {
# Backwards compatibility for images that depended on the old filepath.
"/app/tools/eth1exporter/eth1exporter": "/eth1exporter",

View File

@@ -30,7 +30,7 @@ prysm_image_upload(
name = "push_images",
binary = ":http-request-sink",
entrypoint = ["/http-request-sink"],
repository = "gcr.io/prysmaticlabs/prysm/http-request-sink",
repository = "gcr.io/offchainlabs/prysm/http-request-sink",
symlinks = {
# Backwards compatibility for images that depended on the old filepath.
"/app/tools/http-request-sink/http-request-sink": "/http-request-sink",

View File

@@ -38,7 +38,7 @@ prysm_image_upload(
name = "push_images",
binary = ":pcli",
entrypoint = ["/pcli"],
repository = "gcr.io/prysmaticlabs/prysm/pcli",
repository = "gcr.io/offchainlabs/prysm/pcli",
symlinks = {
# Backwards compatibility for images that depended on the old filepath.
"/app/tools/pcli/pcli": "/pcli",