Docker image for GNU gettext, built from source with a pinned version
(GETTEXT_VERSION) and published to GHCR.
ghcr.io/xcsoar/gettext-docker:latest
docker build -t gettext-docker:local .Build with an explicit gettext version:
docker build --build-arg GETTEXT_VERSION=1.0 -t gettext-docker:1.0 .docker run --rm gettext-docker:local gettext --version- GitHub Actions workflow:
.github/workflows/build-and-push.yml - Pull requests: build only (no push)
- Pushes to
mainand tags: publish image tags to GHCR
renovate.json is configured to update:
- GitHub Actions versions
- Docker base image tags in
Dockerfile GETTEXT_VERSIONinDockerfile