Docker image for DEB/RPM package building. Source code: https://bitbucket.org/gremlininc/docker-pkg
10K+
Cargo Caching:
Create a volume to store the cache docker create -v /cargo --name cargo-cache tianon/true /bin/true
When you run docker, mount the volume docker run .. --volumes-from cargo-cache
Set the CARGO_HOME variable in the image (set in the musl Dockerfile by default) ENV CARGO_HOME="/cargo"
Recommend brew install 'docker-clean' and running 'docker-clean run' to clean up old images.
Content type
Image
Digest
sha256:d966c4144…
Size
193.6 MB
Last updated
8 months ago
docker pull gremlin/pkg:rpm