Skip to content

Commit

Permalink
Update Nominatim to version 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-evans committed May 1, 2019
1 parent 3a4d813 commit 28f1482
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM peterevans/trusty-gcloud:1.2.23 as builder

ENV NOMINATIM_VERSION 3.2.0
ENV NOMINATIM_VERSION 3.3.0

# Let the container know that there is no TTY
ARG DEBIAN_FRONTEND=noninteractive
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Nominatim for Kubernetes
[![](https://images.microbadger.com/badges/image/peterevans/nominatim-k8s.svg)](https://microbadger.com/images/peterevans/nominatim-k8s)
[![Build Status](https://travis-ci.org/peter-evans/nominatim-k8s.svg?branch=master)](https://travis-ci.org/peter-evans/nominatim-k8s)
[![CircleCI](https://circleci.com/gh/peter-evans/nominatim-k8s/tree/master.svg?style=svg)](https://circleci.com/gh/peter-evans/nominatim-k8s/tree/master)

[Nominatim](https://github.com/openstreetmap/Nominatim) for Kubernetes on Google Container Engine (GKE).
Expand All @@ -9,7 +8,8 @@ This Docker image and sample Kubernetes configuration files are one solution to

## Supported tags and respective `Dockerfile` links

- [`2.3.3`, `2.3`, `latest` (*2.3/Dockerfile*)](https://github.com/peter-evans/nominatim-k8s/tree/master)
- [`2.4.0`, `2.4`, `latest` (*2.4/Dockerfile*)](https://github.com/peter-evans/nominatim-k8s/tree/master)
- [`2.3.3`, `2.3` (*2.3/Dockerfile*)](https://github.com/peter-evans/nominatim-k8s/tree/master/archive/2.3)
- [`2.2.0`, `2.2` (*2.2/Dockerfile*)](https://github.com/peter-evans/nominatim-k8s/tree/master/archive/2.2)
- [`2.1.0`, `2.1` (*2.1/Dockerfile*)](https://github.com/peter-evans/nominatim-k8s/tree/master/archive/2.1)
- [`2.0.1`, `2.0` (*2.0/Dockerfile*)](https://github.com/peter-evans/nominatim-k8s/tree/master/archive/2.0)
Expand Down

0 comments on commit 28f1482

Please sign in to comment.