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

feat(ci): publish docker images #2520

Merged
merged 10 commits into from
Jul 18, 2024
Merged

feat(ci): publish docker images #2520

merged 10 commits into from
Jul 18, 2024

Conversation

Arqu
Copy link
Collaborator

@Arqu Arqu commented Jul 18, 2024

Description

Tested here: https://github.com/n0-computer/iroh/actions/runs/9992457651/job/27617587850?pr=2520
Results here:

Will only trigger on new releases.
Pretty happy, images are very slim and builds are pretty snappy.

Test it out with
docker run -p 9090:9090 -p 4919:4919/udp -Pit n0computer/iroh:latest --rpc-addr 0.0.0.0:4919 start

Closes #1371

Breaking Changes

Notes & open questions

Change checklist

  • Self-review.
  • Documentation updates following the style guide, if relevant.
  • Tests if relevant.
  • All breaking changes documented.

@Arqu Arqu added the ci continous integration label Jul 18, 2024
@Arqu Arqu added this to the v0.21.0 milestone Jul 18, 2024
@Arqu Arqu self-assigned this Jul 18, 2024
@Arqu Arqu requested review from flub and dignifiedquire July 18, 2024 14:35
@Arqu Arqu added this pull request to the merge queue Jul 18, 2024
Merged via the queue into main with commit c0fa1f4 Jul 18, 2024
29 checks passed
@dignifiedquire dignifiedquire deleted the arqu/pub_docker branch July 18, 2024 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci continous integration
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Dockerize Iroh, publish to docker hub as part of CI
2 participants