-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Closed
Labels
bugThis issue is a bug.This issue is a bug.dockerIssue involves the AWS CLI Docker container imageIssue involves the AWS CLI Docker container imagep2This is a standard priority issueThis is a standard priority issuepotential-regressionMarking this issue as a potential regression to be checked by team memberMarking this issue as a potential regression to be checked by team member
Description
Describe the bug
Our build pipeline is exploding with a problem that appears to be corruption of the base image.
Images used:
build : [docker.io/amazon/aws-cli@sha256:3960aa7002208c9d26cdca90a16416c6f75da95b522da5bed212ef9bf4a804cb](http://docker.io/amazon/aws-cli@sha256:3960aa7002208c9d26cdca90a16416c6f75da95b522da5bed212ef9bf4a804cb)
Runtime:
cloud:
version: 2
arch: x86
...
find . -name \*.toml
<1s
+ find . -name \*.toml
bash: find: command not found
This build pipeline last succeeded 19 hours ago, and a new version of the aws-cli Docker image (2.27.51) was released two hours ago. (https://hub.docker.com/r/amazon/aws-cli/tags)
Nothing in that part of the build script has changed recently. The find
utility has been available in the aws-cli image previously.
Regression Issue
- Select this option if this issue appears to be a regression.
Expected Behavior
Expect the find
command to be present as it was in previous image releases, and the build to succeed.
Current Behavior
find . -name \*.toml
<1s
+ find . -name \*.toml
bash: find: command not found
Reproduction Steps
- Do a build based on the amazon/aws-cli base image, which exeutes a
find
command - Find command should succeed.
- Build should succeed.
Possible Solution
Use amazon/aws-cli:2.27.50 until a fixed release is published.
Additional Information/Context
No response
CLI version used
unknown
Environment details (OS name and version, etc.)
amazon/aws-cli docker image version 2.27.51
kadu-vido and schmalz-dmi
Metadata
Metadata
Assignees
Labels
bugThis issue is a bug.This issue is a bug.dockerIssue involves the AWS CLI Docker container imageIssue involves the AWS CLI Docker container imagep2This is a standard priority issueThis is a standard priority issuepotential-regressionMarking this issue as a potential regression to be checked by team memberMarking this issue as a potential regression to be checked by team member