Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Add "packageStoragePublish" function #1606

Closed
mtojek opened this issue Mar 17, 2022 · 1 comment
Closed

Add "packageStoragePublish" function #1606

mtojek opened this issue Mar 17, 2022 · 1 comment
Labels
Team:Ecosystem Label for the Packages Ecosystem team

Comments

@mtojek
Copy link

mtojek commented Mar 17, 2022

Follow-up: elastic/elastic-package#728

The goal of this issue is to support package publishing to the new Package Storage v2. I suggest the following design:

Function name: packageStoragePublish
Input parameters:

  • buildPackagesPath - path to the directory with .zip files
  • map containing all required credentials, secrets, work dirs, etc.

Actions:

  1. Identify packages not published to the Package Storage.
  2. Sign unpublished packages using the Elastic signing pipeline.
  3. Publish packages and signatures using publishing job

In general, we have already implemented all these steps here. We need to move it to this repository.

Dear Robots, I think we can handle this on our own and ask you later for review.

@jlind23 jlind23 added the Team:Ecosystem Label for the Packages Ecosystem team label Mar 24, 2022
@v1v
Copy link
Member

v1v commented Mar 1, 2023

We are moving to GH actions so no need work on this now

@v1v v1v closed this as completed Mar 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Team:Ecosystem Label for the Packages Ecosystem team
Projects
None yet
Development

No branches or pull requests

3 participants