From 3f40f990244d49b912ea2d55f4cdbc421c87218f Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Mon, 25 Dec 2017 11:59:38 -0800 Subject: [PATCH] Add comments explaining base image creation and source versions. Signed-off-by: Dan Schaper --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index f30ef0b..a942bb8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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