File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1
- FROM alpine:latest as builder
1
+ FROM debian:stable-slim as builder
2
2
3
3
# Install build dependencies
4
4
RUN set -eux \
5
- && apk add --no-cache \
5
+ && DEBIAN_FRONTEND=noninteractive apt-get update -qq \
6
+ && DEBIAN_FRONTEND=noninteractive apt-get install -qq -y --no-install-recommends --no-install-suggests \
7
+ ca-certificates \
6
8
curl \
7
- git
9
+ git \
10
+ unzip
8
11
9
12
# Get Terraform
10
13
ARG TF_VERSION=latest
@@ -46,7 +49,7 @@ RUN set -eux \
46
49
&& chmod +x /usr/bin/terragrunt
47
50
48
51
# Use a clean tiny image to store artifacts in
49
- FROM alpine:latest
52
+ FROM alpine:3.9
50
53
LABEL \
51
54
maintainer="cytopia <cytopia@everythingcli.org>" \
52
55
repo="https://github.com/cytopia/docker-terragrunt"
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Build Status] ( https://travis-ci.com/cytopia/docker-terragrunt.svg?branch=master )] ( https://travis-ci.com/cytopia/docker-terragrunt )
4
4
[ ![ Tag] ( https://img.shields.io/github/tag/cytopia/docker-terragrunt.svg )] ( https://github.com/cytopia/docker-terragrunt/releases )
5
- [ ![ ] ( https://images.microbadger.com/badges/version/cytopia/terragrunt:latest.svg )] ( https://microbadger.com/images/cytopia/terragrunt:latest " terragrunt ")
6
- [ ![ ] ( https://images.microbadger.com/badges/image/cytopia/terragrunt:latest.svg )] ( https://microbadger.com/images/cytopia/terragrunt:latest " terragrunt ")
5
+ [ ![ ] ( https://images.microbadger.com/badges/version/cytopia/terragrunt:latest.svg?&kill_cache=1 )] ( https://microbadger.com/images/cytopia/terragrunt:latest " terragrunt ")
6
+ [ ![ ] ( https://images.microbadger.com/badges/image/cytopia/terragrunt:latest.svg?&kill_cache=1 )] ( https://microbadger.com/images/cytopia/terragrunt:latest " terragrunt ")
7
7
[ ![ ] ( https://img.shields.io/badge/github-cytopia%2Fdocker--terragrunt-red.svg )] ( https://github.com/cytopia/docker-terragrunt " github.com/cytopia/docker-terragrunt ")
8
8
[ ![ License] ( https://img.shields.io/badge/license-MIT-%233DA639.svg )] ( https://opensource.org/licenses/MIT )
9
9
33
33
34
34
View ** [ Dockerfile] ( https://github.com/cytopia/docker-terragrunt/blob/master/Dockerfile ) ** on GitHub.
35
35
36
- [ ![ Docker hub] ( http://dockeri.co/image/cytopia/terragrunt )] ( https://hub.docker.com/r/cytopia/terragrunt )
36
+ [ ![ Docker hub] ( http://dockeri.co/image/cytopia/terragrunt?&kill_cache=1 )] ( https://hub.docker.com/r/cytopia/terragrunt )
37
37
38
38
Tiny Alpine-based multistage-build dockerized version of [ Terragrunt] ( https://github.com/gruntwork-io/terragrunt ) <sup >[ 1] </sup >
39
39
and its compatible version of [ Terraform] ( https://github.com/hashicorp/terraform ) <sup >[ 2] </sup >.
You can’t perform that action at this time.
0 commit comments