This repository was archived by the owner on Feb 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +11
-7
lines changed Expand file tree Collapse file tree 5 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ The versioning for this image tracks the same versioning as AWS CLI.
44
55<!-- automatic-release -->
66
7+ ## 2.22.29 / 2025-01-07
8+
9+ - Automatic update to amazon/aws-cli:2.22.29
10+
711## 2.22.26 / 2024-12-31
812
913- Automatic update to amazon/aws-cli:2.22.26
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- ARG AWS_CLI_VERSION=2.22.26
3+ ARG AWS_CLI_VERSION=2.22.29
44
55FROM amazon/aws-cli:${AWS_CLI_VERSION}
66
Original file line number Diff line number Diff line change 1- AWS_CLI_VERSION := ' 2.22.26 '
1+ AWS_CLI_VERSION := ' 2.22.29 '
22
33# Build the image
44build :
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ Manager plugin][] for AWS CLI. If Amazon starts including image versions with
55the session manager plugin included, this image will be discontinued.
66
77These images can be pulled either from Docker Hub
8- (` kineticcafe/aws-cli-session-manager:2.22.26 ` ) or GitHub Container Registry
9- (` ghcr.io/kineticcafe/aws-cli-session-manager:2.22.26 ` ).
8+ (` kineticcafe/aws-cli-session-manager:2.22.29 ` ) or GitHub Container Registry
9+ (` ghcr.io/kineticcafe/aws-cli-session-manager:2.22.29 ` ).
1010
1111## ` aws-cli-session-manager ` script
1212
@@ -15,12 +15,12 @@ The `aws-cli-session-manager` script is recommended to be installed in your
1515had the native installation on your system, including the use of the AWS command
1616completer.
1717
18- It will pull from ` ghcr.io/kineticcafe/aws-cli-session-manager:2.22.26 ` by
18+ It will pull from ` ghcr.io/kineticcafe/aws-cli-session-manager:2.22.29 ` by
1919default. The version can be overridden by specifying ` AWS_CLI_VERSION ` and the
2020image can be overridden entirely by specifying ` IMAGE ` :
2121
2222``` sh
23- $ AWS_CLI_VERSION=2.22.26 ./aws-cli-session-manager --version
23+ $ AWS_CLI_VERSION=2.22.29 ./aws-cli-session-manager --version
2424$ IMAGE=kineticcafe/aws-cli-session-manager:latest ./aws-cli-session-manager --version
2525```
2626
Original file line number Diff line number Diff line change 22
33declare engine image mountopt aws_cli_version force_tty read_write
44engine=" ${ENGINE:- docker} " # for planned compatibility with podman
5- aws_cli_version=" ${AWS_CLI_VERSION:- 2.22.26 } "
5+ aws_cli_version=" ${AWS_CLI_VERSION:- 2.22.29 } "
66image=" ${IMAGE:- ghcr.io/ kineticcafe/ aws-cli-session-manager: ${aws_cli_version} } "
77force_tty=false
88read_write=false
You can’t perform that action at this time.
0 commit comments