Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG ERDDAP_VERSION=v2.27.0
ARG ERDDAP_VERSION=v2.28.1
ARG BASE_IMAGE=erddap/erddap:$ERDDAP_VERSION
FROM $BASE_IMAGE

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ See https://hub.docker.com/r/erddap/erddap for more details.
Most recent versions:

* `axiom/docker-erddap:latest`
* `axiom/docker-erddap:v2.28.1`
* `axiom/docker-erddap:v2.27.0`
* `axiom/docker-erddap:2.25.1-jdk21-openjdk`

Expand All @@ -30,6 +31,10 @@ and is not as thoroughly tested as tagged images.

## Breaking changes

Breaking changes are noted for the functionality added by this image only.
Please also review the [ERDDAP change notes] (https://erddap.github.io/changes)
before upgrading.

* v2.27.0
** CORS is now off by default. To enable it, set `ERDDAP_enableCors=true`.

Expand Down