Skip to content

Instantly share code, notes, and snippets.

@spiffxp
Last active June 28, 2019 00:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spiffxp/3fe64769323825ecde1e7e9e60f63284 to your computer and use it in GitHub Desktop.
Save spiffxp/3fe64769323825ecde1e7e9e60f63284 to your computer and use it in GitHub Desktop.

Commented out https://github.com/kubernetes/kubernetes/blob/master/test/images/image-util.sh#L91

spiffxp@spiffxp-macbookpro:images (test-images/centralize-image-to-agnhost-part-3 %)$ make all-push WHAT=agnhost
./image-util.sh build agnhost
Building image for agnhost ARCH: amd64...
../image-util.sh bin agnhost
~/w/kubernetes/kubernetes/_tmp/test-images-build.bybb9W ~/w/kubernetes/kubernetes/test/images
Sending build context to Docker daemon  33.84MB
Step 1/10 : FROM alpine:3.6
3.6: Pulling from library/alpine
Digest: sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475
Status: Image is up to date for alpine:3.6
 ---> 43773d1dba76
Step 2/10 : RUN apk --update add curl netcat-openbsd iproute2 iperf bash && rm -rf /var/cache/apk/*   && ln -s /usr/bin/iperf /usr/local/bin/iperf   && ls -altrh /usr/local/bin/iperf
 ---> Using cache
 ---> 6975d5e87b3c
Step 3/10 : EXPOSE 8080 8081 9376
 ---> Using cache
 ---> 77722b6c54ce
Step 4/10 : RUN mkdir /uploads
 ---> Using cache
 ---> be27877f3bd6
Step 5/10 : ADD porter/localhost.crt localhost.crt
 ---> Using cache
 ---> aa8afb3d4db6
Step 6/10 : ADD porter/localhost.key localhost.key
 ---> Using cache
 ---> 5c0865e947c3
Step 7/10 : ADD agnhost agnhost
 ---> e5d80558dc9b
Step 8/10 : RUN ln -s agnhost agnhost-2
 ---> Running in 78117cdbd1c8
Removing intermediate container 78117cdbd1c8
 ---> bfdfbaebd918
Step 9/10 : ENTRYPOINT ["/agnhost"]
 ---> Running in 927450a45caf
Removing intermediate container 927450a45caf
 ---> bc98de42899d
Step 10/10 : CMD ["pause"]
 ---> Running in f333e85feca1
Removing intermediate container f333e85feca1
 ---> 30a0ef80b6b6
Successfully built 30a0ef80b6b6
Successfully tagged gcr.io/kubernetes-e2e-test-images/agnhost-amd64:2.2
~/w/kubernetes/kubernetes/test/images
Building image for agnhost ARCH: arm...
../image-util.sh bin agnhost
~/w/kubernetes/kubernetes/_tmp/test-images-build.GXjexm ~/w/kubernetes/kubernetes/test/images
Registering qemu-*-static binaries in the kernel
Sending build context to Docker daemon  32.89MB
Step 1/11 : FROM arm32v6/alpine:3.6
3.6: Pulling from arm32v6/alpine
Digest: sha256:343d5883d8019a73bcdb761b82d75124ecef7298534b19e1e581f173113b1755
Status: Image is up to date for arm32v6/alpine:3.6
 ---> 5d3e0daa0d34
Step 2/11 : COPY qemu-arm-static /usr/bin/
 ---> Using cache
 ---> a23979ccd6ac
Step 3/11 : RUN apk --update add curl netcat-openbsd iproute2 iperf bash && rm -rf /var/cache/apk/*   && ln -s /usr/bin/iperf /usr/local/bin/iperf   && ls -altrh /usr/local/bin/iperf
 ---> Using cache
 ---> e970a51c249f
Step 4/11 : EXPOSE 8080 8081 9376
 ---> Using cache
 ---> e18213559513
Step 5/11 : RUN mkdir /uploads
 ---> Using cache
 ---> e2d14d7dc205
Step 6/11 : ADD porter/localhost.crt localhost.crt
 ---> Using cache
 ---> 3a22ab31f021
Step 7/11 : ADD porter/localhost.key localhost.key
 ---> Using cache
 ---> 7694dc4d1be9
Step 8/11 : ADD agnhost agnhost
 ---> 47acd9f527d9
Step 9/11 : RUN ln -s agnhost agnhost-2
 ---> Running in 3a4e5e5406cc
Removing intermediate container 3a4e5e5406cc
 ---> ae119d70d491
Step 10/11 : ENTRYPOINT ["/agnhost"]
 ---> Running in 9e00ee5e362e
Removing intermediate container 9e00ee5e362e
 ---> 58955202d079
Step 11/11 : CMD ["pause"]
 ---> Running in 46ecf5f232eb
Removing intermediate container 46ecf5f232eb
 ---> 35a57932b4d3
Successfully built 35a57932b4d3
Successfully tagged gcr.io/kubernetes-e2e-test-images/agnhost-arm:2.2
~/w/kubernetes/kubernetes/test/images
Building image for agnhost ARCH: arm64...
../image-util.sh bin agnhost
~/w/kubernetes/kubernetes/_tmp/test-images-build.0aBHtP ~/w/kubernetes/kubernetes/test/images
Registering qemu-*-static binaries in the kernel
Sending build context to Docker daemon  36.09MB
Step 1/11 : FROM arm64v8/alpine:3.6
3.6: Pulling from arm64v8/alpine
Digest: sha256:bca31dcfba88843372ec4247783ca2c774fb62d45df9a6394572611b24fa4949
Status: Image is up to date for arm64v8/alpine:3.6
 ---> 25e814211fdd
Step 2/11 : COPY qemu-aarch64-static /usr/bin/
 ---> Using cache
 ---> 8cd4c8195333
Step 3/11 : RUN apk --update add curl netcat-openbsd iproute2 iperf bash && rm -rf /var/cache/apk/*   && ln -s /usr/bin/iperf /usr/local/bin/iperf   && ls -altrh /usr/local/bin/iperf
 ---> Using cache
 ---> e479ffd290c4
Step 4/11 : EXPOSE 8080 8081 9376
 ---> Using cache
 ---> 049eace7b3c6
Step 5/11 : RUN mkdir /uploads
 ---> Using cache
 ---> 04e0980103a5
Step 6/11 : ADD porter/localhost.crt localhost.crt
 ---> Using cache
 ---> aae5c3d2151b
Step 7/11 : ADD porter/localhost.key localhost.key
 ---> Using cache
 ---> b3ba729d3fb3
Step 8/11 : ADD agnhost agnhost
 ---> c929512a1b40
Step 9/11 : RUN ln -s agnhost agnhost-2
 ---> Running in 0832ae491347
Removing intermediate container 0832ae491347
 ---> dc8c08ba3e4d
Step 10/11 : ENTRYPOINT ["/agnhost"]
 ---> Running in c3aaa1181ea2
Removing intermediate container c3aaa1181ea2
 ---> 80c432795431
Step 11/11 : CMD ["pause"]
 ---> Running in 9cde29e42e3c
Removing intermediate container 9cde29e42e3c
 ---> f4bff3a878ca
Successfully built f4bff3a878ca
Successfully tagged gcr.io/kubernetes-e2e-test-images/agnhost-arm64:2.2
~/w/kubernetes/kubernetes/test/images
Building image for agnhost ARCH: ppc64le...
../image-util.sh bin agnhost
~/w/kubernetes/kubernetes/_tmp/test-images-build.kKRtVS ~/w/kubernetes/kubernetes/test/images
Registering qemu-*-static binaries in the kernel
Sending build context to Docker daemon  37.03MB
Step 1/11 : FROM ppc64le/alpine:3.6
3.6: Pulling from ppc64le/alpine
Digest: sha256:77d408e9984c7e85d84db11bac01c0df5e55d4f494446eb0bfebcc9f2bf5405c
Status: Image is up to date for ppc64le/alpine:3.6
 ---> 548ca2eca3c2
Step 2/11 : COPY qemu-ppc64le-static /usr/bin/
 ---> Using cache
 ---> 6bfb9d98e4f8
Step 3/11 : RUN apk --update add curl netcat-openbsd iproute2 iperf bash && rm -rf /var/cache/apk/*   && ln -s /usr/bin/iperf /usr/local/bin/iperf   && ls -altrh /usr/local/bin/iperf
 ---> Using cache
 ---> 1ac50f42e9a2
Step 4/11 : EXPOSE 8080 8081 9376
 ---> Using cache
 ---> f127327c8b0f
Step 5/11 : RUN mkdir /uploads
 ---> Using cache
 ---> 0123241aaeb3
Step 6/11 : ADD porter/localhost.crt localhost.crt
 ---> Using cache
 ---> 3bd30f718680
Step 7/11 : ADD porter/localhost.key localhost.key
 ---> Using cache
 ---> cfc9c1fe0681
Step 8/11 : ADD agnhost agnhost
 ---> ea32a5432ada
Step 9/11 : RUN ln -s agnhost agnhost-2
 ---> Running in 8d5f85319886
Removing intermediate container 8d5f85319886
 ---> 4d6756e191f3
Step 10/11 : ENTRYPOINT ["/agnhost"]
 ---> Running in ac7202a89520
Removing intermediate container ac7202a89520
 ---> 1df9a13d0fce
Step 11/11 : CMD ["pause"]
 ---> Running in 0306002cd27d
Removing intermediate container 0306002cd27d
 ---> 68f7e4ed4c6b
Successfully built 68f7e4ed4c6b
Successfully tagged gcr.io/kubernetes-e2e-test-images/agnhost-ppc64le:2.2
~/w/kubernetes/kubernetes/test/images
Building image for agnhost ARCH: s390x...
../image-util.sh bin agnhost
~/w/kubernetes/kubernetes/_tmp/test-images-build.YILSa0 ~/w/kubernetes/kubernetes/test/images
Registering qemu-*-static binaries in the kernel
Sending build context to Docker daemon  37.13MB
Step 1/11 : FROM s390x/alpine:3.6
3.6: Pulling from s390x/alpine
Digest: sha256:e3eab9c3eca392e368ce5d1ff18735e2ccafae461ba4542ae1a36d1f51f3663e
Status: Image is up to date for s390x/alpine:3.6
 ---> 8d7e7a7a8066
Step 2/11 : COPY qemu-s390x-static /usr/bin/
 ---> Using cache
 ---> bebfef4ed6bc
Step 3/11 : RUN apk --update add curl netcat-openbsd iproute2 iperf bash && rm -rf /var/cache/apk/*   && ln -s /usr/bin/iperf /usr/local/bin/iperf   && ls -altrh /usr/local/bin/iperf
 ---> Using cache
 ---> 099af3058464
Step 4/11 : EXPOSE 8080 8081 9376
 ---> Using cache
 ---> 24017b3697b4
Step 5/11 : RUN mkdir /uploads
 ---> Using cache
 ---> d9cb170017b8
Step 6/11 : ADD porter/localhost.crt localhost.crt
 ---> Using cache
 ---> 0a2b4edd844c
Step 7/11 : ADD porter/localhost.key localhost.key
 ---> Using cache
 ---> 5e73c65058e5
Step 8/11 : ADD agnhost agnhost
 ---> 5bcbdfcb3e9e
Step 9/11 : RUN ln -s agnhost agnhost-2
 ---> Running in c0ae491012b8
Removing intermediate container c0ae491012b8
 ---> 1259f6d3fa91
Step 10/11 : ENTRYPOINT ["/agnhost"]
 ---> Running in 1db852bb6e51
Removing intermediate container 1db852bb6e51
 ---> eaba49b3eee9
Step 11/11 : CMD ["pause"]
 ---> Running in a0146416bbd5
Removing intermediate container a0146416bbd5
 ---> e46a1470764a
Successfully built e46a1470764a
Successfully tagged gcr.io/kubernetes-e2e-test-images/agnhost-s390x:2.2
~/w/kubernetes/kubernetes/test/images
./image-util.sh push agnhost
The push refers to repository [gcr.io/kubernetes-e2e-test-images/agnhost-amd64]
ba8b722db0fb: Pushed
9c2407f1e68a: Pushed
b8d250abc125: Layer already exists
675575b6f3f3: Layer already exists
15d6fc7d45a5: Layer already exists
988314e0d45f: Layer already exists
721384ec99e5: Layer already exists
2.2: digest: sha256:528ffe052695654a76abf10a43901ee7816e2884a7bcc17f77597fd9a665421d size: 1779
The push refers to repository [gcr.io/kubernetes-e2e-test-images/agnhost-arm]
f634db8b8f08: Pushed
eac99ecf50f9: Pushed
60d54e326d62: Layer already exists
e5b803fda318: Layer already exists
52566294c57e: Layer already exists
3e8c6688db6b: Layer already exists
f49052acdefe: Layer already exists
845b5c25f81e: Layer already exists
2.2: digest: sha256:5cc391bacd3309f925dfe34426a1b6e8a29e0ee90bc955249602f3d0c2c317c8 size: 1990
The push refers to repository [gcr.io/kubernetes-e2e-test-images/agnhost-arm64]
d1db8617ade3: Pushed
b08aba7c3b04: Pushed
83232b9c2a62: Layer already exists
9718feef00ff: Layer already exists
a41edcbbbf84: Layer already exists
c5e4b9911348: Layer already exists
9cf207679856: Layer already exists
56e86ee0b452: Layer already exists
2.2: digest: sha256:58fd2ae81c26068f43f28f04ae080c6ebfe5cda24822eb201f3b7c8730275e9c size: 1990
The push refers to repository [gcr.io/kubernetes-e2e-test-images/agnhost-ppc64le]
3f13fb3c92cc: Pushed
20a44b25daf2: Pushed
4ec034e63d04: Layer already exists
f48d5ca1b956: Layer already exists
40126383c694: Layer already exists
9abc41eb7d47: Layer already exists
577fae575e9c: Layer already exists
85e899b8f0cc: Layer already exists
2.2: digest: sha256:18f96f0a83fe22d57b877f05869eb2f00e2c67f0a68251c17a927533d1f1b1d0 size: 1990
The push refers to repository [gcr.io/kubernetes-e2e-test-images/agnhost-s390x]
ec490abfcd68: Pushed
388a5172e68f: Pushed
636c7ecad10f: Layer already exists
76b4ed4b67a0: Layer already exists
e018b44d0831: Layer already exists
9284480cc159: Layer already exists
c28f3c3e8071: Layer already exists
f129ff7d977b: Layer already exists
2.2: digest: sha256:f19adaef08ef40a088e6758e3cdc9453daf861113815d836a4a8177fb6d90a34 size: 1990
Created manifest list gcr.io/kubernetes-e2e-test-images/agnhost:2.2
Pushed ref gcr.io/kubernetes-e2e-test-images/agnhost@sha256:528ffe052695654a76abf10a43901ee7816e2884a7bcc17f77597fd9a665421d with digest: sha256:528ffe052695654a76abf10a43901ee7816e2884a7bcc17f77597fd9a665421d
Pushed ref gcr.io/kubernetes-e2e-test-images/agnhost@sha256:5cc391bacd3309f925dfe34426a1b6e8a29e0ee90bc955249602f3d0c2c317c8 with digest: sha256:5cc391bacd3309f925dfe34426a1b6e8a29e0ee90bc955249602f3d0c2c317c8
Pushed ref gcr.io/kubernetes-e2e-test-images/agnhost@sha256:58fd2ae81c26068f43f28f04ae080c6ebfe5cda24822eb201f3b7c8730275e9c with digest: sha256:58fd2ae81c26068f43f28f04ae080c6ebfe5cda24822eb201f3b7c8730275e9c
Pushed ref gcr.io/kubernetes-e2e-test-images/agnhost@sha256:18f96f0a83fe22d57b877f05869eb2f00e2c67f0a68251c17a927533d1f1b1d0 with digest: sha256:18f96f0a83fe22d57b877f05869eb2f00e2c67f0a68251c17a927533d1f1b1d0
Pushed ref gcr.io/kubernetes-e2e-test-images/agnhost@sha256:f19adaef08ef40a088e6758e3cdc9453daf861113815d836a4a8177fb6d90a34 with digest: sha256:f19adaef08ef40a088e6758e3cdc9453daf861113815d836a4a8177fb6d90a34
sha256:cbbd4720dbb91596effb30dfbc117d0cfa6d634e54f2297fa2cfe409e5895696

EDIT: Also with a push to k8s-authenticated-test

spiffxp@spiffxp-macbookpro:images (test-images/centralize-image-to-agnhost-part-3 *%)$ REGISTRY=gcr.io/k8s-authenticated-test make all-push WHAT=agnhost
./image-util.sh build agnhost
Building image for agnhost ARCH: amd64...
../image-util.sh bin agnhost
~/w/kubernetes/kubernetes/_tmp/test-images-build.IQboMb ~/w/kubernetes/kubernetes/test/images
Sending build context to Docker daemon  33.84MB
Step 1/10 : FROM alpine:3.6
3.6: Pulling from library/alpine
Digest: sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475
Status: Image is up to date for alpine:3.6
 ---> 43773d1dba76
Step 2/10 : RUN apk --update add curl netcat-openbsd iproute2 iperf bash && rm -rf /var/cache/apk/*   && ln -s /usr/bin/iperf /usr/local/bin/iperf   && ls -altrh /usr/local/bin/iperf
 ---> Using cache
 ---> 6975d5e87b3c
Step 3/10 : EXPOSE 8080 8081 9376
 ---> Using cache
 ---> 77722b6c54ce
Step 4/10 : RUN mkdir /uploads
 ---> Using cache
 ---> be27877f3bd6
Step 5/10 : ADD porter/localhost.crt localhost.crt
 ---> Using cache
 ---> aa8afb3d4db6
Step 6/10 : ADD porter/localhost.key localhost.key
 ---> Using cache
 ---> 5c0865e947c3
Step 7/10 : ADD agnhost agnhost
 ---> Using cache
 ---> e5d80558dc9b
Step 8/10 : RUN ln -s agnhost agnhost-2
 ---> Using cache
 ---> bfdfbaebd918
Step 9/10 : ENTRYPOINT ["/agnhost"]
 ---> Using cache
 ---> bc98de42899d
Step 10/10 : CMD ["pause"]
 ---> Using cache
 ---> 30a0ef80b6b6
Successfully built 30a0ef80b6b6
Successfully tagged gcr.io/k8s-authenticated-test/agnhost-amd64:2.2
~/w/kubernetes/kubernetes/test/images
Building image for agnhost ARCH: arm...
../image-util.sh bin agnhost
~/w/kubernetes/kubernetes/_tmp/test-images-build.fBwivz ~/w/kubernetes/kubernetes/test/images
Registering qemu-*-static binaries in the kernel
Sending build context to Docker daemon  32.89MB
Step 1/11 : FROM arm32v6/alpine:3.6
3.6: Pulling from arm32v6/alpine
Digest: sha256:343d5883d8019a73bcdb761b82d75124ecef7298534b19e1e581f173113b1755
Status: Image is up to date for arm32v6/alpine:3.6
 ---> 5d3e0daa0d34
Step 2/11 : COPY qemu-arm-static /usr/bin/
 ---> Using cache
 ---> a23979ccd6ac
Step 3/11 : RUN apk --update add curl netcat-openbsd iproute2 iperf bash && rm -rf /var/cache/apk/*   && ln -s /usr/bin/iperf /usr/local/bin/iperf   && ls -altrh /usr/local/bin/iperf
 ---> Using cache
 ---> e970a51c249f
Step 4/11 : EXPOSE 8080 8081 9376
 ---> Using cache
 ---> e18213559513
Step 5/11 : RUN mkdir /uploads
 ---> Using cache
 ---> e2d14d7dc205
Step 6/11 : ADD porter/localhost.crt localhost.crt
 ---> Using cache
 ---> 3a22ab31f021
Step 7/11 : ADD porter/localhost.key localhost.key
 ---> Using cache
 ---> 7694dc4d1be9
Step 8/11 : ADD agnhost agnhost
 ---> Using cache
 ---> 47acd9f527d9
Step 9/11 : RUN ln -s agnhost agnhost-2
 ---> Using cache
 ---> ae119d70d491
Step 10/11 : ENTRYPOINT ["/agnhost"]
 ---> Using cache
 ---> 58955202d079
Step 11/11 : CMD ["pause"]
 ---> Using cache
 ---> 35a57932b4d3
Successfully built 35a57932b4d3
Successfully tagged gcr.io/k8s-authenticated-test/agnhost-arm:2.2
~/w/kubernetes/kubernetes/test/images
Building image for agnhost ARCH: arm64...
../image-util.sh bin agnhost
~/w/kubernetes/kubernetes/_tmp/test-images-build.vTyiP2 ~/w/kubernetes/kubernetes/test/images
Registering qemu-*-static binaries in the kernel
Sending build context to Docker daemon  36.09MB
Step 1/11 : FROM arm64v8/alpine:3.6
3.6: Pulling from arm64v8/alpine
Digest: sha256:bca31dcfba88843372ec4247783ca2c774fb62d45df9a6394572611b24fa4949
Status: Image is up to date for arm64v8/alpine:3.6
 ---> 25e814211fdd
Step 2/11 : COPY qemu-aarch64-static /usr/bin/
 ---> Using cache
 ---> 8cd4c8195333
Step 3/11 : RUN apk --update add curl netcat-openbsd iproute2 iperf bash && rm -rf /var/cache/apk/*   && ln -s /usr/bin/iperf /usr/local/bin/iperf   && ls -altrh /usr/local/bin/iperf
 ---> Using cache
 ---> e479ffd290c4
Step 4/11 : EXPOSE 8080 8081 9376
 ---> Using cache
 ---> 049eace7b3c6
Step 5/11 : RUN mkdir /uploads
 ---> Using cache
 ---> 04e0980103a5
Step 6/11 : ADD porter/localhost.crt localhost.crt
 ---> Using cache
 ---> aae5c3d2151b
Step 7/11 : ADD porter/localhost.key localhost.key
 ---> Using cache
 ---> b3ba729d3fb3
Step 8/11 : ADD agnhost agnhost
 ---> Using cache
 ---> c929512a1b40
Step 9/11 : RUN ln -s agnhost agnhost-2
 ---> Using cache
 ---> dc8c08ba3e4d
Step 10/11 : ENTRYPOINT ["/agnhost"]
 ---> Using cache
 ---> 80c432795431
Step 11/11 : CMD ["pause"]
 ---> Using cache
 ---> f4bff3a878ca
Successfully built f4bff3a878ca
Successfully tagged gcr.io/k8s-authenticated-test/agnhost-arm64:2.2
~/w/kubernetes/kubernetes/test/images
Building image for agnhost ARCH: ppc64le...
../image-util.sh bin agnhost
~/w/kubernetes/kubernetes/_tmp/test-images-build.bi0TqB ~/w/kubernetes/kubernetes/test/images
Registering qemu-*-static binaries in the kernel
Sending build context to Docker daemon  37.03MB
Step 1/11 : FROM ppc64le/alpine:3.6
3.6: Pulling from ppc64le/alpine
Digest: sha256:77d408e9984c7e85d84db11bac01c0df5e55d4f494446eb0bfebcc9f2bf5405c
Status: Image is up to date for ppc64le/alpine:3.6
 ---> 548ca2eca3c2
Step 2/11 : COPY qemu-ppc64le-static /usr/bin/
 ---> Using cache
 ---> 6bfb9d98e4f8
Step 3/11 : RUN apk --update add curl netcat-openbsd iproute2 iperf bash && rm -rf /var/cache/apk/*   && ln -s /usr/bin/iperf /usr/local/bin/iperf   && ls -altrh /usr/local/bin/iperf
 ---> Using cache
 ---> 1ac50f42e9a2
Step 4/11 : EXPOSE 8080 8081 9376
 ---> Using cache
 ---> f127327c8b0f
Step 5/11 : RUN mkdir /uploads
 ---> Using cache
 ---> 0123241aaeb3
Step 6/11 : ADD porter/localhost.crt localhost.crt
 ---> Using cache
 ---> 3bd30f718680
Step 7/11 : ADD porter/localhost.key localhost.key
 ---> Using cache
 ---> cfc9c1fe0681
Step 8/11 : ADD agnhost agnhost
 ---> Using cache
 ---> ea32a5432ada
Step 9/11 : RUN ln -s agnhost agnhost-2
 ---> Using cache
 ---> 4d6756e191f3
Step 10/11 : ENTRYPOINT ["/agnhost"]
 ---> Using cache
 ---> 1df9a13d0fce
Step 11/11 : CMD ["pause"]
 ---> Using cache
 ---> 68f7e4ed4c6b
Successfully built 68f7e4ed4c6b
Successfully tagged gcr.io/k8s-authenticated-test/agnhost-ppc64le:2.2
~/w/kubernetes/kubernetes/test/images
Building image for agnhost ARCH: s390x...
../image-util.sh bin agnhost
~/w/kubernetes/kubernetes/_tmp/test-images-build.PRYisP ~/w/kubernetes/kubernetes/test/images
Registering qemu-*-static binaries in the kernel
Sending build context to Docker daemon  37.13MB
Step 1/11 : FROM s390x/alpine:3.6
3.6: Pulling from s390x/alpine
Digest: sha256:e3eab9c3eca392e368ce5d1ff18735e2ccafae461ba4542ae1a36d1f51f3663e
Status: Image is up to date for s390x/alpine:3.6
 ---> 8d7e7a7a8066
Step 2/11 : COPY qemu-s390x-static /usr/bin/
 ---> Using cache
 ---> bebfef4ed6bc
Step 3/11 : RUN apk --update add curl netcat-openbsd iproute2 iperf bash && rm -rf /var/cache/apk/*   && ln -s /usr/bin/iperf /usr/local/bin/iperf   && ls -altrh /usr/local/bin/iperf
 ---> Using cache
 ---> 099af3058464
Step 4/11 : EXPOSE 8080 8081 9376
 ---> Using cache
 ---> 24017b3697b4
Step 5/11 : RUN mkdir /uploads
 ---> Using cache
 ---> d9cb170017b8
Step 6/11 : ADD porter/localhost.crt localhost.crt
 ---> Using cache
 ---> 0a2b4edd844c
Step 7/11 : ADD porter/localhost.key localhost.key
 ---> Using cache
 ---> 5e73c65058e5
Step 8/11 : ADD agnhost agnhost
 ---> Using cache
 ---> 5bcbdfcb3e9e
Step 9/11 : RUN ln -s agnhost agnhost-2
 ---> Using cache
 ---> 1259f6d3fa91
Step 10/11 : ENTRYPOINT ["/agnhost"]
 ---> Using cache
 ---> eaba49b3eee9
Step 11/11 : CMD ["pause"]
 ---> Using cache
 ---> e46a1470764a
Successfully built e46a1470764a
Successfully tagged gcr.io/k8s-authenticated-test/agnhost-s390x:2.2
~/w/kubernetes/kubernetes/test/images
./image-util.sh push agnhost
The push refers to repository [gcr.io/k8s-authenticated-test/agnhost-amd64]
ba8b722db0fb: Mounted from kubernetes-e2e-test-images/agnhost-amd64
9c2407f1e68a: Mounted from kubernetes-e2e-test-images/agnhost-amd64
b8d250abc125: Mounted from kubernetes-e2e-test-images/agnhost-amd64
675575b6f3f3: Mounted from kubernetes-e2e-test-images/agnhost-amd64
15d6fc7d45a5: Mounted from kubernetes-e2e-test-images/agnhost-amd64
988314e0d45f: Mounted from kubernetes-e2e-test-images/agnhost-amd64
721384ec99e5: Layer already exists
2.2: digest: sha256:528ffe052695654a76abf10a43901ee7816e2884a7bcc17f77597fd9a665421d size: 1779
The push refers to repository [gcr.io/k8s-authenticated-test/agnhost-arm]
f634db8b8f08: Mounted from kubernetes-e2e-test-images/agnhost-arm
eac99ecf50f9: Mounted from kubernetes-e2e-test-images/agnhost-arm
60d54e326d62: Mounted from kubernetes-e2e-test-images/agnhost-arm
e5b803fda318: Mounted from kubernetes-e2e-test-images/agnhost-arm
52566294c57e: Mounted from kubernetes-e2e-test-images/agnhost-arm
3e8c6688db6b: Mounted from kubernetes-e2e-test-images/agnhost-arm
f49052acdefe: Mounted from kubernetes-e2e-test-images/agnhost-arm
845b5c25f81e: Mounted from kubernetes-e2e-test-images/agnhost-arm
2.2: digest: sha256:5cc391bacd3309f925dfe34426a1b6e8a29e0ee90bc955249602f3d0c2c317c8 size: 1990
The push refers to repository [gcr.io/k8s-authenticated-test/agnhost-arm64]
d1db8617ade3: Mounted from kubernetes-e2e-test-images/agnhost-arm64
b08aba7c3b04: Mounted from kubernetes-e2e-test-images/agnhost-arm64
83232b9c2a62: Mounted from kubernetes-e2e-test-images/agnhost-arm64
9718feef00ff: Mounted from kubernetes-e2e-test-images/agnhost-arm64
a41edcbbbf84: Mounted from kubernetes-e2e-test-images/agnhost-arm64
c5e4b9911348: Mounted from kubernetes-e2e-test-images/agnhost-arm64
9cf207679856: Mounted from kubernetes-e2e-test-images/agnhost-arm64
56e86ee0b452: Mounted from kubernetes-e2e-test-images/agnhost-arm64
2.2: digest: sha256:58fd2ae81c26068f43f28f04ae080c6ebfe5cda24822eb201f3b7c8730275e9c size: 1990
The push refers to repository [gcr.io/k8s-authenticated-test/agnhost-ppc64le]
3f13fb3c92cc: Mounted from kubernetes-e2e-test-images/agnhost-ppc64le
20a44b25daf2: Mounted from kubernetes-e2e-test-images/agnhost-ppc64le
4ec034e63d04: Mounted from kubernetes-e2e-test-images/agnhost-ppc64le
f48d5ca1b956: Mounted from kubernetes-e2e-test-images/agnhost-ppc64le
40126383c694: Mounted from kubernetes-e2e-test-images/agnhost-ppc64le
9abc41eb7d47: Mounted from kubernetes-e2e-test-images/agnhost-ppc64le
577fae575e9c: Mounted from kubernetes-e2e-test-images/agnhost-ppc64le
85e899b8f0cc: Mounted from kubernetes-e2e-test-images/agnhost-ppc64le
2.2: digest: sha256:18f96f0a83fe22d57b877f05869eb2f00e2c67f0a68251c17a927533d1f1b1d0 size: 1990
The push refers to repository [gcr.io/k8s-authenticated-test/agnhost-s390x]
ec490abfcd68: Mounted from kubernetes-e2e-test-images/agnhost-s390x
388a5172e68f: Mounted from kubernetes-e2e-test-images/agnhost-s390x
636c7ecad10f: Mounted from kubernetes-e2e-test-images/agnhost-s390x
76b4ed4b67a0: Mounted from kubernetes-e2e-test-images/agnhost-s390x
e018b44d0831: Mounted from kubernetes-e2e-test-images/agnhost-s390x
9284480cc159: Mounted from kubernetes-e2e-test-images/agnhost-s390x
c28f3c3e8071: Mounted from kubernetes-e2e-test-images/agnhost-s390x
f129ff7d977b: Mounted from kubernetes-e2e-test-images/agnhost-s390x
2.2: digest: sha256:f19adaef08ef40a088e6758e3cdc9453daf861113815d836a4a8177fb6d90a34 size: 1990
Created manifest list gcr.io/k8s-authenticated-test/agnhost:2.2
Pushed ref gcr.io/k8s-authenticated-test/agnhost@sha256:528ffe052695654a76abf10a43901ee7816e2884a7bcc17f77597fd9a665421d with digest: sha256:528ffe052695654a76abf10a43901ee7816e2884a7bcc17f77597fd9a665421d
Pushed ref gcr.io/k8s-authenticated-test/agnhost@sha256:5cc391bacd3309f925dfe34426a1b6e8a29e0ee90bc955249602f3d0c2c317c8 with digest: sha256:5cc391bacd3309f925dfe34426a1b6e8a29e0ee90bc955249602f3d0c2c317c8
Pushed ref gcr.io/k8s-authenticated-test/agnhost@sha256:58fd2ae81c26068f43f28f04ae080c6ebfe5cda24822eb201f3b7c8730275e9c with digest: sha256:58fd2ae81c26068f43f28f04ae080c6ebfe5cda24822eb201f3b7c8730275e9c
Pushed ref gcr.io/k8s-authenticated-test/agnhost@sha256:18f96f0a83fe22d57b877f05869eb2f00e2c67f0a68251c17a927533d1f1b1d0 with digest: sha256:18f96f0a83fe22d57b877f05869eb2f00e2c67f0a68251c17a927533d1f1b1d0
Pushed ref gcr.io/k8s-authenticated-test/agnhost@sha256:f19adaef08ef40a088e6758e3cdc9453daf861113815d836a4a8177fb6d90a34 with digest: sha256:f19adaef08ef40a088e6758e3cdc9453daf861113815d836a4a8177fb6d90a34
sha256:cbbd4720dbb91596effb30dfbc117d0cfa6d634e54f2297fa2cfe409e5895696
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment