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 5bf374b..cdce818 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,15 @@ -# nginx +# [nginx](https://gitea.rknet.org/docker/nginx) -[![Build Status](https://drone.rknet.org/api/badges/docker/nginx/status.svg)](https://drone.rknet.org/docker/nginx/) -[![Microbadger](https://images.microbadger.com/badges/image/xoxys/nginx.svg)](https://microbadger.com/images/xoxys/nginx "Get your own image badge on microbadger.com") +[![Build Status](https://img.shields.io/drone/build/docker/nginx?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/docker/nginx) +[![Docker Hub](https://img.shields.io/badge/docker-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/xoxys/nginx) +[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/docker/nginx/src/branch/master/LICENSE) -Rootless nginx base image based on Alpine. +Rootless nginx base image based on Alpine. The pre-configured non-root user is a system user named `nginx` with the UID `101`. There is also a primary group with the same values. -Currently, there are no options to overwrite through environment variables but you can use `FROM: xoxys/nginx:latest` to build a custom image. +## License -The pre-configured non-root user is a system user named `nginx` with the UID `101`. There is also a primary group with the same values. +This project is licensed under the MIT License - see the [LICENSE](https://gitea.rknet.org/docker/nginx/src/branch/master/LICENSE) file for details. + +## Maintainers and Contributors + +[Robert Kaussow](https://gitea.rknet.org/xoxys)