You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,23 @@
2
2
3
3
A feature full Tomcat (SSL over APR, etc.) running [ERDDAP](http://coastwatch.pfeg.noaa.gov/erddap/index.html)
4
4
5
-
Recent versions:
5
+
Available versions:
6
6
7
+
*`axiom/docker-erddap:latest`
7
8
*`axiom/docker-erddap:2.02`
8
9
*`axiom/docker-erddap:1.82`
9
10
*`axiom/docker-erddap:1.80`
10
11
11
12
See all versions available [here](https://hub.docker.com/r/axiom/docker-erddap/tags).
12
13
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.
0 commit comments