From: <yann.morin@orange.com>
To: <buildroot@buildroot.org>
Cc: Christian Stewart <christian@aperture.us>,
"Yann E . MORIN" <yann.morin@orange.com>
Subject: [Buildroot] [PATCH 0/4] package: add some docker credential helpers
Date: Fri, 21 Mar 2025 14:32:08 +0100 [thread overview]
Message-ID: <cover.1742563913.git.yann.morin@orange.com> (raw)
From: "Yann E. MORIN" <yann.morin@orange.com>
Hello All!
This series introduces some docker credential helpers for various cloud
providers: AWS ECR, Google Cloud Platform, and Azure. This will allow
one to pull and push images to/from those registries.
The series starts by extending the golab-package infra to accept
packages which sources are located in a sub-directory.
Then it introduces the credential helpers. Pretty boring packages...
Regards,
Yann E. MORIN.
The following changes since commit f0693546ab9eb30ee033747fe1c51664d23b207b
package/python-setuptools: bump to version 76.0.0 (2025-03-20 23:02:42 +0100)
are available as patches in this mail series,
for you to apply patches up to cff564db203c97fc8800efa120d8e0494696814d
package/docker-credential-acr-env: new package (2025-03-21 10:58:44 +0100)
----------------------------------------------------------------
Yann E. MORIN (4):
package/pkg-golang: support _SUBDIR
package/amazon-ecr-credential-helper: new package
package/docker-credential-gcr: new package
package/docker-credential-acr-env: new package
package/Config.in | 3 +++
package/amazon-ecr-credential-helper/Config.in | 9 +++++++++
.../amazon-ecr-credential-helper.hash | 2 ++
.../amazon-ecr-credential-helper.mk | 20 ++++++++++++++++++++
package/docker-credential-acr-env/Config.in | 12 ++++++++++++
.../docker-credential-acr-env.hash | 2 ++
.../docker-credential-acr-env.mk | 14 ++++++++++++++
package/docker-credential-gcr/Config.in | 10 ++++++++++
.../docker-credential-gcr/docker-credential-gcr.hash | 2 ++
.../docker-credential-gcr/docker-credential-gcr.mk | 16 ++++++++++++++++
package/pkg-golang.mk | 13 +++++++++----
support/download/go-post-process | 5 +++--
12 files changed, 102 insertions(+), 6 deletions(-)
create mode 100644 package/amazon-ecr-credential-helper/Config.in
create mode 100644 package/amazon-ecr-credential-helper/amazon-ecr-credential-helper.hash
create mode 100644 package/amazon-ecr-credential-helper/amazon-ecr-credential-helper.mk
create mode 100644 package/docker-credential-acr-env/Config.in
create mode 100644 package/docker-credential-acr-env/docker-credential-acr-env.hash
create mode 100644 package/docker-credential-acr-env/docker-credential-acr-env.mk
create mode 100644 package/docker-credential-gcr/Config.in
create mode 100644 package/docker-credential-gcr/docker-credential-gcr.hash
create mode 100644 package/docker-credential-gcr/docker-credential-gcr.mk
--
____________
.-----------------.--------------------: _ :------------------.
| Yann E. MORIN | Real-Time Embedded | __/ ) | /"\ ASCII RIBBON |
| | Software Designer | _/ - /' | \ / CAMPAIGN |
| +33 638.411.245 '--------------------: (_ `--, | X AGAINST |
| yann.morin (at) orange.com |_=" ,--' | / \ HTML MAIL |
'--------------------------------------:______/_____:------------------'
____________________________________________________________________________________________________________
Ce message et ses pieces jointes peuvent contenir des informations confidentielles ou privilegiees et ne doivent donc
pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce message par erreur, veuillez le signaler
a l'expediteur et le detruire ainsi que les pieces jointes. Les messages electroniques etant susceptibles d'alteration,
Orange decline toute responsabilite si ce message a ete altere, deforme ou falsifie. Merci.
This message and its attachments may contain confidential or privileged information that may be protected by law;
they should not be distributed, used or copied without authorisation.
If you have received this email in error, please notify the sender and delete this message and its attachments.
As emails may be altered, Orange is not liable for messages that have been modified, changed or falsified.
Thank you.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next reply other threads:[~2025-03-21 13:39 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-21 13:32 yann.morin [this message]
2025-03-21 13:32 ` [Buildroot] [PATCH 1/4] package/pkg-golang: support _SUBDIR yann.morin
2025-03-23 20:15 ` Christian Stewart via buildroot
2025-03-29 20:22 ` Julien Olivain
2025-03-21 13:32 ` [Buildroot] [PATCH 2/4] package/amazon-ecr-credential-helper: new package yann.morin
2025-05-18 6:32 ` Peter Korsgaard
2025-03-21 13:32 ` [Buildroot] [PATCH 3/4] package/docker-credential-gcr: " yann.morin
2025-03-21 13:32 ` [Buildroot] [PATCH 4/4] package/docker-credential-acr-env: " yann.morin
2025-03-23 20:14 ` [Buildroot] [PATCH 0/4] package: add some docker credential helpers Christian Stewart via buildroot
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=cover.1742563913.git.yann.morin@orange.com \
--to=yann.morin@orange.com \
--cc=buildroot@buildroot.org \
--cc=christian@aperture.us \
/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