Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.68 KB

README.md

File metadata and controls

43 lines (33 loc) · 1.68 KB

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