fix: dynamic build date, OCI labels, and stale reference cleanup - #65
Merged
Conversation
added 4 commits
June 1, 2026 16:24
- Replace hardcoded 20260518 date in both CI workflows and Dockerfile - Add BUILD_DATE build-arg derived from $(date +%Y%m%d) at build time - Both CI workflows generate tags and pass build-args consistently Refs #1
- Add org.opencontainers.image.title, .description, .vendor, .url, .documentation - Reorder labels with OCI spec labels first, custom/maintainer labels after - Keep org.opencontainers.image.icon as custom label (not OCI spec) Refs #2
- CHANGELOG: fix +YYYYMMDD to -YYYYMMDD (Docker tag char constraint) - README: update hinto-janai/gupax to gupax-io/gupax (repo moved) - TODO: mark CONTRIBUTING.md done, remove stale list item marker - Dockerfile: fix stale gupax-share → gupax-data volume name in comment - CI: align both push workflows to actions/checkout@v6 (matching pr-tests.yml) - Skill docs: align --tx-proxy=tor convention across SKILL.md and tor-config.md Refs #5, #7, #8, #9, #11, #6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
20260518with$(date +%Y%m%d)in both CI workflows and Dockerfile OCI labeltitle,description,vendor,url,documentationto DockerfileGUPAX_SHA256reference from README!entrypoint.shnegation from.dockerignore+YYYYMMDD→-YYYYMMDDin CHANGELOG header--tx-proxy=torconvention in skill reference docshinto-janai/gupax→gupax-io/gupaxURLsCONTRIBUTING.mddone in TODO.mdactions/checkout@v6gupax-share→gupax-datain Dockerfile commentTesting
fix-ci-build-datetag, container started and healthyBUILD_DATE=20260601Refs #1, #2, #3, #4, #5, #6, #7, #8, #9, #11