sbt-ecr icon indicating copy to clipboard operation
sbt-ecr copied to clipboard

An SBT plugin for managing Docker images within Amazon ECR.

Results 11 sbt-ecr issues
Sort by recently updated
recently updated
newest added

Hello, any change of updating AWS SDK dependency to, for example, `val amazonSdkV = "1.12.115"` This would get rid of this annoying console spam caused by AWS SDK (that has...

This PR adds an option called scanOnPush. That will enable the scanOnPush for ImageScanningConfiguration. README Updated as well.

## Objective Supports authentication to ECR repository via SSO. ## Changes * [Added] Added dependency library *software.amazon.awssdk:sso* for SSO support. * [Added] Create new class *SsoCredentialsProviderAdapter* for get credential via...

This PR uses the default constructor for `ProfileCredentialsProvider`. This aligns the plugin with all the others AWS code that uses the `AWS_PROFILE` environment variable to load the profile, rather than...

This plugin is using the deprecated `AWS_DEFAULT_PROFILE` environment variable in place of the `AWS_PROFILE`. The usage of this environment variable is documented here: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html Worth noting that the behaviour of...

Bintray will be sunset as of May 1st. Will this plugin be published to Maven Central or somewhere else in the future?

Currently there is only repository domain setting, which is automatically calculated, but as ECR supports namespaces, it would be very handy to be able to specify namespace as well.

I only found information about the resolver in your blog post: `resolvers += Resolver.url("bintray-sbilinski", url("http://dl.bintray.com/sbilinski/maven"))(Resolver.ivyStylePatterns)` http://mintbeans.com/sbt-amazon-ecr/ I'll create a PR later to update the README to something similar as you've...

Hi, I am getting the following error: > denied: Your Authorization Token has expired. Please run 'aws ecr get-login' to fetch a new one. Before the push, I can see:...

help wanted

The `shared` role doesn't get assumed when executing the following: ``` sbt -DAWS_DEFAULT_PROFILE=shared ecr:createRepository ``` I have the following in my aws files: ```credentials [default] aws_access_key_id = xxx aws_secret_access_key =...

help wanted