Skip to content

Commit f113df5

Browse files
authored
Cli update (#3)
* ⬆️ aws & tf cli update * 📝 simplified tag section in readme
1 parent a93cb71 commit f113df5

File tree

3 files changed

+9
-17
lines changed

3 files changed

+9
-17
lines changed

README.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,14 @@
77
## Availables Docker image tags
88
Repository available on Docker Hub: [zenika/terraform-aws-cli](https://hub.docker.com/r/zenika/terraform-aws-cli)
99

10-
[Debian](https://hub.docker.com/_/debian) based images ([debian.Dockerfile](https://github.com/Zenika/terraform-aws-cli/blob/master/debian.Dockerfile)):
11-
12-
* zenika/terraform-aws-cli:latest-debian - build on master branch
13-
* zenika/terraform-aws-cli:X.Y-debian - build on repository tags
14-
15-
[Alpine](https://hub.docker.com/_/alpine) based images ([alpine.Dockerfile](https://github.com/Zenika/terraform-aws-cli/blob/master/alpine.Dockerfile)):
16-
17-
* zenika/terraform-aws-cli:latest - build on master branch (default image tag)
18-
* zenika/terraform-aws-cli:alpine-latest - build on master branch
19-
* zenika/terraform-aws-cli:X.Y-alpine - build on repository tags
20-
21-
> Git repository tag naming convention: `/^([0-9.]+)$/`
10+
* [zenika/terraform-aws-cli:latest](https://github.com/Zenika/terraform-aws-cli/blob/master/alpine.Dockerfile)
11+
* [zenika/terraform-aws-cli:latest-debian](https://github.com/Zenika/terraform-aws-cli/blob/master/debian.Dockerfile)
12+
* [zenika/terraform-aws-cli:1.0-alpine](https://github.com/Zenika/terraform-aws-cli/blob/1.0/alpine.Dockerfile)
13+
* [zenika/terraform-aws-cli:1.0-debian](https://github.com/Zenika/terraform-aws-cli/blob/1.0/debian.Dockerfile)
2214

2315
## Motivation
2416

25-
The goal is to create a **functional**, **minimalist** and **lightweight** image with these tools in order to reduce network and storage impact.
17+
The goal is to create a **minimalist** and **lightweight** image with these tools in order to reduce network and storage impact.
2618

2719
This image gives you the flexibility to be used for development or as a base image as you see fits.
2820

alpine.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Setup build arguments with default versions
2-
ARG AWS_CLI_VERSION=1.16.166
3-
ARG TERRAFORM_VERSION=0.11.14
2+
ARG AWS_CLI_VERSION=1.16.177
3+
ARG TERRAFORM_VERSION=0.12.2
44

55
# Download Terraform binary
66
FROM alpine:3.9.4 as terraform

debian.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Setup build arguments with default versions
2-
ARG AWS_CLI_VERSION=1.16.166
3-
ARG TERRAFORM_VERSION=0.11.14
2+
ARG AWS_CLI_VERSION=1.16.177
3+
ARG TERRAFORM_VERSION=0.12.2
44

55
# Download Terraform binary
66
FROM debian:stretch-20190506-slim as terraform

0 commit comments

Comments
 (0)