Skip to content
Snippets Groups Projects
Commit 3f5ee199 authored by benedikt.kroening's avatar benedikt.kroening
Browse files

Set specific docker image version

parent 389a661c
No related branches found
No related tags found
1 merge request!7Issue16 7102
......@@ -38,7 +38,7 @@ services:
build:
context: .
dockerfile: docker/singlenode/Dockerfile
image: singlenode:latest
image: singlenode:7.10.3
env_file: docker/singlenode/config
depends_on:
- database
......@@ -88,13 +88,3 @@ networks:
ipam:
config:
- subnet: 172.30.0.0/16
#test-container:
# image: 'gitlab.open-xchange.com:4567/docker/infrastructure/testing-codecept:ox-installer'
#env_file: config
# volumes:
#- "${PWD}/.runtime/test-results/codeceptjs:/opt/open-xchange/tests/results/codeceptjs"
#- "${PWD}/.runtime/test-results/postman:/opt/open-xchange/tests/results/postman"
#networks:
#- internal-net
#entrypoint: /opt/open-xchange/tests/ox_installer.sh
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment