From b194a8e245c85ef0a3dddae3608865aa80f941a4 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 23 Sep 2023 14:22:04 +0200 Subject: [PATCH] fix naming and descriptions --- .drone.yml | 8 +------- Dockerfile.multiarch | 8 ++++---- README.md | 4 ++-- 3 files changed, 7 insertions(+), 13 deletions(-) diff --git a/.drone.yml b/.drone.yml index a660814..ef9c6a6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 - -... diff --git a/Dockerfile.multiarch b/Dockerfile.multiarch index 89e455b..22ae8b0 100644 --- a/Dockerfile.multiarch +++ b/Dockerfile.multiarch @@ -2,10 +2,10 @@ FROM alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4 LABEL maintainer="Robert Kaussow " LABEL org.opencontainers.image.authors="Robert Kaussow " -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 diff --git a/README.md b/README.md index 5ffe10e..38ddc4e 100644 --- a/README.md +++ b/README.md @@ -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