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

create experimental-binaries docker image on release automatically #1102

Closed
spoonincode opened this issue Apr 27, 2023 · 2 comments
Closed
Labels
actionable CICD Anything dealing with the CI workflow behavior 👍 lgtm tech debt

Comments

@spoonincode
Copy link
Member

We store some semi-supported binary packages in a tagged docker image named experimental-binaries. This gives us a persistent location to store these binary packages without those packages being highly visible as release artifacts (which would imply a higher level of support for the packages than exist). Parts of CI or DUNE can still reliably fetch these packages in this "hidden" location.

Currently someone on the team needs to create this manually per each release, requiring docker build and docker push commands to manually push the created image from manually procured packages. Instead, when a release is created, we should create the appropriate experimental-binaries image automatically by searching for the appropriate packages as workflow artifacts and creating the docker image from those. This will depend on #1100 because ARM's leap.deb & leap-dev.deb are part of experimental-binaries

@spoonincode
Copy link
Member Author

No longer blocked on #1100

@spoonincode
Copy link
Member Author

mistakenly created #1781 as a duplicate, so we can close this one

@spoonincode spoonincode closed this as not planned Won't fix, can't repro, duplicate, stale Oct 26, 2023
@github-project-automation github-project-automation bot moved this from Todo to Done in Team Backlog Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
actionable CICD Anything dealing with the CI workflow behavior 👍 lgtm tech debt
Projects
Archived in project
Development

No branches or pull requests

3 participants