mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
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:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user