Skip to content
Snippets Groups Projects
Commit a0aee797 authored by nimrod's avatar nimrod
Browse files

Add docker image.

parent f11932a7
No related branches found
No related tags found
No related merge requests found
......@@ -55,3 +55,20 @@ push-bats:
needs:
- job: build-bats
artifacts: true
# docker image:
build-docker:
extends: .container-build
variables:
CONTEXT: images/docker
push-docker:
extends: .container-push
variables:
CONTEXT: images/docker
IMAGE: ci-images
TAG: docker
needs:
- job: build-docker
artifacts: true
*
FROM docker:20.10
# hadolint ignore=DL3018
RUN apk add --update-cache --no-cache docker-compose
*
FROM docker:20.10
# hadolint ignore=DL3018
RUN apk add --update-cache --no-cache docker-compose
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment