diff --git a/arangodb/README.md b/arangodb/README.md index 9c4b3c784..c9b5a7f64 100644 --- a/arangodb/README.md +++ b/arangodb/README.md @@ -3,7 +3,7 @@ - [`2.5.5`, `2.5` (*jessie/2.5.5/Dockerfile*)](https://github.com/arangodb/arangodb-docker/blob/636cd874df38edd77a187c08e1803693b3d978d3/jessie/2.5.5/Dockerfile) - [`2.7`, `2.7.5` (*jessie/2.7.5/Dockerfile*)](https://github.com/arangodb/arangodb-docker/blob/dbfcc5f3edb37f622a2acd221b58106547b05fae/jessie/2.7.5/Dockerfile) - [`2.8`, `2.8.11` (*jessie/2.8.11/Dockerfile*)](https://github.com/arangodb/arangodb-docker/blob/05366cb4c6a6aab8e1ff9ca74c81b09d9a57b5b5/jessie/2.8.11/Dockerfile) -- [`3.1`, `3.1.10`, `latest` (*jessie/3.1.10/Dockerfile*)](https://github.com/arangodb/arangodb-docker/blob/626e19d0c13b9804db414ec3e190fa83bf012692/jessie/3.1.10/Dockerfile) +- [`3.1`, `3.1.11`, `latest` (*jessie/3.1.11/Dockerfile*)](https://github.com/arangodb/arangodb-docker/blob/c1c353de96266d5b1497a40ce368a1a9a5022d87/jessie/3.1.11/Dockerfile) For more information about this image and its history, please see [the relevant manifest file (`library/arangodb`)](https://github.com/docker-library/official-images/blob/master/library/arangodb). 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%2Farangodb). diff --git a/hello-world/content.md b/hello-world/content.md index bcc886fe9..71b42522e 100644 --- a/hello-world/content.md +++ b/hello-world/content.md @@ -33,4 +33,4 @@ hello-world latest 48b5124b2768 1.84 kB # How is this image created? -This image is a prime example of using the [`scratch`](https://registry.hub.docker.com/_/scratch/) image effectively. See [`hello.c`](%%GITHUB-REPO%%/blob/master/hello.c) in %%GITHUB-REPO%% for the source code of the `hello` binary included in this image. +This image is a prime example of using the [`scratch`](https://registry.hub.docker.com/_/scratch/) image effectively. See [`hello.asm`](%%GITHUB-REPO%%/blob/master/hello.asm) in %%GITHUB-REPO%% for the source code of the `hello` binary included in this image. diff --git a/sonarqube/README.md b/sonarqube/README.md index ff07e9270..52b0f92c6 100644 --- a/sonarqube/README.md +++ b/sonarqube/README.md @@ -1,9 +1,9 @@ # Supported tags and respective `Dockerfile` links -- [`latest`, `6.2` (*6.2/Dockerfile*)](https://github.com/SonarSource/docker-sonarqube/blob/2cf123a68480c31cddb81885a001cb8496f50353/6.2/Dockerfile) -- [`lts`, `5.6.5` (*5.6.5/Dockerfile*)](https://github.com/SonarSource/docker-sonarqube/blob/2cf123a68480c31cddb81885a001cb8496f50353/5.6.5/Dockerfile) -- [`alpine`, `6.2-alpine` (*6.2-alpine/Dockerfile*)](https://github.com/SonarSource/docker-sonarqube/blob/2cf123a68480c31cddb81885a001cb8496f50353/6.2-alpine/Dockerfile) -- [`lts-alpine`, `5.6.5-alpine` (*5.6.5-alpine/Dockerfile*)](https://github.com/SonarSource/docker-sonarqube/blob/2cf123a68480c31cddb81885a001cb8496f50353/5.6.5-alpine/Dockerfile) +- [`latest`, `6.2` (*6.2/Dockerfile*)](https://github.com/SonarSource/docker-sonarqube/blob/1fd8217f7ad0e3dfdfd07a9a944e755bda64deee/6.2/Dockerfile) +- [`lts`, `5.6.6` (*5.6.6/Dockerfile*)](https://github.com/SonarSource/docker-sonarqube/blob/1fd8217f7ad0e3dfdfd07a9a944e755bda64deee/5.6.6/Dockerfile) +- [`alpine`, `6.2-alpine` (*6.2-alpine/Dockerfile*)](https://github.com/SonarSource/docker-sonarqube/blob/1fd8217f7ad0e3dfdfd07a9a944e755bda64deee/6.2-alpine/Dockerfile) +- [`lts-alpine`, `5.6.6-alpine` (*5.6.6-alpine/Dockerfile*)](https://github.com/SonarSource/docker-sonarqube/blob/1fd8217f7ad0e3dfdfd07a9a944e755bda64deee/5.6.6-alpine/Dockerfile) For more information about this image and its history, please see [the relevant manifest file (`library/sonarqube`)](https://github.com/docker-library/official-images/blob/master/library/sonarqube). 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%2Fsonarqube).