Run update.sh
This commit is contained in:
parent
3c2a979f18
commit
4e8eda631f
|
|
@ -1,6 +1,6 @@
|
||||||
# Supported tags and respective `Dockerfile` links
|
# Supported tags and respective `Dockerfile` links
|
||||||
|
|
||||||
- [`latest`, `5.2.5` (*Dockerfile*)](https://github.com/kaazing/gateway.docker/blob/3aa0b519bbe7c9dcea139a6919fb41aa45f00c7b/Dockerfile)
|
- [`latest`, `5.3.2` (*Dockerfile*)](https://github.com/kaazing/gateway.docker/blob/d4ac1f583abb55841b135713912803d1c70ce385/Dockerfile)
|
||||||
|
|
||||||
For more information about this image and its history, please see [the relevant manifest file (`library/kaazing-gateway`)](https://github.com/docker-library/official-images/blob/master/library/kaazing-gateway). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fkaazing-gateway).
|
For more information about this image and its history, please see [the relevant manifest file (`library/kaazing-gateway`)](https://github.com/docker-library/official-images/blob/master/library/kaazing-gateway). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fkaazing-gateway).
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,24 +1,20 @@
|
||||||
# Supported tags and respective `Dockerfile` links
|
# Supported tags and respective `Dockerfile` links
|
||||||
|
|
||||||
- [`7.3.0`, `7.3`, `7`, `latest` (*7.3/Dockerfile*)](https://github.com/nodejs/docker-node/blob/57f7537d35c0988bd0e74abbf16989557c1481ad/7.3/Dockerfile)
|
- [`7.4.0`, `7.4`, `7`, `latest` (*7.4/Dockerfile*)](https://github.com/nodejs/docker-node/blob/28425ed95cebaea2ff589c1516d79c60181983b2/7.4/Dockerfile)
|
||||||
- [`7.3.0-alpine`, `7.3-alpine`, `7-alpine`, `alpine` (*7.3/alpine/Dockerfile*)](https://github.com/nodejs/docker-node/blob/57f7537d35c0988bd0e74abbf16989557c1481ad/7.3/alpine/Dockerfile)
|
- [`7.4.0-alpine`, `7.4-alpine`, `7-alpine`, `alpine` (*7.4/alpine/Dockerfile*)](https://github.com/nodejs/docker-node/blob/28425ed95cebaea2ff589c1516d79c60181983b2/7.4/alpine/Dockerfile)
|
||||||
- [`7.3.0-onbuild`, `7.3-onbuild`, `7-onbuild`, `onbuild` (*7.3/onbuild/Dockerfile*)](https://github.com/nodejs/docker-node/blob/57f7537d35c0988bd0e74abbf16989557c1481ad/7.3/onbuild/Dockerfile)
|
- [`7.4.0-onbuild`, `7.4-onbuild`, `7-onbuild`, `onbuild` (*7.4/onbuild/Dockerfile*)](https://github.com/nodejs/docker-node/blob/28425ed95cebaea2ff589c1516d79c60181983b2/7.4/onbuild/Dockerfile)
|
||||||
- [`7.3.0-slim`, `7.3-slim`, `7-slim`, `slim` (*7.3/slim/Dockerfile*)](https://github.com/nodejs/docker-node/blob/57f7537d35c0988bd0e74abbf16989557c1481ad/7.3/slim/Dockerfile)
|
- [`7.4.0-slim`, `7.4-slim`, `7-slim`, `slim` (*7.4/slim/Dockerfile*)](https://github.com/nodejs/docker-node/blob/28425ed95cebaea2ff589c1516d79c60181983b2/7.4/slim/Dockerfile)
|
||||||
- [`7.3.0-wheezy`, `7.3-wheezy`, `7-wheezy`, `wheezy` (*7.3/wheezy/Dockerfile*)](https://github.com/nodejs/docker-node/blob/57f7537d35c0988bd0e74abbf16989557c1481ad/7.3/wheezy/Dockerfile)
|
- [`7.4.0-wheezy`, `7.4-wheezy`, `7-wheezy`, `wheezy` (*7.4/wheezy/Dockerfile*)](https://github.com/nodejs/docker-node/blob/28425ed95cebaea2ff589c1516d79c60181983b2/7.4/wheezy/Dockerfile)
|
||||||
- [`6.9.2`, `6.9`, `6`, `boron` (*6.9/Dockerfile*)](https://github.com/nodejs/docker-node/blob/6948057bbd9cc1469ca0e5e64d3bd5f000d4dc97/6.9/Dockerfile)
|
- [`6.9.3`, `6.9`, `6`, `boron` (*6.9/Dockerfile*)](https://github.com/nodejs/docker-node/blob/369c41c80fc5312625ad61175814b93dc24d0939/6.9/Dockerfile)
|
||||||
- [`6.9.2-alpine`, `6.9-alpine`, `6-alpine`, `boron-alpine` (*6.9/alpine/Dockerfile*)](https://github.com/nodejs/docker-node/blob/6948057bbd9cc1469ca0e5e64d3bd5f000d4dc97/6.9/alpine/Dockerfile)
|
- [`6.9.3-alpine`, `6.9-alpine`, `6-alpine`, `boron-alpine` (*6.9/alpine/Dockerfile*)](https://github.com/nodejs/docker-node/blob/369c41c80fc5312625ad61175814b93dc24d0939/6.9/alpine/Dockerfile)
|
||||||
- [`6.9.2-onbuild`, `6.9-onbuild`, `6-onbuild`, `boron-onbuild` (*6.9/onbuild/Dockerfile*)](https://github.com/nodejs/docker-node/blob/6948057bbd9cc1469ca0e5e64d3bd5f000d4dc97/6.9/onbuild/Dockerfile)
|
- [`6.9.3-onbuild`, `6.9-onbuild`, `6-onbuild`, `boron-onbuild` (*6.9/onbuild/Dockerfile*)](https://github.com/nodejs/docker-node/blob/369c41c80fc5312625ad61175814b93dc24d0939/6.9/onbuild/Dockerfile)
|
||||||
- [`6.9.2-slim`, `6.9-slim`, `6-slim`, `boron-slim` (*6.9/slim/Dockerfile*)](https://github.com/nodejs/docker-node/blob/6948057bbd9cc1469ca0e5e64d3bd5f000d4dc97/6.9/slim/Dockerfile)
|
- [`6.9.3-slim`, `6.9-slim`, `6-slim`, `boron-slim` (*6.9/slim/Dockerfile*)](https://github.com/nodejs/docker-node/blob/369c41c80fc5312625ad61175814b93dc24d0939/6.9/slim/Dockerfile)
|
||||||
- [`6.9.2-wheezy`, `6.9-wheezy`, `6-wheezy`, `boron-wheezy` (*6.9/wheezy/Dockerfile*)](https://github.com/nodejs/docker-node/blob/6948057bbd9cc1469ca0e5e64d3bd5f000d4dc97/6.9/wheezy/Dockerfile)
|
- [`6.9.3-wheezy`, `6.9-wheezy`, `6-wheezy`, `boron-wheezy` (*6.9/wheezy/Dockerfile*)](https://github.com/nodejs/docker-node/blob/369c41c80fc5312625ad61175814b93dc24d0939/6.9/wheezy/Dockerfile)
|
||||||
- [`4.7.0`, `4.7`, `4`, `argon` (*4.7/Dockerfile*)](https://github.com/nodejs/docker-node/blob/926106f27e3a6961191d7b802af6896a1ac892e3/4.7/Dockerfile)
|
- [`4.7.1`, `4.7`, `4`, `argon` (*4.7/Dockerfile*)](https://github.com/nodejs/docker-node/blob/369c41c80fc5312625ad61175814b93dc24d0939/4.7/Dockerfile)
|
||||||
- [`4.7.0-alpine`, `4.7-alpine`, `4-alpine`, `argon-alpine` (*4.7/alpine/Dockerfile*)](https://github.com/nodejs/docker-node/blob/926106f27e3a6961191d7b802af6896a1ac892e3/4.7/alpine/Dockerfile)
|
- [`4.7.1-alpine`, `4.7-alpine`, `4-alpine`, `argon-alpine` (*4.7/alpine/Dockerfile*)](https://github.com/nodejs/docker-node/blob/369c41c80fc5312625ad61175814b93dc24d0939/4.7/alpine/Dockerfile)
|
||||||
- [`4.7.0-onbuild`, `4.7-onbuild`, `4-onbuild`, `argon-onbuild` (*4.7/onbuild/Dockerfile*)](https://github.com/nodejs/docker-node/blob/926106f27e3a6961191d7b802af6896a1ac892e3/4.7/onbuild/Dockerfile)
|
- [`4.7.1-onbuild`, `4.7-onbuild`, `4-onbuild`, `argon-onbuild` (*4.7/onbuild/Dockerfile*)](https://github.com/nodejs/docker-node/blob/369c41c80fc5312625ad61175814b93dc24d0939/4.7/onbuild/Dockerfile)
|
||||||
- [`4.7.0-slim`, `4.7-slim`, `4-slim`, `argon-slim` (*4.7/slim/Dockerfile*)](https://github.com/nodejs/docker-node/blob/926106f27e3a6961191d7b802af6896a1ac892e3/4.7/slim/Dockerfile)
|
- [`4.7.1-slim`, `4.7-slim`, `4-slim`, `argon-slim` (*4.7/slim/Dockerfile*)](https://github.com/nodejs/docker-node/blob/369c41c80fc5312625ad61175814b93dc24d0939/4.7/slim/Dockerfile)
|
||||||
- [`4.7.0-wheezy`, `4.7-wheezy`, `4-wheezy`, `argon-wheezy` (*4.7/wheezy/Dockerfile*)](https://github.com/nodejs/docker-node/blob/926106f27e3a6961191d7b802af6896a1ac892e3/4.7/wheezy/Dockerfile)
|
- [`4.7.1-wheezy`, `4.7-wheezy`, `4-wheezy`, `argon-wheezy` (*4.7/wheezy/Dockerfile*)](https://github.com/nodejs/docker-node/blob/369c41c80fc5312625ad61175814b93dc24d0939/4.7/wheezy/Dockerfile)
|
||||||
- [`0.12.18`, `0.12`, `0` (*0.12/Dockerfile*)](https://github.com/nodejs/docker-node/blob/38829d6654a9da4bb6fdb140286b5a47737cb1f3/0.12/Dockerfile)
|
|
||||||
- [`0.12.18-onbuild`, `0.12-onbuild`, `0-onbuild` (*0.12/onbuild/Dockerfile*)](https://github.com/nodejs/docker-node/blob/38829d6654a9da4bb6fdb140286b5a47737cb1f3/0.12/onbuild/Dockerfile)
|
|
||||||
- [`0.12.18-slim`, `0.12-slim`, `0-slim` (*0.12/slim/Dockerfile*)](https://github.com/nodejs/docker-node/blob/38829d6654a9da4bb6fdb140286b5a47737cb1f3/0.12/slim/Dockerfile)
|
|
||||||
- [`0.12.18-wheezy`, `0.12-wheezy`, `0-wheezy` (*0.12/wheezy/Dockerfile*)](https://github.com/nodejs/docker-node/blob/38829d6654a9da4bb6fdb140286b5a47737cb1f3/0.12/wheezy/Dockerfile)
|
|
||||||
|
|
||||||
For more information about this image and its history, please see [the relevant manifest file (`library/node`)](https://github.com/docker-library/official-images/blob/master/library/node). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fnode).
|
For more information about this image and its history, please see [the relevant manifest file (`library/node`)](https://github.com/docker-library/official-images/blob/master/library/node). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fnode).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue