Tob1as / docker-build-example

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:Shell 100.0%