FalkorDB Docker build image
Build images are available for multiple architectures (amd64, arm64) and operating systems:
falkordb/falkordb-build:ubuntu- Ubuntu 22.04 based imagefalkordb/falkordb-build:debian- Debian Bookworm based imagefalkordb/falkordb-build:alpine- Alpine Linux based imagefalkordb/falkordb-build:rhel- Red Hat UBI 9 based imagefalkordb/falkordb-build:rhel8- Red Hat UBI 8 based imagefalkordb/falkordb-build:rhel9- Red Hat UBI 9 based imagefalkordb/falkordb-build:amazonlinux2- Amazon Linux 2 based image (glibc baseline for AL2)falkordb/falkordb-build:amazonlinux2023- Amazon Linux 2023 based image
Build images are tagged based on the branch or git tag:
falkordb/falkordb-build:ubuntu- Latest build for ubuntufalkordb/falkordb-build:ubuntu-edge- Edge/development build for ubuntu
falkordb/falkordb-build:ubuntu-1.0.0- Specific version release
Examples:
falkordb/falkordb-build:ubuntu-1.0.0falkordb/falkordb-build:alpine-2.1.5falkordb/falkordb-build:debian-edge
To create a versioned release:
- Create a git tag with the version number (e.g.,
v1.0.0or1.0.0) - Push the tag to GitHub
- The CI workflow will automatically build and push images with the version tag
Note: The 'v' prefix in git tags is automatically stripped. For example, tag v1.2.3 will create image falkordb/falkordb-build:ubuntu-1.2.3.