Skip to content

Commit

Permalink
Update versions of docker images in integration tests and in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Dumas committed Nov 9, 2023
1 parent 82c5fd0 commit b2bee4d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ElasticSearchContainer(password: String)
}

object ElasticSearchContainer {
private val Version = "8.10.1"
private val Version = "8.11.0"

val ElasticSearchUser = "elastic"
val ElasticSearchPassword = "password"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
- blazegraph
- elasticsearch
- postgres
image: bluebrain/nexus-delta:1.9.0-M4
image: bluebrain/nexus-delta:1.9.0-M10
environment:
DELTA_PLUGINS: "/opt/docker/plugins/"
DELTA_EXTERNAL_CONF: "/config/delta.conf"
Expand All @@ -23,7 +23,7 @@ services:
memory: 1024M

elasticsearch:
image: "docker.elastic.co/elasticsearch/elasticsearch:8.10.1"
image: "docker.elastic.co/elasticsearch/elasticsearch:8.11.0"
environment:
discovery.type: "single-node"
bootstrap.memory_lock: "true"
Expand Down Expand Up @@ -57,7 +57,7 @@ services:
web:
depends_on:
- delta
image: bluebrain/nexus-web:1.8.0
image: bluebrain/nexus-web:1.9.9
environment:
BASE_PATH: "/"
HOST_NAME: "http://localhost"
Expand Down
4 changes: 2 additions & 2 deletions tests/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ services:
# - /tmp:/default-volume

keycloak:
image: quay.io/keycloak/keycloak:22.0.1
image: quay.io/keycloak/keycloak:22.0.5
environment:
KEYCLOAK_ADMIN: "admin"
KEYCLOAK_ADMIN_PASSWORD: "admin"
Expand All @@ -78,7 +78,7 @@ services:
- 9090:8080

elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:8.10.1
image: docker.elastic.co/elasticsearch/elasticsearch:8.11.0
environment:
ES_JAVA_OPTS: "-Xmx2G"
discovery.type: "single-node"
Expand Down

0 comments on commit b2bee4d

Please sign in to comment.