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

Latest release not published to image repositories #9383

Open
kylefuhrmanncalm opened this issue Jul 15, 2024 · 3 comments
Open

Latest release not published to image repositories #9383

kylefuhrmanncalm opened this issue Jul 15, 2024 · 3 comments

Comments

@kylefuhrmanncalm
Copy link

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
Copy link
Author

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

@artydeez
Copy link

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

@artydeez
Copy link

this fixed it in my fork #9384

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants