Skip to content

chore(ci): use canonical prysm images in local testnet#687

Merged
montekki merged 4 commits into
mainfrom
fvs-use-canonical-prysm-images
Dec 20, 2023
Merged

chore(ci): use canonical prysm images in local testnet#687
montekki merged 4 commits into
mainfrom
fvs-use-canonical-prysm-images

Conversation

@montekki
Copy link
Copy Markdown
Contributor

@montekki montekki commented Dec 14, 2023

What ❔

The canonical images after OffchainLabs/prysm#13324 now multiarch, that is including Apple Silicon builds.

Why ❔

Checklist

  • PR title corresponds to the body of PR (we generate changelog entries from PRs).
  • Tests for the changes have been added / updated.
  • Documentation comments have been added / updated.
  • Code has been formatted via zk fmt and zk lint.
  • Spellcheck has been run via cargo spellcheck --cfg=./spellcheck/era.cfg --code 1.

@prestonvanloon
Copy link
Copy Markdown

Let me know if you have any issues with arm images. The tagged latest image at the time of writing has a manifest that supports arm.

{
   "schemaVersion": 2,
   "mediaType": "application/vnd.oci.image.index.v1+json",
   "manifests": [
      {
         "mediaType": "application/vnd.oci.image.manifest.v1+json",
         "size": 3216,
         "digest": "sha256:9f682cf847794871faba3a2a4126d2e320171da9b9f30c8efcde729dbae69f6d",
         "platform": {
            "os": "linux",
            "architecture": "arm64",
            "variant": "v8"
         }
      },
      {
         "mediaType": "application/vnd.oci.image.manifest.v1+json",
         "size": 3216,
         "digest": "sha256:23ef4cb15611f0d530897b50b53c6ad1564b256b018ce784d07ab236f8efdf12",
         "platform": {
            "os": "linux",
            "architecture": "amd64"
         }
      }
   ]
}

https://console.cloud.google.com/gcr/images/prysmaticlabs/GLOBAL/prysm%2Fbeacon-chain@sha256:ff6922959da35e4c332274f7f211cb0107f41ed84c9fe47aa25ecf36f4e9752e/details?tab=manifest

@montekki
Copy link
Copy Markdown
Contributor Author

@prestonvanloon do you think it would be possible to publish these builds also for v4.1.1 (stable) ? Currently they exist only for latest?

@montekki montekki added this pull request to the merge queue Dec 20, 2023
Merged via the queue into main with commit b6853ad Dec 20, 2023
@montekki montekki deleted the fvs-use-canonical-prysm-images branch December 20, 2023 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants