diff --git a/.drone.yml b/.drone.yml index e7b2751..10173c4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 ... diff --git a/README.md b/README.md index 651d120..b9460c5 100644 --- a/README.md +++ b/README.md @@ -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)