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
HikariKnight
HikariKnightOP•13h ago
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.
From An unknown user
From An unknown user
From An unknown user
Luke Skywunker
Luke Skywunker•11h ago
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
Luke Skywunker
Luke Skywunker•11h ago
GitHub
bluebuild · blue-build/template@d51f78b
Template for making your own OS image using BlueBuild - bluebuild · blue-build/template@d51f78b
Luke Skywunker
Luke Skywunker•11h ago
Oh shit
$> docker pull ghcr.io/blue-build/template:20250204
Error response from daemon: manifest unknown
$> docker pull ghcr.io/blue-build/template:20250204
Error response from daemon: manifest unknown
Hmmm The trace for my build seems to indicate that the tags are being specified in the docker build command
[11:03:10 TRACE blue_build_process_management::drivers::docker_driver:377] => "docker" "buildx" "build" "--pull" "-f" "/tmp/.tmpPrWhps/Containerfile" "-t" "registry.gitlab.com/wunker-bunker/wunker-os/jp-desktop-nvidia:latest" "-t" "registry.gitlab.com/wunker-bunker/wunker-os/jp-desktop-nvidia:20250204" "-t" "registry.gitlab.com/wunker-bunker/wunker-os/jp-desktop-nvidia:41" "-t" "registry.gitlab.com/wunker-bunker/wunker-os/jp-desktop-nvidia:20250204-41" "-t" "registry.gitlab.com/wunker-bunker/wunker-os/jp-desktop-nvidia:7739d8f8-41" "--output" "type=image,name=registry.gitlab.com/wunker-bunker/wunker-os/jp-desktop-nvidia:latest,push=true,compression=gzip,oci-mediatypes=true" "."
[11:03:10 TRACE blue_build_process_management::drivers::docker_driver:377] => "docker" "buildx" "build" "--pull" "-f" "/tmp/.tmpPrWhps/Containerfile" "-t" "registry.gitlab.com/wunker-bunker/wunker-os/jp-desktop-nvidia:latest" "-t" "registry.gitlab.com/wunker-bunker/wunker-os/jp-desktop-nvidia:20250204" "-t" "registry.gitlab.com/wunker-bunker/wunker-os/jp-desktop-nvidia:41" "-t" "registry.gitlab.com/wunker-bunker/wunker-os/jp-desktop-nvidia:20250204-41" "-t" "registry.gitlab.com/wunker-bunker/wunker-os/jp-desktop-nvidia:7739d8f8-41" "--output" "type=image,name=registry.gitlab.com/wunker-bunker/wunker-os/jp-desktop-nvidia:latest,push=true,compression=gzip,oci-mediatypes=true" "."
HikariKnight
HikariKnightOP•11h ago
yeah the log says they are made but no tags other than latest and hashes seem to be pushed
Luke Skywunker
Luke Skywunker•11h ago
Ok I can pull the timestamp tag of my image But that's in Gitlab
HikariKnight
HikariKnightOP•11h ago
[21:04:48 INFO] => Finished building:
- ghcr.io/hikariknight/deckstation-cosmic:latest
- ghcr.io/hikariknight/deckstation-cosmic:20250204
- ghcr.io/hikariknight/deckstation-cosmic:41
- ghcr.io/hikariknight/deckstation-cosmic:20250204-41
- ghcr.io/hikariknight/deckstation-cosmic:667c916-41
[21:04:48 INFO] => Finished building:
- ghcr.io/hikariknight/deckstation-cosmic:latest
- ghcr.io/hikariknight/deckstation-cosmic:20250204
- ghcr.io/hikariknight/deckstation-cosmic:41
- ghcr.io/hikariknight/deckstation-cosmic:20250204-41
- ghcr.io/hikariknight/deckstation-cosmic:667c916-41
as an example
HikariKnight
HikariKnightOP•11h ago
No description
HikariKnight
HikariKnightOP•11h ago
however only latest exists
Luke Skywunker
Luke Skywunker•11h ago
Ok so the Github driver is working else those wouldn't show up
HikariKnight
HikariKnightOP•11h ago
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.
From An unknown user
From An unknown user
From An unknown user
Luke Skywunker
Luke Skywunker•11h ago
Yeah look at that
HikariKnight
HikariKnightOP•11h ago
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
Luke Skywunker
Luke Skywunker•11h ago
18 days ago is your last 41 tag and the timestamps
HikariKnight
HikariKnightOP•11h ago
same with the bluebuild template
HikariKnight
HikariKnightOP•11h ago
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 🤣
Luke Skywunker
Luke Skywunker•11h ago
Ok you're on the latest version of the CLI Yeah if you wouldn't mind
HikariKnight
HikariKnightOP•11h ago
@Luke Skywunker and it worked fine on gitlab correct? just adding that to the issue for completeness sake
HikariKnight
HikariKnightOP•11h ago
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...
HikariKnight
HikariKnightOP•11h ago
issue created
Luke Skywunker
Luke Skywunker•10h ago
Yeah I'm running whatever we have in main OH I think I know where that bug is
Luke Skywunker
Luke Skywunker•10h ago
GitHub
Do trace logging · gmpinder/testos@9969b00
Contribute to gmpinder/testos development by creating an account on GitHub.
HikariKnight
HikariKnightOP•10h ago
sweet, glad it was easy to find and solve then
Luke Skywunker
Luke Skywunker•10h ago
I'll get a patch out tonight
Luke Skywunker
Luke Skywunker•10h ago
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

Did you find this page helpful?