Skip to content

Commit bd87d40

Browse files
committed
Remove tags from README
1 parent f698870 commit bd87d40

File tree

3 files changed

+2
-60
lines changed

3 files changed

+2
-60
lines changed

README.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,7 @@
11
# Supported tags and respective `Dockerfile` links
22

3-
- [`5.5.5-slim`, `5.5-slim`, `5-slim` (*5.5/slim/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/e1f14cc65ae720d0db958bc2905e97b776b4f74d/5.5/slim/Dockerfile)
4-
- [`5.5.5`, `5.5`, `5` (*5.5/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/e1f14cc65ae720d0db958bc2905e97b776b4f74d/5.5/Dockerfile)
5-
- [`6.6.6-slim`, `6.6-slim`, `6-slim` (*6.6/slim/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/e1f14cc65ae720d0db958bc2905e97b776b4f74d/6.6/slim/Dockerfile)
6-
- [`6.6.6`, `6.6`, `6` (*6.6/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/e1f14cc65ae720d0db958bc2905e97b776b4f74d/6.6/Dockerfile)
7-
- [`7.5.0-slim`, `7.5-slim` (*7.5/slim/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/e1f14cc65ae720d0db958bc2905e97b776b4f74d/7.5/slim/Dockerfile)
8-
- [`7.5.0`, `7.5` (*7.5/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/e1f14cc65ae720d0db958bc2905e97b776b4f74d/7.5/Dockerfile)
9-
- [`7.6.0-slim`, `7.6-slim` (*7.6/slim/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/e1f14cc65ae720d0db958bc2905e97b776b4f74d/7.6/slim/Dockerfile)
10-
- [`7.6.0`, `7.6` (*7.6/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/e1f14cc65ae720d0db958bc2905e97b776b4f74d/7.6/Dockerfile)
11-
- [`7.7.2-slim`, `7.7-slim`, `7-slim` (*7.7/slim/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/e1f14cc65ae720d0db958bc2905e97b776b4f74d/7.7/slim/Dockerfile)
12-
- [`7.7.2`, `7.7`, `7` (*7.7/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/e1f14cc65ae720d0db958bc2905e97b776b4f74d/7.7/Dockerfile)
13-
- [`8.0.0-slim`, `8.0-slim` (*8.0/slim/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/e1f14cc65ae720d0db958bc2905e97b776b4f74d/8.0/slim/Dockerfile)
14-
- [`8.0.0`, `8.0` (*8.0/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/e1f14cc65ae720d0db958bc2905e97b776b4f74d/8.0/Dockerfile)
15-
- [`8.1.1-slim`, `8.1-slim` (*8.1/slim/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/e1f14cc65ae720d0db958bc2905e97b776b4f74d/8.1/slim/Dockerfile)
16-
- [`8.1.1`, `8.1` (*8.1/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/e1f14cc65ae720d0db958bc2905e97b776b4f74d/8.1/Dockerfile)
17-
- [`8.2.0-slim`, `8.2-slim` (*8.2/slim/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/e1f14cc65ae720d0db958bc2905e97b776b4f74d/8.2/slim/Dockerfile)
18-
- [`8.2.0`, `8.2` (*8.2/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/e1f14cc65ae720d0db958bc2905e97b776b4f74d/8.2/Dockerfile)
19-
- [`8.3.0-slim`, `8.3-slim`, `8-slim`, `latest-slim` (*8.3/slim/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/389e7844c8405605a930fc30cc8029eb6027798e/8.3/slim/Dockerfile)
20-
- [`8.3.0`, `8.3`, `8`, `latest` (*8.3/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/389e7844c8405605a930fc30cc8029eb6027798e/8.3/Dockerfile)
3+
See [Docker Hub](https://hub.docker.com/_/solr?tab=tags) for a list of image tags available to pull.
4+
The currently supported tags can be found in [./TAGS](https://github.com/docker-solr/docker-solr/blob/389e7844c8405605a930fc30cc8029eb6027798e/TAGS).
215

226
For more information about this image and its history, please see [the relevant manifest file (`library/solr`)](https://github.com/docker-library/official-images/blob/master/library/solr). This image is updated via pull requests to [the `docker-solr/docker-solr` GitHub repo](https://github.com/docker-solr/docker-solr).
237

tools/update_readme.sh

Lines changed: 0 additions & 22 deletions
This file was deleted.

update.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -116,26 +116,6 @@ Now that this has been committed, we can run the `generate-stackbrew-library.sh`
116116

117117
This requires https://github.com/docker-library/official-images/tree/master/bashbrew to be installed.
118118

119-
## Update our README
120-
121-
Our repository has a README https://github.com/docker-solr/docker-solr/blob/master/README.md which shows
122-
supported tags. This is not consumed by the Docker library team, but is there for the convenience of
123-
our users to update this section, run:
124-
125-
```
126-
tools/update_readme.sh
127-
git diff README.md
128-
```
129-
130-
Then commit and push that change:
131-
132-
```bash
133-
git commit -m "Update README for Solr 6.6.0" README.md
134-
git push
135-
```
136-
137-
That is our repository updated.
138-
139119
## Check the automated build
140120

141121
The check-in will trigger an automated build on https://travis-ci.org/docker-solr/docker-solr.

0 commit comments

Comments
 (0)