Skip to content
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

Deploy release artifacts (SLC) in S3 Buckets #6

Open
tomuben opened this issue May 13, 2022 · 0 comments
Open

Deploy release artifacts (SLC) in S3 Buckets #6

tomuben opened this issue May 13, 2022 · 0 comments
Labels
refactoring Code improvement without behavior change

Comments

@tomuben
Copy link
Collaborator

tomuben commented May 13, 2022

Background

Currently we deploy the release artifact on Dockerhub and upload them to the GH release page.
However, GH has a restriction that artifacts for a release must not exceed 2GB. Currently the cuda container exceeds this limit.
It makes sense to deploy the container also in a release S3 bucket, which should be public-readonly. The GH release should then also link to the respective folder in the bucket.

Acceptance Criteria

  1. Create a new S3 bucket for release stacks which are public-readonly
  2. Upload release script-languages-contaienr there
  3. Optional: Find a way to automatically mention the S3 bucket in the GH release
@redcatbear redcatbear added the refactoring Code improvement without behavior change label May 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Code improvement without behavior change
Projects
None yet
Development

No branches or pull requests

2 participants