For building an rpm of the yum-s3-plugin package without a redhat derived box to hand...
1.5K
This docker container will build an rpm package for yum-s3-plugin and drop the resulting rpm into the /data volume.
Ideal for rpm construction without a handy yum'able box.
mkdir -p $PWD/yum-s3-plugin
docker run \
-i -t --rm \
-v $PWD/yum-s3-plugin:/data \
rednut/docker-build-yum-s3-plugin
:-)
Content type
Image
Digest
sha256:80dee00cf…
Size
155.3 MB
Last updated
about 11 years ago
docker pull rednut/docker-build-yum-s3-plugin