Skip to content

Commit 441f120

Browse files
authored
docs: rm description re: AWS CLI installations (#314)
As of v9.x, the commands & jobs does not explicitly install AWS CLI. Rather, it is assumed that the executor chosen would have the AWS CLI already installed. Alternatively, users can ensure the AWS CLI is installed as part of the `auth` parameter's steps when using the build_and_push_image job.
1 parent 1f7814c commit 441f120

File tree

8 files changed

+8
-9
lines changed

8 files changed

+8
-9
lines changed

src/commands/build_and_push_image.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
description: >
2-
Install AWS CLI Version 2 and configure credentials if needed.
32
Log into Amazon ECR, build and push a Docker image to the specified repository.
43
NOTE: Some commands may not work with AWS CLI Version 1.
54
parameters:

src/commands/build_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
description: >
2-
Install AWS CLI Version 2 and configure credentials if needed to Build a Docker image with docker buildx.
2+
Build a Docker image with docker buildx.
33
NOTE: Some commands may not work with AWS CLI Version 1.
44
55
parameters:

src/commands/create_repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
description: >
2-
Install AWS CLI Version 2 and configure credentials if needed to create a new AWS ECR repository.
2+
Create a new AWS ECR repository.
33
NOTE: Some commands may not work with AWS CLI Version 1.
44
55
parameters:

src/commands/ecr_login.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
description: >
2-
Install AWS CLI Version 2 and configure credentials if needed to authenticate into the Amazon ECR service.
2+
Authenticate into the Amazon ECR service.
33
NOTE: Some commands may not work with AWS CLI Version 1.
44
55
parameters:

src/commands/push_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
description: >
2-
Install AWS CLI Version 2 and configure credentials if needed to push a container image to the Amazon ECR registry
2+
Push a container image to the Amazon ECR registry
33
NOTE: Some commands may not work with AWS CLI Version 1.
44
parameters:
55
account_id:

src/commands/set_repo_policy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
description: >
2-
Install AWS CLI Version 2 and configure credentials if needed to set a repository policy on an AWS ECR repository
2+
Set a repository policy on an AWS ECR repository
33
NOTE: Some commands may not work with AWS CLI Version 1.
44
55
parameters:

src/commands/tag_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
description: >
2-
Install AWS CLI Version 2 and configure credentials if needed to add a tag to an existing published image
2+
Add a tag to an existing published image
33
NOTE: Some commands may not work with AWS CLI Version 1.
44
55
parameters:

src/jobs/build_and_push_image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
description: >
2-
Install AWS CLI Version 2, if needed, and configure credentials to log into Amazon ECR
3-
and push image to repository. Authenticate with OIDC or static AWS keys using the aws-cli/setup command is required.
2+
Log into Amazon ECR and push image to repository.
3+
Authentication with OIDC or static AWS keys using the aws-cli/setup command is required.
44
NOTE: Some commands may not work with AWS CLI Version 1.
55
66
executor: << parameters.executor >>

0 commit comments

Comments
 (0)