You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all,
I want to propose a change for a RDS use we need and trying to validate my changes with the latest master, I am blocked on the docker build:
docker build -t "test-aws-resource-exporter:"(git rev-parse --short HEAD) .
Sending build context to Docker daemon 3.292MB
Step 1/8 : FROM quay.io/app-sre/golang:1.18.5 as builder
unauthorized: access to the requested resource is not authorized
Is it awaited to not being able to build the image ?
The text was updated successfully, but these errors were encountered:
Hi, That's actually a good point. We use the dockerfiles to build this tool for our internal deployments, that enforce these private images. Can you please try testing by leveraging this image? https://hub.docker.com/_/golang
I'll create a story in out backlog to fix tooling to better support this contribution.
Hi all,
I want to propose a change for a RDS use we need and trying to validate my changes with the latest master, I am blocked on the docker build:
Is it awaited to not being able to build the image ?
The text was updated successfully, but these errors were encountered: