From: Henning Schild <henning.schild@siemens.com>
To: isar-users@googlegroups.com
Cc: Silvano Cirujano Cuesta <silvano.cirujano-cuesta@siemens.com>,
Henning Schild <henning.schild@siemens.com>
Subject: [PATCH v2 0/4] Allow better control over container tags
Date: Mon, 2 Aug 2021 10:40:37 +0200 [thread overview]
Message-ID: <20210802084041.1320-1-henning.schild@siemens.com> (raw)
changes since v1:
- add RECIPE-API-CHANGELOG entry for interface change in p3
--
A container tags consists of "name:tag" and both have been kind of
hardcoded so far. "tag" was always "latest" which is not proper
versioning. And "name" has always been "isar-DISTRO-ARCH" which is also
not proper because the name should probably describe the content and not
so much the build system. Plus that name means guaranteed collision if
you build two containers with isar based on the same disto and arch.
Henning Schild (4):
classes: make sure container extension can run multiple times
classes: simplify tag handling in container class
classes: allow more control over container image name and tag
classes: fix comment in container-img class
RECIPE-API-CHANGELOG.md | 4 +++
meta/classes/container-img.bbclass | 6 ++---
.../classes/image-container-extension.bbclass | 25 ++++++++++---------
meta/classes/image-sdk-extension.bbclass | 2 +-
4 files changed, 20 insertions(+), 17 deletions(-)
--
2.31.1
next reply other threads:[~2021-08-02 8:40 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-02 8:40 Henning Schild [this message]
2021-08-02 8:40 ` [PATCH v2 1/4] classes: make sure container extension can run multiple times Henning Schild
2021-08-02 8:40 ` [PATCH v2 2/4] classes: simplify tag handling in container class Henning Schild
2021-08-02 8:40 ` [PATCH v2 3/4] classes: allow more control over container image name and tag Henning Schild
2021-08-02 9:44 ` Silvano Cirujano Cuesta
2021-08-02 10:45 ` Henning Schild
2021-08-02 12:16 ` Silvano Cirujano Cuesta
2021-08-02 12:54 ` Henning Schild
2021-08-02 8:40 ` [PATCH v2 4/4] classes: fix comment in container-img class Henning Schild
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210802084041.1320-1-henning.schild@siemens.com \
--to=henning.schild@siemens.com \
--cc=isar-users@googlegroups.com \
--cc=silvano.cirujano-cuesta@siemens.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox