Skip to content

Commit 7b108ac

Browse files
committed
Add a note about upstream image tagging [skip ci]
1 parent 0be3000 commit 7b108ac

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,23 @@
22

33
A feature full Tomcat (SSL over APR, etc.) running [ERDDAP](http://coastwatch.pfeg.noaa.gov/erddap/index.html)
44

5-
Recent versions:
5+
Available versions:
66

7+
* `axiom/docker-erddap:latest`
78
* `axiom/docker-erddap:2.02`
89
* `axiom/docker-erddap:1.82`
910
* `axiom/docker-erddap:1.80`
1011

1112
See all versions available [here](https://hub.docker.com/r/axiom/docker-erddap/tags).
1213

14+
The [upstream image](https://github.com/Unidata/tomcat-docker) this project uses replaces tagged images with new images periodcally. Even for release tags.
15+
This makes it impossible for a downsteam project like this to maintain a reliable build process. At any point the upstream image may overwrite the base image
16+
this repository uses with one that does not. It has happened at least 3 times so far. If you find a bug in any of the versions above please
17+
[report it as an issue](https://github.com/axiom-data-science/docker-erddap/issues).
18+
This repository will **not** back-port changes from the upstream image to existing tags and overwrite them. If you require features from a newer upstream image
19+
(for example - SHA512 password hashes) you will have to wait for the next ERDDAP release which will be built with the newest upstream image.
20+
You can also build this image yourself.
21+
1322
## Quickstart
1423

1524
```bash

0 commit comments

Comments
 (0)