d-e-s-o / cargo-http-registry

A cargo registry allowing for quick publishing of crates when using crates.io is just not desired.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create Dockerfile and publish docker image

MarcoIeni opened this issue ยท comments

Hi ๐Ÿ‘‹
I wanted a cargo registry for testing purposes, and this crate worked for me. Thanks!

Now I want to integrate this project into my test suite.
The easiest way for me would be via a docker image.
Are you willing to create a Dockerfile and publish it either to the GitHub registry or to the DockerHub?
If you want, I can open a PR and create a Dockerfile and a CD pipeline similar to what I have in release-plz.

I don't really have any use for Docker and the eco system surrounding it. Can you create a Dockerfile yourself and publish it? I don't see why it needs to happen from this project itself, to be honest.

Ok, no problem, thanks ๐Ÿ‘

Here I maintain a fork of this project where I push the docker image to the ghcr.io registry. ๐Ÿ‘