Skip to content
Snippets Groups Projects

Draft: Gitlab ci image build

Open Johannes Frenzel requested to merge gitlab-ci-image-build into develop
Compare and Show latest version
1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
+ 3
2
default:
before_script:
- docker infoimage: docker:stable
- docker info
image: docker:stable
image: ruby:2.7.8-alpine
stages:
Loading