Skip to content
/ docker-build-example Public template

Example for multiarch Images (buildx) with docker-hooks, GitLab-CI and GitHub/Gitea/Forgejo Actions.

License

Notifications You must be signed in to change notification settings

Tob1as/docker-build-example

Repository files navigation

Autobuild on Docker Hub

Example for advanced options (hooks) and buildx for Autobuild on Docker Hub to build Multiarch Images (x86_64 and ARM)

Information

With buildx you can build multiarch Images on Docker Hub from a GitHub/Bitbucket Repository.

More Details:

Project tree

.
├── hooks
    ├── pre_build
    ├── build
    └── push
├── Dockerfile
└── ... more Dockerfiles

Alternative

Example Images