From 165c1f21a8e7f9789d7b431fc404205293ae3260 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 30 Aug 2020 16:27:43 +0200 Subject: [PATCH] generalize short description --- .drone.yml | 2 +- README.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 938cbd7..7c3e230 100644 --- a/.drone.yml +++ b/.drone.yml @@ -108,7 +108,7 @@ steps: from_secret: docker_username README_PATH: README.md REPO_NAME: xoxys/${DRONE_REPO_NAME} - SHORT_DESCRIPTION: Custom Alpine base image + SHORT_DESCRIPTION: Rootless Alpine base image when: status: - success diff --git a/README.md b/README.md index d472fda..c91e830 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,14 @@ # alpine +Rootless Alpine base image + [![Build Status](https://img.shields.io/drone/build/docker/alpine?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/docker/alpine) [![Docker Hub](https://img.shields.io/badge/hub-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/xoxys/alpine) [![Quay.io](https://img.shields.io/badge/quay-latest-blue.svg?logo=docker&logoColor=white)](https://quay.io/repository/xoxys/alpine) [![Source: Gitea](https://img.shields.io/badge/source-gitea-blue.svg?logo=gitea&logoColor=white)](https://gitea.rknet.org/docker/alpine) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/docker/alpine/src/branch/master/LICENSE) -Rootless alpine base image. The pre-configured non-root user is a system user named `app` and UID `101`. It exists a primary group with the same values also. +Rootless Alpine base image. The pre-configured non-root user is a system user named `app` and UID `101`. There is also a primary group with the same values. ## License