Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Update GA for rollups docker image publishing #14

Merged
merged 3 commits into from
Jun 15, 2023

Conversation

brunomenezes
Copy link
Collaborator

@brunomenezes brunomenezes commented Jun 15, 2023

Summary

Changes to streamline rollups docker image generation. I also include a release with information about the current strategy, including the new one for rollups docker image publishing. More details are below.

What is published toghcr.io:

  • For pull requests that change rollups or any packages will trigger the GA that publishes an image of your code tagged as pr-<number>
  • For push events to the main branch changes rollups and/or any packages it will publish an image tagged as edge. That is a common tag that means access to fresh features, but it may be unstable.
  • Push event from a tag named e.g. rollups@a.b.c the image will be generated tagged as the version a.b.c and also tag latest

What is published to docker.io

  • Push event from a tag named e.g. rollups@a.b.c the image will be generated tagged as the version a.b.c and also tag latest

Architectures: Currently generating for linux/amd64 and linux/arm64

Add filters for push on main branch on specific path changes. Also, add target platforms arm64 and amd64, include open-containers meta data and update when to push to the docker hub.
@brunomenezes brunomenezes linked an issue Jun 15, 2023 that may be closed by this pull request
6 tasks
@vercel
Copy link

vercel bot commented Jun 15, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
rollups ✅ Ready (Inspect) Visit Preview Jun 15, 2023 9:13pm
staking ✅ Ready (Inspect) Visit Preview Jun 15, 2023 9:13pm

.github/workflows/docker-rollups.yml Show resolved Hide resolved
@github-actions
Copy link

Pull Request Test Coverage Report for Build 5283658564

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 71.011%

Totals Coverage Status
Change from base Build 5273607514: 0.0%
Covered Lines: 2536
Relevant Lines: 3404

💛 - Coveralls

@brunomenezes brunomenezes merged commit 2477a01 into main Jun 15, 2023
4 checks passed
@brunomenezes brunomenezes deleted the chore/6-update-rollups-docker-image-generation branch June 15, 2023 22:04
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.

Update: Rollups Docker image generation.
2 participants