Loading .env 0 → 100644 +2 −0 Original line number Diff line number Diff line DOCKER_COMPOSE_VERSION=1.24.0 OPENSSH_CLIENT_VERSION=7.7_p1-r4 .gitlab-ci.yml +6 −1 Original line number Diff line number Diff line Loading @@ -4,5 +4,10 @@ include: file: '/packaging.yml' stages: - pre-package - package - test-package - post-package .docker-build: variables: COMPOSE_FILE_NAME: docker-compose.yml docker-compose.yml 0 → 100644 +11 −0 Original line number Diff line number Diff line version: '3.5' services: docker-deploy: image: ${IMAGE_NAME:-registry.gitlab.com/redmic-project/docker/docker-deploy}:${IMAGE_TAG:-latest} build: context: . dockerfile: ${DOCKERFILE:-Dockerfile} args: DOCKER_COMPOSE_VERSION: OPENSSH_CLIENT_VERSION: Loading
.env 0 → 100644 +2 −0 Original line number Diff line number Diff line DOCKER_COMPOSE_VERSION=1.24.0 OPENSSH_CLIENT_VERSION=7.7_p1-r4
.gitlab-ci.yml +6 −1 Original line number Diff line number Diff line Loading @@ -4,5 +4,10 @@ include: file: '/packaging.yml' stages: - pre-package - package - test-package - post-package .docker-build: variables: COMPOSE_FILE_NAME: docker-compose.yml
docker-compose.yml 0 → 100644 +11 −0 Original line number Diff line number Diff line version: '3.5' services: docker-deploy: image: ${IMAGE_NAME:-registry.gitlab.com/redmic-project/docker/docker-deploy}:${IMAGE_TAG:-latest} build: context: . dockerfile: ${DOCKERFILE:-Dockerfile} args: DOCKER_COMPOSE_VERSION: OPENSSH_CLIENT_VERSION: