Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/4] package: add some docker credential helpers
@ 2025-03-21 13:32 yann.morin
  2025-03-21 13:32 ` [Buildroot] [PATCH 1/4] package/pkg-golang: support _SUBDIR yann.morin
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: yann.morin @ 2025-03-21 13:32 UTC (permalink / raw)
  To: buildroot; +Cc: Christian Stewart, Yann E . MORIN

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-05-18  6:32 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-21 13:32 [Buildroot] [PATCH 0/4] package: add some docker credential helpers yann.morin
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox