Skip to content

BLOCKER: docker.io/amazon/aws-cli@sha256:3960aa7002208c9d26cdca90a16416c6f75da95b522da5bed212ef9bf4a804cb (2.27.51) image apparently corrupt, basic utilities missing #9595

@jhardin-accumula

Description

@jhardin-accumula

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

  1. Do a build based on the amazon/aws-cli base image, which exeutes a find command
  2. Find command should succeed.
  3. 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

Metadata

Metadata

Labels

bugThis issue is a bug.dockerIssue involves the AWS CLI Docker container imagep2This is a standard priority issuepotential-regressionMarking this issue as a potential regression to be checked by team member

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions