Date tags
is it intentional that the build action no longer adds a date tag to the generated images? ran into an issue with my personal testing image for bazzite and needed to rebase to a date tag temporarily and noticed they no longer are generated
29 Replies
https://github.com/blue-build/template/pkgs/container/template/versions?filters%5Bversion_type%5D=tagged&page=2
even the template has no date tags since
20250119
GitHub
Build software better, together
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
Date tags should still be getting generated
I haven't touched that code in a while
The build log should show you what tags are pushed
I'm producing tags for my images https://gitlab.com/wunker-bunker/wunker-os/-/jobs/9035264844
And the template repo is too https://github.com/blue-build/template/actions/runs/13129525125/job/36631895234#step:2:3488
GitHub
bluebuild · blue-build/template@d51f78b
Template for making your own OS image using BlueBuild - bluebuild · blue-build/template@d51f78b
Oh shit
Hmmm
The trace for my build seems to indicate that the tags are being specified in the docker build command
yeah the log says they are made but no tags other than latest and hashes seem to be pushed
Ok I can pull the timestamp tag of my image
But that's in Gitlab
as an example
however only latest exists
Ok so the Github driver is working else those wouldn't show up
GitHub
Build software better, together
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
Yeah look at that
and i went to check if maybe there was new changes i needed to add to the recipe and thats when i noticed that the template also had the issue
18 days ago is your last
41
tag and the timestampssame with the bluebuild template
17 days ago was last blue-build timestamped template image on github
i can make a github issue too if thats better since this is clearly a bug then 🤣
Ok you're on the latest version of the CLI
Yeah if you wouldn't mind
@Luke Skywunker and it worked fine on gitlab correct? just adding that to the issue for completeness sake
GitHub
[BUG] Newly built images only have the latest tag without timestamp...
For some reason, new images built in github are missing the timestamp tags and version tags. This affects every image built using this template and also affects the template repository as seen here...
issue created
Yeah I'm running whatever we have in
main
OH
I think I know where that bug isI forgot to add those args when I moved things around https://github.com/blue-build/cli/commit/cbb6efd14d8ba8fb0f5ec16e3660c4f5325a051b#diff-fe145b6104072c882c1861e6a73b3adac491b69e17d9abb5ce2e989ebfb59557R329
Yup that's exactly what it is https://github.com/gmpinder/testos/actions/runs/13145711186/job/36683262853#step:3:3264
GitHub
Do trace logging · gmpinder/testos@9969b00
Contribute to gmpinder/testos development by creating an account on GitHub.
sweet, glad it was easy to find and solve then
I'll get a patch out tonight
Ok looks like we're getting our tags back https://github.com/blue-build/cli/actions/runs/13145984841/job/36684108472?pr=351#step:9:4348
GitHub
fix: Set tags on docker build · blue-build/cli@78a0b06
BlueBuild's command line program that builds custom Fedora Atomic images based on your recipe.yml - fix: Set tags on docker build · blue-build/cli@78a0b06