Skip to content

Add OCI labels to all Dockerfiles and configure GitHub Actions build args#39

Merged
maxcanna merged 3 commits intomasterfrom
add-oci-labels-7761693798407130100
Mar 16, 2026
Merged

Add OCI labels to all Dockerfiles and configure GitHub Actions build args#39
maxcanna merged 3 commits intomasterfrom
add-oci-labels-7761693798407130100

Conversation

@maxcanna
Copy link
Owner

@maxcanna maxcanna commented Mar 16, 2026

Add OCI labels to all Dockerfiles and configure GitHub Actions build args

Replaces the legacy maintainer label with standard org.opencontainers.image.*
annotations in all Dockerfiles. Updates the .github/workflows/ci.yml file to
pass BUILD_DATE, REVISION, and VERSION as build arguments to each image build
job, enabling dynamic OCI label values. Includes descriptions based on the README.md
format for each image.

…args

Replaces the legacy `maintainer` label with standard `org.opencontainers.image.*`
annotations in all Dockerfiles. Updates the `.github/workflows/ci.yml` file to
pass `BUILD_DATE`, `REVISION`, and `VERSION` as build arguments to each image build
job, enabling dynamic OCI label values. Includes descriptions based on the README.md
format for each image.
Repository owner deleted a comment from google-labs-jules bot Mar 16, 2026
…args

Replaces the legacy `maintainer` label with standard `org.opencontainers.image.*`
annotations in all Dockerfiles. Updates the `.github/workflows/ci.yml` file to
pass `BUILD_DATE`, `REVISION`, `VERSION`, and `ALPINE_VERSION` as build arguments to each image build
job, enabling dynamic OCI label values. Includes descriptions using the pattern `"$VERSION on alpine:$ALPINE_VERSION"` for each image.
Upgrades `docker/setup-qemu-action`, `docker/setup-buildx-action`, and `docker/login-action` to `v3`,
and `docker/build-push-action` to `v6` to resolve a Node 20 deprecation warning that
resulted in an unexpected 400 Bad Request error when fetching OAuth tokens for Docker Hub.
@maxcanna maxcanna merged commit 0b16b12 into master Mar 16, 2026
8 checks passed
@maxcanna maxcanna deleted the add-oci-labels-7761693798407130100 branch March 16, 2026 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant