Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aws: add a basic ecr describe-images wrapper #154

Merged
merged 1 commit into from
Jun 19, 2024
Merged

aws: add a basic ecr describe-images wrapper #154

merged 1 commit into from
Jun 19, 2024

Conversation

ibodrov
Copy link
Collaborator

@ibodrov ibodrov commented Jun 18, 2024

Running tasks/aws/examples/ecr/concord.yml:

> concord run
Starting...
15:07:33.142 [main] Image Details: [ {
  "registryId" : "742982124480",
  "repositoryName" : "foo",
  "imageDigest" : "sha256:c49527020d9f72c711eb9ec89ae6162ddd88abebb69b79967c72b1ac56b60769",
  "imageTags" : [ "latest" ],
  "imageSizeInBytes" : 153448492,
  "imagePushedAt" : 1718737639.000000000,
  "imageScanStatus" : null,
  "imageScanFindingsSummary" : null,
  "imageManifestMediaType" : "application/vnd.docker.distribution.manifest.v2+json",
  "artifactMediaType" : "application/vnd.docker.container.image.v1+json",
  "lastRecordedPullTime" : null
} ]
...done!

@ibodrov ibodrov requested review from brig and a team June 18, 2024 19:12
@ibodrov ibodrov added the need docs Documentation required label Jun 18, 2024
@ibodrov ibodrov merged commit 083586c into master Jun 19, 2024
1 check passed
@ibodrov ibodrov deleted the ib/aws-ecr branch June 19, 2024 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need docs Documentation required
Development

Successfully merging this pull request may close these issues.

3 participants