create experimental-binaries
docker image on release automatically
#1102
Labels
experimental-binaries
docker image on release automatically
#1102
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
anddocker push
commands to manually push the created image from manually procured packages. Instead, when a release is created, we should create the appropriateexperimental-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'sleap.deb
&leap-dev.deb
are part ofexperimental-binaries
The text was updated successfully, but these errors were encountered: