Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Currently, Apple M2 users see a
no matching manifest for linux/arm64/v8 in the manifest list entries
message when trying to pull theeligibility-server
image from this repository's associated GHCR and the pull fails.This PR publishes alinux/arm64/v8
Docker image so that Apple M2 users can directly pull theeligibility-server
image.I tested pulling
ghcr.io/cal-itp/eligibility-server:4e1d6c09239ceac913243c61f230fe1c045e2939@sha256:8335d87361c823ccc9eea7a92c28da3fed92c730c4dd33c3a0dbdf27b70f6264
using an Apple M2, and the pull succeeded. So, the issue is actually due to the Docker image missing the
main
tag. This PR adds amain
tag to the Docker image so that it can be pulled directly from the Benefits application (see cal-itp/benefits#2616).