Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 565 Bytes

Releasing.md

File metadata and controls

26 lines (17 loc) · 565 Bytes

Releasing

  • Update the version in .version.
  • Run make update-versions
  • Run make tag-release
  • Run git push --tags

Once the release is tagged the CI will take over and build images for ARM and AMD64 and push them to Dockerhub.

Manual release

If the CI has issues there is a possibility to release manually.

For now you need access credentials for Dockerhub => docker login

Now install the dependencies for multiarch builds:

# Fedora
qemu-user-static
qemu
buildah

Now its possible to build and push with make build-and-release