Skip to content
Open
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
4 changes: 2 additions & 2 deletions dist/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- gitb

gitb-mysql:
image: isaitb/gitb-mysql:1.26.0
image: isaitb/gitb-mysql:1.28.0
restart: unless-stopped
networks:
- gitb
Expand All @@ -20,7 +20,7 @@ services:
retries: 20

gitb-srv:
image: isaitb/gitb-srv:1.26.0
image: isaitb/gitb-srv:1.28.0
restart: unless-stopped
networks:
- gitb
Expand Down
2 changes: 1 addition & 1 deletion dist/gitb-ui-fhir-sandbox/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM isaitb/gitb-ui:1.24.0
FROM isaitb/gitb-ui:1.28.0

COPY config/data /gitb-repository/data/in/

Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:

gitb-mysql:
# The Test Bed's DB.
image: isaitb/gitb-mysql:1.26.0
image: isaitb/gitb-mysql:1.28.0
restart: unless-stopped
volumes:
- gitb-dbdata:/var/lib/mysql
Expand All @@ -29,7 +29,7 @@ services:
# The test engine that executes the test sessions.
# Note that this (and the gitb-ui container) point to the "nightly" tag which receives updates based on our
# development branch. In production this would be "latest" or a fixed release tag.
image: isaitb/gitb-srv:1.26.0
image: isaitb/gitb-srv:1.28.0
restart: unless-stopped
environment:
# This is used to define how external services (the fhir-test-services component) will make callbacks on the
Expand All @@ -41,7 +41,7 @@ services:

gitb-ui:
# The Test Bed's UI.
image: isaitb/gitb-ui:1.26.0
image: isaitb/gitb-ui:1.28.0
restart: unless-stopped
# This is the only Test Bed component for which we currently add a host port mapping. If port 9000 on your
# host is taken just replace "9000:9000" with say "9001:9000".
Expand Down