Skip to content

./cortex/dev/export_images.sh: Error saving credentials: error storing credentials - err: exit status 1, out: not implemented #2426

Closed
@bluuewhale

Description

@bluuewhale

Version

0.42.0

Description

Error saving credentials: error storing credentials - err: exit status 1, out: not implemented

...

aws ecr get-login-password --region $ecr_region | docker login --username AWS --password-stdin $destination_registry # this line fails  when client is using `Amazon ECR Docker Credential Helper`
...

(describe the bug)

Configuration

(paste relevant cortex.yaml or cluster.yaml configuration)

Steps to reproduce

  1. ...download Amazon ECR Docker Credential Helper and set credsStore to "ecr-login" in ~/.docker/config.json
  2. ...aws configure
  3. ..../cortex/dev/export_images.sh <account_id>

Expected behavior

successful login :)

Actual behavior

Error saving credentials: error storing credentials - err: exit status 1, out: not implemented

Screenshots

(optional)

Stack traces

(error output from CloudWatch Insights or from a random pod cortex logs <api name>)

<paste stack traces here>

Additional context

(optional)

Suggested solution

(optional)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions