-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
break: test-cmd broke because of image for ppc64le arch no longer being imported from docker hub #17436
Comments
docker manifest isn't providing anything except amd64 anymore: looks like they reverted to schema2.v1 manifests? we're just going to have to disable the test for now, unless you know of an image that does have other a v2 manifest. |
well I did that wrong, but even once i request v2 + manifestlist schemas, i'm just getting back a regular manifest, not a manifest list. |
well w/ some logging I am seeing manifestlists coming back. I don't know why my curl invocation won't give me one. investigating why we're not seeing ppc |
ok, s390x exists as a secondary arch, but ppc no longer does. updated the test to use that for now, but we probably need to create our own manifestlist image on dockerhub in the future, if someone can help me figure out how to push a manifestlist. |
updated the test to use a repository under our control w/ a multiarch manifestlist, so this won't get broken in the future if docker changes random image manifests. |
oc image mirror should be able to easily copy
On Nov 22, 2017, at 11:46 PM, Ben Parees <[email protected]> wrote:
updated the test to use a repository under our control w/ a multiarch
manifestlist, so this won't get broken in the future if docker changes
random image manifests.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#17436 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABG_p2LOPbjOVqZfEHM27YhVIOitsaW7ks5s5PiOgaJpZM4QoIda>
.
|
copy what? to where? |
oc image mirror SRC DST where SRC is a manifest list and DST is a repo
under our control on the hub
On Nov 22, 2017, at 10:10 PM, Ben Parees <[email protected]> wrote:
ok, s390x exists as a secondary arch, but ppc no longer does. updated the
test to use that for now, but we probably need to create our own
manifestlist image on dockerhub in the future, if someone can help me
figure out how to push a manifestlist.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#17436 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABG_p3Sfk2Vun20asUgSC-R7A8eUxLsRks5s5OIMgaJpZM4QoIda>
.
|
per my comments in the PR, i've already created a repo under our control w/ a proper manifest list. And i'm not sure where i would have SRCed a valid one from if i hadn't created one from scratch, since as already established, the one we were using doesn't contain ppc anymore. |
Hi, |
Since 2:30 EST on 11/22:
https://openshift-gce-devel.appspot.com/build/origin-ci-test/pr-logs/pull/17314/test_pull_request_origin_cmd/6415/#githubcomopenshiftorigintestcmdimagesimagestreams-testcmdimagessh150-executing-oc-get-istag-test-nginx-multiarch-streamlinux-ppc64le---templateimagedockerimagemetadataarchitecture-expecting-success-and-text-ppc64le
Could be #17391 (unlikely, but merged at same time) or could be something else like Docker changing the images on the hub
@openshift/sig-developer-experience @deads2k
The text was updated successfully, but these errors were encountered: