Description
https://www.docker.com/blog/building-trusted-content-with-github-actions/
Docker has begun migrating its Docker Official Images (DOI) builds to the GitHub Actions platform.
[...]
As we increase the trust in the DOI catalog, we will spread out the work over three phases. In our first phase, only Linux/AMD64 and Linux/386 images will be built on GitHub Actions. For the second phase, we eagerly anticipate the availability of GitHub Actions Arm-based hosted runners next year to add support for additional Arm architectures. In our final phase, we will investigate using GitHub Actions self-hosted runners for the image architectures not supported by GitHub Actions hosted runners to cover any outstanding architectures.
Some questions:
-
What's the current status of this migration? Is there an ETA for the first batch of the images to be built on GHA?
-
Will the migration mean switching away from the classic builder too?
-
Will they be built using https://github.com/docker/build-push-action ? or bashbrew?
-
Is there anything that the community can help to facilitate this?