diff --git a/LICENSE b/LICENSE index d449d3e..bb3e998 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) +Copyright (c) 2020 Robert Kaussow Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index b366f8b..48bcc19 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,15 @@ -# rpmbuild-centos7 +# [rpmbuild](https://gitea.rknet.org/docker/rpmbuild) -[![Build Status](https://drone.rknet.org/api/badges/docker/rpmbuild/status.svg)](https://drone.rknet.org/docker/rpmbuild/) -[![](https://images.microbadger.com/badges/image/xoxys/rpmbuild.svg)](https://microbadger.com/images/xoxys/rpmbuild "Get your own image badge on microbadger.com") +[![Build Status](https://img.shields.io/drone/build/docker/rpmbuild?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/docker/rpmbuild) +[![Docker Hub](https://img.shields.io/badge/docker-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/xoxys/rpmbuild) +[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/docker/rpmbuild/src/branch/master/LICENSE) Simple docker image based on CentOS 7 to build rpm packages. + +## License + +This project is licensed under the MIT License - see the [LICENSE](https://gitea.rknet.org/docker/rpmbuild/src/branch/master/LICENSE) file for details. + +## Maintainers and Contributors + +[Robert Kaussow](https://gitea.rknet.org/xoxys)