added per-image, per-registry image sizes
This commit is contained in:
parent
09b3fae329
commit
3b1efd9b56
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -9,20 +9,20 @@
|
|||
|
||||
Available on [Docker Hub](https://hub.docker.com) as [`ricardbejarano/nginx`](https://hub.docker.com/r/ricardbejarano/nginx):
|
||||
|
||||
- [`1.17.6-glibc`, `1.17.6`, `glibc`, `master`, `latest` *(Dockerfile.glibc)*](https://github.com/ricardbejarano/nginx/blob/master/Dockerfile.glibc)
|
||||
- [`1.17.6-musl`, `musl` *(Dockerfile.musl)*](https://github.com/ricardbejarano/nginx/blob/master/Dockerfile.musl)
|
||||
- [`1.17.6-glibc`, `1.17.6`, `glibc`, `master`, `latest` *(Dockerfile.glibc)*](https://github.com/ricardbejarano/nginx/blob/master/Dockerfile.glibc) (about `14MB`)
|
||||
- [`1.17.6-musl`, `musl` *(Dockerfile.musl)*](https://github.com/ricardbejarano/nginx/blob/master/Dockerfile.musl) (about `12.3MB`)
|
||||
|
||||
### Quay
|
||||
|
||||
Available on [Quay](https://quay.io) as:
|
||||
|
||||
- [`quay.io/ricardbejarano/nginx-glibc`](https://quay.io/repository/ricardbejarano/nginx-glibc), tags: [`1.17.6`, `master`, `latest` *(Dockerfile.glibc)*](https://github.com/ricardbejarano/nginx/blob/master/Dockerfile.glibc)
|
||||
- [`quay.io/ricardbejarano/nginx-musl`](https://quay.io/repository/ricardbejarano/nginx-musl), tags: [`1.17.6`, `master`, `latest` *(Dockerfile.musl)*](https://github.com/ricardbejarano/nginx/blob/master/Dockerfile.musl)
|
||||
- [`quay.io/ricardbejarano/nginx-glibc`](https://quay.io/repository/ricardbejarano/nginx-glibc), tags: [`1.17.6`, `master`, `latest` *(Dockerfile.glibc)*](https://github.com/ricardbejarano/nginx/blob/master/Dockerfile.glibc) (about `14MB`)
|
||||
- [`quay.io/ricardbejarano/nginx-musl`](https://quay.io/repository/ricardbejarano/nginx-musl), tags: [`1.17.6`, `master`, `latest` *(Dockerfile.musl)*](https://github.com/ricardbejarano/nginx/blob/master/Dockerfile.musl) (about `12.3MB`)
|
||||
|
||||
|
||||
## Features
|
||||
|
||||
* Super tiny (`glibc`-based image is about `14.1MB`, `musl`-based image is about `12.4MB`)
|
||||
* Super tiny (see [Tags](#tags))
|
||||
* Compiled from source (with binary exploit mitigations) during build time
|
||||
* Built `FROM scratch`, with zero bloat (see [Filesystem](#filesystem))
|
||||
* Reduced attack surface (no shell, no UNIX tools, no package manager...)
|
||||
|
|
Loading…
Add table
Reference in a new issue