update readme
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-09-22 22:35:53 +02:00
parent 279dcd2ee5
commit 7e6e2c6ece
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 4 additions and 8 deletions

View File

@ -102,7 +102,7 @@ steps:
DOCKER_USER:
from_secret: docker_username
PUSHRM_FILE: README.md
PUSHRM_SHORT: Rootless NGINX - High-performance HTTP server and reverse proxy
PUSHRM_SHORT: Custom image for nginx HTTP server
PUSHRM_TARGET: thegeeklab/${DRONE_REPO_NAME}
when:
status:
@ -150,6 +150,6 @@ depends_on:
---
kind: signature
hmac: 2e05a262f2d0d99b1f441ee5ceb90f76e622d2c80f7733ac976d7262a8915cc0
hmac: 54b3074e8c38d2ac61056e0a95f85d6b648db13c8c54c56a23f5d48cd5ee89f1
...

View File

@ -1,6 +1,6 @@
# nginx
Rootless NGINX - High-performance HTTP server and reverse proxy
Custom image for nginx HTTP server
[![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/dockerhub-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/thegeeklab/nginx)
@ -8,12 +8,8 @@ Rootless NGINX - High-performance HTTP server and reverse proxy
[![Source: Gitea](https://img.shields.io/badge/source-gitea-blue.svg?logo=gitea&logoColor=white)](https://gitea.rknet.org/docker/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. 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.
Custom rootless Docker base image for nginx 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.
## License
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)