Netflix / consoleme

A Central Control Plane for AWS Permissions and Access
Apache License 2.0
3.1k stars 253 forks source link

Latest release not published to image repositories #9383

Open kylefuhrmanncalm opened 1 month ago

kylefuhrmanncalm commented 1 month ago

Describe the bug v1.4.0 has not been published to ECR or Docker Hub as shown in GitHub Workflows page. https://github.com/Netflix/consoleme/actions

To Reproduce

  1. View GitHub Actions for ECR/Docker Hub Push
  2. docker pull consoleme/consoleme:1.4.0

Expected behavior Pipeline successfully completes GitHub Actions to publish latest docker image with security fixes

Additional context ECR Failing with: An error occurred (UnrecognizedClientException) when calling the GetAuthorizationToken operation: The security token included in the request is invalid. Error: Cannot perform an interactive login from a non TTY device

Docker Job failing with:

12 [ 7/14] RUN npm install yarn -g

12 0.177 /bin/sh: 1: npm: not found

12 ERROR: process "/bin/sh -c npm install yarn -g" did not complete successfully: exit code: 127

kylefuhrmanncalm commented 1 month ago

@scottpacknetflix @jaydhulia Would love to see these published so we can get the latest images pulled down.

rdonahoe-placed commented 4 days ago

seems related to the nodejs 14 deprecation. Changing to nodejs 16 or 18 fixes this but then other errors arise related to incompatibilites