Browse Source

Add comments explaining base image creation and source versions.

Signed-off-by: Dan Schaper <dschaper@ganymeade.com>
pull/340/head
Dan Schaper 8 years ago
parent
commit
3f40f99024
No known key found for this signature in database GPG Key ID: FFF1A1AD0113C344
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      .circleci/config.yml

+ 3
- 0
.circleci/config.yml View File

@ -2,6 +2,9 @@ version: 2
jobs:
build:
docker:
# This image is based on Alpine 3.7, with Shellcheck v0.4.7 and bats-core commit b1da565 (2017-11-13)
# Shellcheck is from base image koalaman/shellcheck-alpine:v0.4.7
# bats-core is from GitHub repo, see Dockerfile.dev in project root for build environment
- image: djschaper/circleci:1.2-alpine3.7scb
environment:
- CIRCLE_BRANCH: integration/circleci


Loading…
Cancel
Save