Skip to content

Commit

Permalink
update aws-cli version by mod command test.
Browse files Browse the repository at this point in the history
  • Loading branch information
tshinowpub committed Nov 11, 2021
1 parent 7d9978c commit 95fdcfa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion aws-cli-php/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG AWS_CLI_VERSION=2.3.4
ARG AWS_CLI_VERSION=2.3.5
ARG PHP_VERSION=8.0

FROM amazon/aws-cli:${AWS_CLI_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion aws-cli-php/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG AWS_CLI_VERSION=2.3.4
ARG AWS_CLI_VERSION=2.3.5
ARG PHP_VERSION=8.0

FROM amazon/aws-cli:${AWS_CLI_VERSION}
Expand Down
7 changes: 5 additions & 2 deletions aws-cli-php/variant.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@ provisioners:
Dockerfile:
from: "ARG AWS_CLI_VERSION={{ .awscli.previousVersion }}"
to: "ARG AWS_CLI_VERSION={{ .awscli.version }}"
Dockerfile.arm64:
from: "ARG AWS_CLI_VERSION={{ .awscli.previousVersion }}"
to: "ARG AWS_CLI_VERSION={{ .awscli.version }}"
goss/goss.yaml:
from: "- {{ .awscli.previousVersion }}"
to: "- {{ .awscli.version }}"

dependencies:
eksctl:
aws-cli:
releasesFrom:
dockerImageTags:
source: amazon/aws-cli
version: "> 2.3.4"
version: "> 2.3.5"

0 comments on commit 95fdcfa

Please sign in to comment.