fix naming and descriptions
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
bb2b33c798
commit
b194a8e245
@ -124,7 +124,7 @@ steps:
|
||||
DOCKER_USER:
|
||||
from_secret: docker_username
|
||||
PUSHRM_FILE: README.md
|
||||
PUSHRM_SHORT: Custom image for nginx HTTP server
|
||||
PUSHRM_SHORT: Nginx (openresty) S3 proxy
|
||||
PUSHRM_TARGET: thegeeklab/${DRONE_REPO_NAME}
|
||||
when:
|
||||
status:
|
||||
@ -168,9 +168,3 @@ trigger:
|
||||
|
||||
depends_on:
|
||||
- build-container
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: baa4832d889c42ad9155630c653c0b281707662a717f1077210fe944e5cf123b
|
||||
|
||||
...
|
||||
|
@ -2,10 +2,10 @@ FROM alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4
|
||||
|
||||
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
|
||||
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
|
||||
LABEL org.opencontainers.image.title="nginx"
|
||||
LABEL org.opencontainers.image.url="https://gitea.rknet.org/docker/nginx"
|
||||
LABEL org.opencontainers.image.source="https://gitea.rknet.org/docker/nginx"
|
||||
LABEL org.opencontainers.image.documentation="https://gitea.rknet.org/docker/nginx"
|
||||
LABEL org.opencontainers.image.title="nginx-s3"
|
||||
LABEL org.opencontainers.image.url="https://gitea.rknet.org/docker/nginx-s3"
|
||||
LABEL org.opencontainers.image.source="https://gitea.rknet.org/docker/nginx-s3"
|
||||
LABEL org.opencontainers.image.documentation="https://gitea.rknet.org/docker/nginx-s3"
|
||||
|
||||
ARG TARGETOS
|
||||
ARG TARGETARCH
|
||||
|
@ -1,6 +1,6 @@
|
||||
# nginx-s3
|
||||
|
||||
Custom image for nginx (openresty) to proxy S3 buckets
|
||||
Nginx (openresty) S3 proxy
|
||||
|
||||
[![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,7 +8,7 @@ Custom image for nginx (openresty) to proxy S3 buckets
|
||||
[![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/main/LICENSE)
|
||||
|
||||
Custom image for nginx (openresty) to proxy S3 buckets based on Alpine. The pre-configured non-root user is a system user named `nginx` with the UID `1001`. There is also a primary group with the same values.
|
||||
Nginx (openresty) container based on Alpine to proxy S3 buckets. The pre-configured non-root user is a system user named `nginx` with the UID `1001`. There is also a primary group with the same values.
|
||||
|
||||
## License
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user