This repository was archived by the owner on Feb 2, 2025. It is now read-only.
File tree 5 files changed +11
-7
lines changed
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.
4
4
5
5
<!-- automatic-release -->
6
6
7
+ ## 2.19.5 / 2024-11-12
8
+
9
+ - Automatic update to amazon/aws-cli:2.19.5
10
+
7
11
## 2.19.1 / 2024-11-05
8
12
9
13
- Automatic update to amazon/aws-cli:2.19.1
Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:1
2
2
3
- ARG AWS_CLI_VERSION=2.19.1
3
+ ARG AWS_CLI_VERSION=2.19.5
4
4
5
5
FROM amazon/aws-cli:${AWS_CLI_VERSION}
6
6
Original file line number Diff line number Diff line change 1
- AWS_CLI_VERSION := ' 2.19.1 '
1
+ AWS_CLI_VERSION := ' 2.19.5 '
2
2
3
3
# Build the image
4
4
build :
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
5
5
the session manager plugin included, this image will be discontinued.
6
6
7
7
These images can be pulled either from Docker Hub
8
- (` kineticcafe/aws-cli-session-manager:2.19.1 ` ) or GitHub Container Registry
9
- (` ghcr.io/kineticcafe/aws-cli-session-manager:2.19.1 ` ).
8
+ (` kineticcafe/aws-cli-session-manager:2.19.5 ` ) or GitHub Container Registry
9
+ (` ghcr.io/kineticcafe/aws-cli-session-manager:2.19.5 ` ).
10
10
11
11
## ` aws-cli-session-manager ` script
12
12
@@ -15,12 +15,12 @@ The `aws-cli-session-manager` script is recommended to be installed in your
15
15
had the native installation on your system, including the use of the AWS command
16
16
completer.
17
17
18
- It will pull from ` ghcr.io/kineticcafe/aws-cli-session-manager:2.19.1 ` by
18
+ It will pull from ` ghcr.io/kineticcafe/aws-cli-session-manager:2.19.5 ` by
19
19
default. The version can be overridden by specifying ` AWS_CLI_VERSION ` and the
20
20
image can be overridden entirely by specifying ` IMAGE ` :
21
21
22
22
``` sh
23
- $ AWS_CLI_VERSION=2.19.1 ./aws-cli-session-manager --version
23
+ $ AWS_CLI_VERSION=2.19.5 ./aws-cli-session-manager --version
24
24
$ IMAGE=kineticcafe/aws-cli-session-manager:latest ./aws-cli-session-manager --version
25
25
```
26
26
Original file line number Diff line number Diff line change 2
2
3
3
declare engine image mountopt aws_cli_version force_tty read_write
4
4
engine=" ${ENGINE:- docker} " # for planned compatibility with podman
5
- aws_cli_version=" ${AWS_CLI_VERSION:- 2.19.1 } "
5
+ aws_cli_version=" ${AWS_CLI_VERSION:- 2.19.5 } "
6
6
image=" ${IMAGE:- ghcr.io/ kineticcafe/ aws-cli-session-manager: ${aws_cli_version} } "
7
7
force_tty=false
8
8
read_write=false
You can’t perform that action at this time.
0 commit comments