Browse Source
Circleci base image build for Alpine 3.7
Signed-off-by: Dan Schaper <dschaper@ganymeade.com>
pull/340/head
Dan Schaper
8 years ago
No known key found for this signature in database
GPG Key ID: FFF1A1AD0113C344
2 changed files with
9 additions and
1 deletions
-
.circleci/Dockerfile
-
.circleci/config.yml
|
|
@ -0,0 +1,8 @@ |
|
|
|
|
|
FROM alpine:3.7 |
|
|
|
|
|
|
|
|
|
|
|
RUN apk add --no-cache --virtual .circleci-deps \ |
|
|
|
|
|
ca-certificates \ |
|
|
|
|
|
git \ |
|
|
|
|
|
gzip \ |
|
|
|
|
|
openssh \ |
|
|
|
|
|
tar |
|
|
@ -2,7 +2,7 @@ versio: 2 |
|
|
jobs: |
|
|
jobs: |
|
|
build: |
|
|
build: |
|
|
docker: |
|
|
docker: |
|
|
- image: debian:stretch |
|
|
|
|
|
|
|
|
- image: djschaper/circleci:1.0-alpine3.7 |
|
|
steps: |
|
|
steps: |
|
|
- checkout |
|
|
- checkout |
|
|
- run: |
|
|
- run: |
|
|
|