docker-rust
docker-rust copied to clipboard
alpine + rustup
Hi,
@Scorpil you mentionned wanting to add alpine variant. have you started working on this ?
If not I'd like to help :)
would it be appropriate to build the alpine image with rustup in the same PR ?
I've looked at the repository quickly, but I want to make sure before starting, tell me if I've misunderstood something:
- the
pyfiles in /manage/ are helpers, mainlycreate.pycreate the Dockerfiles &build.pybuild the image from the Dockerfiles and tag them. I probably will have to edit at leastbuild.py - /templates/ contains the Dockerfile template that are used by
create.py, I'll have to addDockerfile_alpine.mustache(and maybeDockerfile_alpine_onbuild.mustache) docker-tags.ymlmight need some extra info (for rustup)
anything else ?