Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mrauhala committed Feb 10, 2021
1 parent b5f2ed7 commit d66c56a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ Additional formats and publication options are available including Web Map Tile
* `2.9.4`, `2.9` ([2.9.4/Dockerfile](https://github.com/meteofi/docker-geoserver/blob/2.9.4/Dockerfile))

### FEATURES
* build from official [OpenJDK 1.8 docker image](https://hub.docker.com/_/openjdk/)
* includes native JAI, ImageIO and Marlin Renderer for better performance
* includes plugins: CSS Styling, GRIB, Image Pyramid, MongoDB, NetCDF, Vector Tiling, WPS and YSLD Styling
* build from official [Tomcat 9 docker image](https://hub.docker.com/_/tomcat)
* includes plugins: CSS Styling, GRIB, MongoDB, NetCDF, Vector Tiling, WPS and YSLD Styling
* includes additional fonts: [Noto](https://www.google.com/get/noto/), [Open Sans](https://fonts.google.com/specimen/Open+Sans), [Roboto](https://fonts.google.com/specimen/Roboto), [Ubuntu](https://fonts.google.com/specimen/Ubuntu) and [Lato](https://fonts.google.com/specimen/Lato) for better labeling
* image follows recommendations in http://docs.geoserver.org/stable/en/user/production/ where applicable
* docker health check
* CORS enabled
* runs as any user, OpenShift ready
* Let's Encrypt ready

### INSTALL
```
Expand Down
2 changes: 1 addition & 1 deletion hooks/post_push
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tagStart=$(expr index "$IMAGE_NAME" :)
repoName=${IMAGE_NAME:0:tagStart-1}

# Tag and push image for each additional tag
for tag in {latest,stable,2.13.1}; do
for tag in {latest,stable,2.18.2,2.18}; do
docker tag $IMAGE_NAME ${repoName}:${tag}
docker push ${repoName}:${tag}
done

0 comments on commit d66c56a

Please sign in to comment.