Initial Commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-05-03 09:42:57 +02:00
commit ab3d615a2f
12 changed files with 802 additions and 0 deletions

9
README.md Normal file
View File

@ -0,0 +1,9 @@
# createrepo-docker
[![Build Status](https://drone.cryptic.systems/api/badges/volker.raschek/createrepo-docker/status.svg)](https://drone.cryptic.systems/volker.raschek/createrepo-docker)
[![Docker Pulls](https://img.shields.io/docker/pulls/volkerraschek/createrepo)](https://hub.docker.com/r/volkerraschek/createrepo)
This project contains all sources to build the container image
`docker.io/volkerraschek/createrepo`. The primary goal of this project is to package
the binary `createrepo` as container image to provide the functionally for CI/CD
workflows or for systems which does not provide or based on RHEL.