You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 19, 2022. It is now read-only.
As far as I know, this doesn't need any special sauce in cargo-deb, and it's only a matter of publishing a docker image with it. Since personally I don't use Docker, I'll leave it for someone else to handle.
Would a pull request adding a Dockerfile to this repo be accepted?
If so would the docker image be published on the docker hub account of one of this repo's maintainers, or should I publish it on my docker hub?
Maybe a better approach would be to include compiled binaries onto the github releases page. That way, you can just download the executable into your docker container instead of building it from source.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
A docker container based on
rust:alpine
orrust:buster
would make building debian packages using CI/CD services such as drone much easier.Of course,
cargo-deb
could also be installed in the container after the fact, but having a pre-made container with it would make the process cleaner.The text was updated successfully, but these errors were encountered: