-
Couldn't load subscription status.
- Fork 121
docker-tag-native.bb: add recipe #3723
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
ycardaillac
wants to merge
1
commit into
master
Choose a base branch
from
host-docker-tagging
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
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
this package helps making sense of docker image builded by yocto,
they are now automatically tagged with:
balenaos-${MACHINE}-${BASENAME}:latest
balenaos-${MACHINE}-${BASENAME}:$(date +%Y%m%d%H%M%S)
Change-type: patch
Signed-off-by: Yann CARDAILLAC <yann.cardaillac@balena.io>
|
Website deployed to CF Pages, 👀 preview link https://2e2cabf8.balena-os.pages.dev |
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.
this package helps making sense of docker image builded by yocto, they are now automatically tagged with:
balenaos-${MACHINE}-${BASENAME}:latest
balenaos-${MACHINE}-${BASENAME}:$(date +%Y%m%d%H%M%S)
Here's what it would look like :
REPOSITORY TAG IMAGE ID CREATED SIZE balenaos-generic-amd64-balena-image 20250911094242 ff5a4728ea64 14 minutes ago 651MB balenaos-generic-amd64-balena-image latest ff5a4728ea64 14 minutes ago 651MB balenaos-generic-amd64-balena-image 20250911092551 581a35e9e126 31 minutes ago 651MBNote that the hour is build time is UTC and not the local builder's one. I'm not sure of the overall implication of this change, but imo since we were using
IMAGE IDonly, we can still do that safely. This change is mostly useful in order to have a better dev experience and do not change anything regarding balena-os.Change-type: patch
Contributor checklist
Change-typepresent on at least one commitSigned-off-byis presentReviewer Guidelines