diff --git a/clojure/README.md b/clojure/README.md index 59908f55b..21dd297ee 100644 --- a/clojure/README.md +++ b/clojure/README.md @@ -16,14 +16,14 @@ WARNING: # Supported tags and respective `Dockerfile` links -- [`lein-2.8.1`, `lein`, `latest` (*debian/lein/Dockerfile*)](https://github.com/Quantisan/docker-clojure/blob/1befe11d6cf54581247c002c6f9793d12c2f337f/debian/lein/Dockerfile) -- [`lein-2.8.1-onbuild`, `lein-onbuild`, `onbuild` (*debian/lein/onbuild/Dockerfile*)](https://github.com/Quantisan/docker-clojure/blob/1befe11d6cf54581247c002c6f9793d12c2f337f/debian/lein/onbuild/Dockerfile) -- [`lein-2.8.1-alpine`, `lein-alpine`, `alpine` (*alpine/lein/Dockerfile*)](https://github.com/Quantisan/docker-clojure/blob/1befe11d6cf54581247c002c6f9793d12c2f337f/alpine/lein/Dockerfile) -- [`lein-2.8.1-alpine-onbuild`, `lein-alpine-onbuild`, `alpine-onbuild` (*alpine/lein/onbuild/Dockerfile*)](https://github.com/Quantisan/docker-clojure/blob/1befe11d6cf54581247c002c6f9793d12c2f337f/alpine/lein/onbuild/Dockerfile) -- [`boot-2.7.2`, `boot` (*debian/boot/Dockerfile*)](https://github.com/Quantisan/docker-clojure/blob/1befe11d6cf54581247c002c6f9793d12c2f337f/debian/boot/Dockerfile) -- [`boot-2.7.2-alpine`, `boot-alpine` (*alpine/boot/Dockerfile*)](https://github.com/Quantisan/docker-clojure/blob/1befe11d6cf54581247c002c6f9793d12c2f337f/alpine/boot/Dockerfile) -- [`tools-deps-1.9.0.375`, `tools-deps` (*debian/tools-deps/Dockerfile*)](https://github.com/Quantisan/docker-clojure/blob/1befe11d6cf54581247c002c6f9793d12c2f337f/debian/tools-deps/Dockerfile) -- [`tools-deps-1.9.0.375-alpine`, `tools-deps-alpine` (*alpine/tools-deps/Dockerfile*)](https://github.com/Quantisan/docker-clojure/blob/1befe11d6cf54581247c002c6f9793d12c2f337f/alpine/tools-deps/Dockerfile) +- [`lein-2.8.1`, `lein`, `latest` (*debian/lein/Dockerfile*)](https://github.com/Quantisan/docker-clojure/blob/a1a07c465810f309e0bb410e9707f235b3c8d3c4/debian/lein/Dockerfile) +- [`lein-2.8.1-onbuild`, `lein-onbuild`, `onbuild` (*debian/lein/onbuild/Dockerfile*)](https://github.com/Quantisan/docker-clojure/blob/a1a07c465810f309e0bb410e9707f235b3c8d3c4/debian/lein/onbuild/Dockerfile) +- [`lein-2.8.1-alpine`, `lein-alpine`, `alpine` (*alpine/lein/Dockerfile*)](https://github.com/Quantisan/docker-clojure/blob/a1a07c465810f309e0bb410e9707f235b3c8d3c4/alpine/lein/Dockerfile) +- [`lein-2.8.1-alpine-onbuild`, `lein-alpine-onbuild`, `alpine-onbuild` (*alpine/lein/onbuild/Dockerfile*)](https://github.com/Quantisan/docker-clojure/blob/a1a07c465810f309e0bb410e9707f235b3c8d3c4/alpine/lein/onbuild/Dockerfile) +- [`boot-2.7.2`, `boot` (*debian/boot/Dockerfile*)](https://github.com/Quantisan/docker-clojure/blob/a1a07c465810f309e0bb410e9707f235b3c8d3c4/debian/boot/Dockerfile) +- [`boot-2.7.2-alpine`, `boot-alpine` (*alpine/boot/Dockerfile*)](https://github.com/Quantisan/docker-clojure/blob/a1a07c465810f309e0bb410e9707f235b3c8d3c4/alpine/boot/Dockerfile) +- [`tools-deps-1.9.0.381`, `tools-deps` (*debian/tools-deps/Dockerfile*)](https://github.com/Quantisan/docker-clojure/blob/a1a07c465810f309e0bb410e9707f235b3c8d3c4/debian/tools-deps/Dockerfile) +- [`tools-deps-1.9.0.381-alpine`, `tools-deps-alpine` (*alpine/tools-deps/Dockerfile*)](https://github.com/Quantisan/docker-clojure/blob/a1a07c465810f309e0bb410e9707f235b3c8d3c4/alpine/tools-deps/Dockerfile) # Quick reference diff --git a/ibmjava/README.md b/ibmjava/README.md index 7b8b8a05a..01965cd56 100644 --- a/ibmjava/README.md +++ b/ibmjava/README.md @@ -16,12 +16,12 @@ WARNING: # Supported tags and respective `Dockerfile` links -- [`8-jre`, `jre`, `8`, `latest` (*ibmjava/8/jre/ubuntu/Dockerfile*)](https://github.com/ibmruntimes/ci.docker/blob/72e1d4742296c6c8d092d2fd58d39b4afeea4bbb/ibmjava/8/jre/ubuntu/Dockerfile) -- [`8-jre-alpine`, `jre-alpine` (*ibmjava/8/jre/alpine/Dockerfile*)](https://github.com/ibmruntimes/ci.docker/blob/72e1d4742296c6c8d092d2fd58d39b4afeea4bbb/ibmjava/8/jre/alpine/Dockerfile) -- [`8-sfj`, `sfj` (*ibmjava/8/sfj/ubuntu/Dockerfile*)](https://github.com/ibmruntimes/ci.docker/blob/72e1d4742296c6c8d092d2fd58d39b4afeea4bbb/ibmjava/8/sfj/ubuntu/Dockerfile) -- [`8-sfj-alpine`, `sfj-alpine` (*ibmjava/8/sfj/alpine/Dockerfile*)](https://github.com/ibmruntimes/ci.docker/blob/72e1d4742296c6c8d092d2fd58d39b4afeea4bbb/ibmjava/8/sfj/alpine/Dockerfile) -- [`8-sdk`, `sdk` (*ibmjava/8/sdk/ubuntu/Dockerfile*)](https://github.com/ibmruntimes/ci.docker/blob/72e1d4742296c6c8d092d2fd58d39b4afeea4bbb/ibmjava/8/sdk/ubuntu/Dockerfile) -- [`8-sdk-alpine`, `sdk-alpine` (*ibmjava/8/sdk/alpine/Dockerfile*)](https://github.com/ibmruntimes/ci.docker/blob/72e1d4742296c6c8d092d2fd58d39b4afeea4bbb/ibmjava/8/sdk/alpine/Dockerfile) +- [`8-jre`, `jre`, `8`, `latest` (*ibmjava/8/jre/ubuntu/Dockerfile*)](https://github.com/ibmruntimes/ci.docker/blob/5e1141743177128d563646fcf9bc4413acf68fd1/ibmjava/8/jre/ubuntu/Dockerfile) +- [`8-jre-alpine`, `jre-alpine` (*ibmjava/8/jre/alpine/Dockerfile*)](https://github.com/ibmruntimes/ci.docker/blob/5e1141743177128d563646fcf9bc4413acf68fd1/ibmjava/8/jre/alpine/Dockerfile) +- [`8-sfj`, `sfj` (*ibmjava/8/sfj/ubuntu/Dockerfile*)](https://github.com/ibmruntimes/ci.docker/blob/5e1141743177128d563646fcf9bc4413acf68fd1/ibmjava/8/sfj/ubuntu/Dockerfile) +- [`8-sfj-alpine`, `sfj-alpine` (*ibmjava/8/sfj/alpine/Dockerfile*)](https://github.com/ibmruntimes/ci.docker/blob/5e1141743177128d563646fcf9bc4413acf68fd1/ibmjava/8/sfj/alpine/Dockerfile) +- [`8-sdk`, `sdk` (*ibmjava/8/sdk/ubuntu/Dockerfile*)](https://github.com/ibmruntimes/ci.docker/blob/5e1141743177128d563646fcf9bc4413acf68fd1/ibmjava/8/sdk/ubuntu/Dockerfile) +- [`8-sdk-alpine`, `sdk-alpine` (*ibmjava/8/sdk/alpine/Dockerfile*)](https://github.com/ibmruntimes/ci.docker/blob/5e1141743177128d563646fcf9bc4413acf68fd1/ibmjava/8/sdk/alpine/Dockerfile) # Quick reference @@ -53,7 +53,7 @@ WARNING: ### Overview -The images in this repository contain IBM® SDK, Java™ Technology Edition, version 1.8.0\_sr5fp15 (8.0-5.15). See [what's new](https://developer.ibm.com/javasdk/blog). See the license section for restrictions that relate to the use of this image. For more information about IBM® SDK, Java™ Technology Edition and API documentation as well as tutorials, recipes, and Java usage in IBM Cloud, see [IBM developerWorks](https://developer.ibm.com/javasdk/). +The images in this repository contain IBM® SDK, Java™ Technology Edition, version 1.8.0\_sr5fp16 (8.0-5.16). See [what's new](https://developer.ibm.com/javasdk/blog). See the license section for restrictions that relate to the use of this image. For more information about IBM® SDK, Java™ Technology Edition and API documentation as well as tutorials, recipes, and Java usage in IBM Cloud, see [IBM developerWorks](https://developer.ibm.com/javasdk/). Java and all Java-based trademarks and logos are trademarks or registered trademarks of Oracle and/or its affiliates. diff --git a/oraclelinux/README.md b/oraclelinux/README.md index e31267a12..0789ad832 100644 --- a/oraclelinux/README.md +++ b/oraclelinux/README.md @@ -16,12 +16,12 @@ WARNING: # Supported tags and respective `Dockerfile` links -- [`7`, `latest` (*7.5/Dockerfile*)](https://github.com/oracle/container-images/blob/8f5ef85397699ce047809db7fb8532405b6e175d/7.5/Dockerfile) -- [`7-slim` (*7-slim/Dockerfile*)](https://github.com/oracle/container-images/blob/8f5ef85397699ce047809db7fb8532405b6e175d/7-slim/Dockerfile) -- [`7.5` (*7.5/Dockerfile*)](https://github.com/oracle/container-images/blob/8f5ef85397699ce047809db7fb8532405b6e175d/7.5/Dockerfile) -- [`7.4` (*7.4/Dockerfile*)](https://github.com/oracle/container-images/blob/8f5ef85397699ce047809db7fb8532405b6e175d/7.4/Dockerfile) -- [`6-slim` (*6-slim/Dockerfile*)](https://github.com/oracle/container-images/blob/8f5ef85397699ce047809db7fb8532405b6e175d/6-slim/Dockerfile) -- [`6`, `6.9` (*6.9/Dockerfile*)](https://github.com/oracle/container-images/blob/8f5ef85397699ce047809db7fb8532405b6e175d/6.9/Dockerfile) +- [`7`, `latest` (*7.5/Dockerfile*)](https://github.com/oracle/container-images/blob/e453fbc253ae681ec18a1542ea4347d32798270b/7.5/Dockerfile) +- [`7-slim` (*7-slim/Dockerfile*)](https://github.com/oracle/container-images/blob/e453fbc253ae681ec18a1542ea4347d32798270b/7-slim/Dockerfile) +- [`7.5` (*7.5/Dockerfile*)](https://github.com/oracle/container-images/blob/e453fbc253ae681ec18a1542ea4347d32798270b/7.5/Dockerfile) +- [`7.4` (*7.4/Dockerfile*)](https://github.com/oracle/container-images/blob/e453fbc253ae681ec18a1542ea4347d32798270b/7.4/Dockerfile) +- [`6-slim` (*6-slim/Dockerfile*)](https://github.com/oracle/container-images/blob/e453fbc253ae681ec18a1542ea4347d32798270b/6-slim/Dockerfile) +- [`6`, `6.9` (*6.9/Dockerfile*)](https://github.com/oracle/container-images/blob/e453fbc253ae681ec18a1542ea4347d32798270b/6.9/Dockerfile) # Quick reference diff --git a/sl/README.md b/sl/README.md index 8f6c51814..ebc280009 100644 --- a/sl/README.md +++ b/sl/README.md @@ -16,8 +16,8 @@ WARNING: # Supported tags and respective `Dockerfile` links -- [`7`, `latest` (*sl7/Dockerfile*)](https://github.com/scientificlinux/sl-docker/blob/cc19070a8d75c826af21c28251d409b1463d747f/sl7/Dockerfile) -- [`6` (*sl6/Dockerfile*)](https://github.com/scientificlinux/sl-docker/blob/b561b3b2418f10518e47ee7defa43284e154e193/sl6/Dockerfile) +- [`7`, `latest` (*sl7/Dockerfile*)](https://github.com/scientificlinux/sl-docker/blob/bf7fa6a6837b82f8ee1eaa37a5a5520739d8c995/sl7/Dockerfile) +- [`6` (*sl6/Dockerfile*)](https://github.com/scientificlinux/sl-docker/blob/bdbd37c42f0bd69415f80eb773a37438f85ffc5b/sl6/Dockerfile) # Quick reference