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

This commit is contained in:
Robert Kaussow 2020-02-22 18:08:14 +01:00
parent ae45e8a236
commit 3407cc4c48
2 changed files with 13 additions and 5 deletions

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) <year> <copyright holders>
Copyright (c) 2020 Robert Kaussow <mail@geeklabor.de>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,15 @@
# alpine
# [alpine](https://gitea.rknet.org/docker/alpine)
[![Build Status](https://drone.rknet.org/api/badges/docker/alpine/status.svg)](https://drone.rknet.org/docker/alpine/)
[![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/docker-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/xoxys/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..
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.
The pre-configured non-root user is a system user named `app` 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/alpine/src/branch/master/LICENSE) file for details.
## Maintainers and Contributors
[Robert Kaussow](https://gitea.rknet.org/xoxys)