Questions tagged [quay]
2 questions
0
votes
0 answers
Podman push to quay results in "Requesting bearer token: invalid status code from registry 400 (Bad Request)"
I'm on Linux (RHEL8) trying to use podman to push to an internal quay registry, but I get an error about the "bearer token" when I execute the podman push, as shown below:
podman login -u="quay_robot_username" -p="quay_robot_password"…
Dan
- 101
- 2
0
votes
0 answers
Putting Short SHA in ENV in dockerfile, when built from Quay build trigger
I'd like to access the Short SHA (from latest GitHub commit) via an ENV variable inside my Dockerfile. But, my build is kicked off by a Quay build trigger, so it doesn't appear I can use an ARG. Is there any way to do this?
Dan
- 101
- 2