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

Publish a docker image when we do a release of this repo #97

Closed
paulbellamy opened this issue Apr 3, 2023 · 3 comments
Closed

Publish a docker image when we do a release of this repo #97

paulbellamy opened this issue Apr 3, 2023 · 3 comments
Labels
soroban-scrum A label to make relevant issues appear in the Platform Scrum board.

Comments

@paulbellamy
Copy link
Contributor

What problem does your feature solve?

Right now, users have to build their own soroban-preview docker image to run stuff locally.

What would you like to see?

We should add a github action which triggers when there is a release, and builds/pushes the docker image to dockerhub.

What alternatives are there?

Spawned from: #94

@paulbellamy paulbellamy added the soroban-scrum A label to make relevant issues appear in the Platform Scrum board. label Apr 3, 2023
@paulbellamy paulbellamy moved this from Backlog to Next Sprint Proposal in Platform Scrum Apr 3, 2023
@esteblock
Copy link
Contributor

Hello. Just to add some info about the alternative:

I was supporting the following repo: https://github.com/esteblock/soroban-preview-docker/
Docker images then published in https://hub.docker.com/repository/docker/esteblock/soroban-preview/general

In the repo each folder will hold a different Preview Dockerfile.
We could also add a github action to publish them

@mollykarcher
Copy link

We can use quickstart as a model for how to set this up, but multi-arch will add a lot of complexity here

@esteblock
Copy link
Contributor

We can use quickstart as a model for how to set this up, but multi-arch will add a lot of complexity here

You mean that we can also install soroban-cli in quickstart, and then execute soroban-cli commands inside the quickstart containter? That would be great! Just use one container for all!

@mollykarcher mollykarcher moved this from Next Sprint Proposal to Backlog in Platform Scrum Apr 18, 2023
@github-project-automation github-project-automation bot moved this from Backlog to Done in Platform Scrum Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
soroban-scrum A label to make relevant issues appear in the Platform Scrum board.
Projects
None yet
Development

No branches or pull requests

5 participants
@paulbellamy @mollykarcher @esteblock @Julian-dev28 and others