Run update.sh
This commit is contained in:
parent
7685c8f495
commit
8ef4ddcb4c
|
|
@ -20,8 +20,8 @@ WARNING:
|
|||
- [`1.4.27-alpine`, `1.4-alpine` (*1.4/alpine/Dockerfile*)](https://github.com/docker-library/haproxy/blob/dbf5702c136a1de7046a935b1d79516d6f82c861/1.4/alpine/Dockerfile)
|
||||
- [`1.5.19`, `1.5` (*1.5/Dockerfile*)](https://github.com/docker-library/haproxy/blob/67667912113013d9dfd14b503c14e120ceab9899/1.5/Dockerfile)
|
||||
- [`1.5.19-alpine`, `1.5-alpine` (*1.5/alpine/Dockerfile*)](https://github.com/docker-library/haproxy/blob/dbf5702c136a1de7046a935b1d79516d6f82c861/1.5/alpine/Dockerfile)
|
||||
- [`1.6.12`, `1.6` (*1.6/Dockerfile*)](https://github.com/docker-library/haproxy/blob/17bcf2ad461996045a6818c2b7414483caca3213/1.6/Dockerfile)
|
||||
- [`1.6.12-alpine`, `1.6-alpine` (*1.6/alpine/Dockerfile*)](https://github.com/docker-library/haproxy/blob/17bcf2ad461996045a6818c2b7414483caca3213/1.6/alpine/Dockerfile)
|
||||
- [`1.6.13`, `1.6` (*1.6/Dockerfile*)](https://github.com/docker-library/haproxy/blob/900676649347a83b314fd7b33e0a52265e168577/1.6/Dockerfile)
|
||||
- [`1.6.13-alpine`, `1.6-alpine` (*1.6/alpine/Dockerfile*)](https://github.com/docker-library/haproxy/blob/900676649347a83b314fd7b33e0a52265e168577/1.6/alpine/Dockerfile)
|
||||
- [`1.7.6`, `1.7`, `1`, `latest` (*1.7/Dockerfile*)](https://github.com/docker-library/haproxy/blob/0ffcb61acdee528597854ca4a220493098b5a59b/1.7/Dockerfile)
|
||||
- [`1.7.6-alpine`, `1.7-alpine`, `1-alpine`, `alpine` (*1.7/alpine/Dockerfile*)](https://github.com/docker-library/haproxy/blob/0ffcb61acdee528597854ca4a220493098b5a59b/1.7/alpine/Dockerfile)
|
||||
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ For more examples and ideas, visit:
|
|||
|
||||
$ docker images hello-world
|
||||
REPOSITORY TAG IMAGE ID SIZE
|
||||
hello-world latest 1815c82652c0 1.84kB
|
||||
hello-world latest 1815c82652c0 1.84 kB
|
||||
```
|
||||
|
||||

|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ For more examples and ideas, visit:
|
|||
|
||||
$ docker images hello-world
|
||||
REPOSITORY TAG IMAGE ID SIZE
|
||||
hello-world latest 1815c82652c0 1.84kB
|
||||
hello-world latest 1815c82652c0 1.84 kB
|
||||
```
|
||||
|
||||
%%LOGO%%
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ WARNING:
|
|||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`1.0.3`, `1.0`, `1`, `latest` (*debian/Dockerfile*)](https://github.com/jessfraz/irssi/blob/f84fa44e38f6955823b76e86477ef5c0e3482301/debian/Dockerfile)
|
||||
- [`1.0.3-alpine`, `1.0-alpine`, `1-alpine`, `alpine` (*alpine/Dockerfile*)](https://github.com/jessfraz/irssi/blob/f84fa44e38f6955823b76e86477ef5c0e3482301/alpine/Dockerfile)
|
||||
- [`1.0.3-alpine`, `1.0-alpine`, `1-alpine`, `alpine` (*alpine/Dockerfile*)](https://github.com/jessfraz/irssi/blob/2de872565753ebbd85924d6c80be891ad184f89b/alpine/Dockerfile)
|
||||
|
||||
# Quick reference
|
||||
|
||||
|
|
|
|||
|
|
@ -41,6 +41,11 @@ WARNING:
|
|||
- [`3.6.1-alpine`, `3.6-alpine`, `3-alpine`, `alpine` (*3.6/alpine/Dockerfile*)](https://github.com/docker-library/python/blob/88ba87d31a3033d4dbefecf44ce25aa1b69ab3e5/3.6/alpine/Dockerfile)
|
||||
- [`3.6.1-alpine3.6`, `3.6-alpine3.6`, `3-alpine3.6`, `alpine3.6` (*3.6/alpine3.6/Dockerfile*)](https://github.com/docker-library/python/blob/88ba87d31a3033d4dbefecf44ce25aa1b69ab3e5/3.6/alpine3.6/Dockerfile)
|
||||
- [`3.6.1-onbuild`, `3.6-onbuild`, `3-onbuild`, `onbuild` (*3.6/onbuild/Dockerfile*)](https://github.com/docker-library/python/blob/7eca63adca38729424a9bab957f006f5caad870f/3.6/onbuild/Dockerfile)
|
||||
- [`3.6.2rc1`, `3.6-rc`, `rc` (*3.6-rc/Dockerfile*)](https://github.com/docker-library/python/blob/73d283d3dccd196f758466f29a715e6ab9b533a7/3.6-rc/Dockerfile)
|
||||
- [`3.6.2rc1-slim`, `3.6-rc-slim`, `rc-slim` (*3.6-rc/slim/Dockerfile*)](https://github.com/docker-library/python/blob/73d283d3dccd196f758466f29a715e6ab9b533a7/3.6-rc/slim/Dockerfile)
|
||||
- [`3.6.2rc1-alpine`, `3.6-rc-alpine`, `rc-alpine` (*3.6-rc/alpine/Dockerfile*)](https://github.com/docker-library/python/blob/73d283d3dccd196f758466f29a715e6ab9b533a7/3.6-rc/alpine/Dockerfile)
|
||||
- [`3.6.2rc1-alpine3.6`, `3.6-rc-alpine3.6`, `rc-alpine3.6` (*3.6-rc/alpine3.6/Dockerfile*)](https://github.com/docker-library/python/blob/73d283d3dccd196f758466f29a715e6ab9b533a7/3.6-rc/alpine3.6/Dockerfile)
|
||||
- [`3.6.2rc1-onbuild`, `3.6-rc-onbuild`, `rc-onbuild` (*3.6-rc/onbuild/Dockerfile*)](https://github.com/docker-library/python/blob/73d283d3dccd196f758466f29a715e6ab9b533a7/3.6-rc/onbuild/Dockerfile)
|
||||
|
||||
# Quick reference
|
||||
|
||||
|
|
|
|||
|
|
@ -16,9 +16,9 @@ WARNING:
|
|||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`3.6.10`, `3.6`, `3`, `latest` (*3.6/debian/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/a6cb36022a5c1a17df78cfafe45a73d941ad4eb8/3.6/debian/Dockerfile)
|
||||
- [`3.6.10`, `3.6`, `3`, `latest` (*3.6/debian/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/192f4c2055cc97cd8200c80c97b9e66115c13790/3.6/debian/Dockerfile)
|
||||
- [`3.6.10-management`, `3.6-management`, `3-management`, `management` (*3.6/debian/management/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/79277042564875d55e4b05a60c65b6eb46651a94/3.6/debian/management/Dockerfile)
|
||||
- [`3.6.10-alpine`, `3.6-alpine`, `3-alpine`, `alpine` (*3.6/alpine/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/bc90c8e432c340b6b2dd2ca05f99243f61bc3211/3.6/alpine/Dockerfile)
|
||||
- [`3.6.10-alpine`, `3.6-alpine`, `3-alpine`, `alpine` (*3.6/alpine/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/192f4c2055cc97cd8200c80c97b9e66115c13790/3.6/alpine/Dockerfile)
|
||||
- [`3.6.10-management-alpine`, `3.6-management-alpine`, `3-management-alpine`, `management-alpine` (*3.6/alpine/management/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/79277042564875d55e4b05a60c65b6eb46651a94/3.6/alpine/management/Dockerfile)
|
||||
|
||||
# Quick reference
|
||||
|
|
|
|||
Loading…
Reference in New Issue