github-actions[bot]: update README.md
This commit is contained in:
38
README.md
38
README.md
@@ -5,20 +5,6 @@
|
||||
|
||||
Nginx, slim and distroless to be used behind a reverse proxy or as full version
|
||||
|
||||
# MAIN TAGS 🏷️
|
||||
These are the main tags for the image. There is also a tag for each commit and its shorthand sha256 value.
|
||||
|
||||
* [1.28.0](https://hub.docker.com/r/11notes/nginx/tags?name=1.28.0)
|
||||
* [stable](https://hub.docker.com/r/11notes/nginx/tags?name=stable)
|
||||
* [latest](https://hub.docker.com/r/11notes/nginx/tags?name=latest)
|
||||
|
||||
# REPOSITORIES ☁️
|
||||
```
|
||||
docker pull 11notes/nginx:1.28.0
|
||||
docker pull ghcr.io/11notes/nginx:1.28.0
|
||||
docker pull quay.io/11notes/nginx:1.28.0
|
||||
```
|
||||
|
||||
# SYNOPSIS 📖
|
||||
**What can I do with this?** This image will serve as a base for nginx related images that need a high-performance webserver. The default tag of this image is stripped for most functions that can be used by a reverse proxy in front of nginx, it adds however important webserver functions like brotli compression. The default tag is not meant to run as a reverse proxy, use the full image for that. The default tag does not support HTTPS for instance!
|
||||
|
||||
@@ -39,9 +25,9 @@ If you value security, simplicity and the ability to interact with the maintaine
|
||||
# COMPARISON 🏁
|
||||
Below you find a comparison between this image and the most used or original one.
|
||||
|
||||
| **image** | 11notes/nginx:1.28.0 | nginx:1.28.0-alpine-slim |
|
||||
| **image** | 11notes/nginx:1.28.0 | nginx:1.28.0-alpine-slim |
|
||||
| ---: | :---: | :---: |
|
||||
| **image size on disk** | 4.4MB | 11.9MB |
|
||||
| **image size on disk** | 4.41MB | 11.9MB |
|
||||
| **process UID/GID** | 1000/1000 | 0/0 |
|
||||
| **distroless?** | ✅ | ❌ |
|
||||
| **rootless?** | ✅ | ❌ |
|
||||
@@ -175,6 +161,24 @@ networks:
|
||||
| `TZ` | [Time Zone](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) | |
|
||||
| `DEBUG` | Will activate debug option for container image and app (if available) | |
|
||||
|
||||
# MAIN TAGS 🏷️
|
||||
These are the main tags for the image. There is also a tag for each commit and its shorthand sha256 value.
|
||||
|
||||
* [1.28.0](https://hub.docker.com/r/11notes/nginx/tags?name=1.28.0)
|
||||
* [stable](https://hub.docker.com/r/11notes/nginx/tags?name=stable)
|
||||
|
||||
### There is no latest tag, what am I supposed to do about updates?
|
||||
It is of my opinion that the ```:latest``` tag is super dangerous. Many times, I’ve introduced **breaking** changes to my images. This would have messed up everything for some people. If you don’t want to change the tag to the latest [semver](https://semver.org/), simply use the short versions of [semver](https://semver.org/). Instead of using ```:1.28.0``` you can use ```:1``` or ```:1.28```. Since on each new version these tags are updated to the latest version of the software, using them is identical to using ```:latest``` but at least fixed to a major or minor version.
|
||||
|
||||
If you still insist on having the bleeding edge release of this app, simply use the ```:rolling``` tag, but be warned! You will get the latest version of the app instantly, regardless of breaking changes or security issues or what so ever. You do this at your own risk!
|
||||
|
||||
# REGISTRIES ☁️
|
||||
```
|
||||
docker pull 11notes/nginx:1.28.0
|
||||
docker pull ghcr.io/11notes/nginx:1.28.0
|
||||
docker pull quay.io/11notes/nginx:1.28.0
|
||||
```
|
||||
|
||||
# SOURCE 💾
|
||||
* [11notes/nginx](https://github.com/11notes/docker-NGINX)
|
||||
|
||||
@@ -196,4 +200,4 @@ networks:
|
||||
# ElevenNotes™️
|
||||
This image is provided to you at your own risk. Always make backups before updating an image to a different version. Check the [releases](https://github.com/11notes/docker-nginx/releases) for breaking changes. If you have any problems with using this image simply raise an [issue](https://github.com/11notes/docker-nginx/issues), thanks. If you have a question or inputs please create a new [discussion](https://github.com/11notes/docker-nginx/discussions) instead of an issue. You can find all my other repositories on [github](https://github.com/11notes?tab=repositories).
|
||||
|
||||
*created 28.04.2025, 12:12:02 (CET)*
|
||||
*created 04.06.2025, 21:56:22 (CET)*
|
||||
Reference in New Issue
Block a user