Cleanup residual appregistry-server references#697
Conversation
Signed-off-by: Zvi Cahana <zvic@il.ibm.com>
|
Hi @zcahana. Thanks for your PR. I'm waiting for a operator-framework member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/cc @ecordell @joelanford |
Codecov Report
@@ Coverage Diff @@
## master #697 +/- ##
=======================================
Coverage 49.11% 49.11%
=======================================
Files 96 96
Lines 8185 8185
=======================================
Hits 4020 4020
Misses 3388 3388
Partials 777 777 Continue to review full report at Codecov.
|
|
/ok-to-test |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dinhxuanvu, zcahana The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
The quay build of I'm not sure why, since it now builds successfully on my machine. |
|
It looks like failures have been ongoing for a few months. And its affecting other operator-registry images as well (e.g. upstream-opm-builder) That log seems related to https://gitlab.alpinelinux.org/alpine/aports/-/issues/12396, but the failures have been ongoing longer than 3.14 has been released, so at this point, there maybe multiple factors involved in the failure. What probably needs to happen is for us to migrate these image builds to a GH action such that:
This should give us more insight into the failures if they continue, and it'll help us identify the issue(s) as soon as they happen and block PRs that cause image build failures. |
|
I've been playing with this locally and found this: zvic@ZVICAHANA-D2LK:~/Workspace/operator-framework/operator-registry (master)$ podman build -t upstream-registry-builder:latest -f upstream-builder.Dockerfile .
STEP 1: FROM golang:1.16-alpine AS builder
✔ quay.io/golang:1.16-alpine
Trying to pull quay.io/golang:1.16-alpine...
STEP 2: FROM alpine:3
Error: error creating build container: Error initializing source docker://quay.io/golang:1.16-alpine: Error reading manifest 1.16-alpine in quay.io/golang: StatusCode: 404, <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final/...Now, I don't know if this is what's been happening at the quay build machine (is there any hint in the logs for this?). But we can try to change the Dockerfiles and explicitly specify |
|
I'm pretty sure the failures in upstream-registry-builder were initially due to the missing I'd say that a reasonable path forward here is to try and change |
Signed-off-by: Zvi Cahana zvic@il.ibm.com
Description of the change:
This PR complements #608 by cleaning up some additional
appregistry-serverreferences:upstream-registry-builderDockerfile, which caused this image to fail build due to missing binary.Reviewer Checklist
/docs