Open aodhan-domhnaill opened 5 years ago
$ uname -a Linux Farpoint-Station 4.14.34-hypriotos+ #2 Sun Apr 22 15:29:32 UTC 2018 armv6l GNU/Linux $ docker --version Docker version 18.06.1-ce, build e68fc7a $ docker info Containers: 8 Running: 2 Paused: 0 Stopped: 6 Images: 763 Server Version: 18.06.1-ce Storage Driver: overlay Backing Filesystem: extfs Supports d_type: true Logging Driver: json-file Cgroup Driver: cgroupfs Plugins: Volume: local Network: bridge host macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog Swarm: inactive Runtimes: runc Default Runtime: runc Init Binary: docker-init containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e runc version: 69663f0bd4b60df09991c08812a60108003fa340 init version: fec3683 Security Options: seccomp Profile: default Kernel Version: 4.14.34-hypriotos+ Operating System: Raspbian GNU/Linux 9 (stretch) OSType: linux Architecture: armv6l CPUs: 1 Total Memory: 370.1MiB Name: Farpoint-Station ID: BYKP:BDPJ:4JFS:ECPH:S6XN:E73C:FW7I:7WYH:BBUZ:DDSJ:7ODG:LUP7 Docker Root Dir: /var/lib/docker Debug Mode (client): false Debug Mode (server): false Username: intrepidde Registry: https://index.docker.io/v1/ Labels: Experimental: false Insecure Registries: nexus.intrepid.local:4000 127.0.0.0/8 Live Restore Enabled: false
WARNING: No cpuset support
$ docker inspect balenalib/rpi-debian:stretch [ { "Id": "sha256:1f82d86532de200445603c560157f1f50d0f778153dde53224957f33d81f55a9", "RepoTags": [ "balenalib/rpi-debian:stretch" ], "RepoDigests": [ "balenalib/rpi-debian@sha256:de988debb9a51afa55b636c5c9d4fd1b7afb21407fd48ba863e5bd2e3b3dcb5d" ], "Parent": "", "Comment": "", "Created": "2019-05-14T15:47:46.357542471Z", "Container": "5c1626325ac34a4fc73d79a2099e130d4906535b78dd9f2dcb5e31fcbcda4545", "ContainerConfig": { "Hostname": "68dd2d84c9c7", "Domainname": "", "User": "", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "Tty": false, "OpenStdin": false, "StdinOnce": false, "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "LC_ALL=C.UTF-8", "DEBIAN_FRONTEND=noninteractive", "UDEV=off", "QEMU_CPU=arm1176" ], "Cmd": [ "/bin/sh", "-c", "#(nop) ", "ENTRYPOINT [\"/usr/bin/entry.sh\"]" ], "ArgsEscaped": true, "Image": "sha256:d9b63b6e9bf2c7caad80dcb34103fb8cd2a51cf944bc03e3b37bb6bb034d710b", "Volumes": null, "WorkingDir": "", "Entrypoint": [ "/usr/bin/entry.sh" ], "OnBuild": [], "Labels": { "io.balena.architecture": "rpi", "io.balena.device-type": "raspberrypi", "io.balena.qemu.version": "4.0.0+balena-arm" } }, "DockerVersion": "17.05.0-ce", "Author": "", "Config": { "Hostname": "68dd2d84c9c7", "Domainname": "", "User": "", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "Tty": false, "OpenStdin": false, "StdinOnce": false, "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "LC_ALL=C.UTF-8", "DEBIAN_FRONTEND=noninteractive", "UDEV=off", "QEMU_CPU=arm1176" ], "Cmd": null, "ArgsEscaped": true, "Image": "sha256:d9b63b6e9bf2c7caad80dcb34103fb8cd2a51cf944bc03e3b37bb6bb034d710b", "Volumes": null, "WorkingDir": "", "Entrypoint": [ "/usr/bin/entry.sh" ], "OnBuild": [], "Labels": { "io.balena.architecture": "rpi", "io.balena.device-type": "raspberrypi", "io.balena.qemu.version": "4.0.0+balena-arm" } }, "Architecture": "amd64", "Os": "linux", "Size": 114692919, "VirtualSize": 114692919, "GraphDriver": { "Data": { "RootDir": "/var/lib/docker/overlay/c4d55f2bf7121ab21766cb129330ac8e734a90126455a7daec0bdc453e183179/root" }, "Name": "overlay" }, "RootFS": { "Type": "layers", "Layers": [ "sha256:3950f3c72546a2ca367d9ab7e1f98118932ae82b52da144bf1478406d6b3b3c9", "sha256:028cc84cb93ccba6cb588b333b76b983c98c0b566c0f512fcf3364945c2e1b50", "sha256:c5ebcba98ab2be9b4c057b145473af54d13132ed8d66ef41729e37814b862741", "sha256:a9d305042c21247c8d7db96dc61643dab7602fd877f287f47cd50f167aefb6c5", "sha256:da2d886101bcee82770c1420329ea6f62e5b7c020bfa6a8a2a1e1266d2b2633b", "sha256:bca7e002517f2bbaeaa9a783a0905022fd72e0d0d81e2e7ea7871ed1cfe1c59c", "sha256:47a07e30c5a2113a4c1e6f277fb852afd946d4895dec7cff6ccc90760c1b4546", "sha256:e9aed94b79b1d137a499c43a25d94268b7eab8699101938eeb64fb804d63f167", "sha256:4f111d33ab6468cc3b7c3b06b06d4d95185e21dc1fcaccdb5d9af5ff9c486bf8", "sha256:1d43dcab09ff15018a61f21af76fbf25c111c130573a0ef2bfadfff6c4e2a317", "sha256:0976bf8c0c40cba21f082461f0cc4091c72fa4d3bca1bdc61713cd13331550db" ] }, "Metadata": { "LastTagTime": "0001-01-01T00:00:00Z" } } ] HypriotOS/armv6: root@Farpoint-Station in ~/Docker/rpi-mosquitto on master
$ docker pull balenalib/rpi-debian:stretch-20190511 stretch-20190511: Pulling from balenalib/rpi-debian 10a29d15e51d: Already exists 3fcb764143ea: Already exists 63e98adcf8d0: Already exists 88482638d67b: Already exists 434e3bb50fcb: Already exists 23137e73d2c5: Pull complete 7c8fdfe1c5a0: Pull complete adba9e353fc6: Pull complete 0ce9b1e87df5: Pull complete 0b862604b13d: Pull complete 9150d30045ed: Pull complete Digest: sha256:8d1bd61857d0705e0995b224de845a786c442ac46fbef7c70966d632596f0f9a Status: Downloaded newer image for balenalib/rpi-debian:stretch-20190511 HypriotOS/armv6: root@Farpoint-Station in ~/Docker/rpi-mosquitto on master $ docker inspect balenalib/rpi-debian:stretch-20190511 [ { "Id": "sha256:bcbc11c3e7624a342937d5a2c104e6a4567c6048bbb4242e0f2d3f4289fed217", "RepoTags": [ "balenalib/rpi-debian:stretch-20190511" ], "RepoDigests": [ "balenalib/rpi-debian@sha256:8d1bd61857d0705e0995b224de845a786c442ac46fbef7c70966d632596f0f9a" ], "Parent": "", "Comment": "", "Created": "2019-05-20T19:42:02.259958112Z", "Container": "f4d2d0c2b717cf7a3007610aad326437453c7c6f05cdb266de9d5a023bed677d", "ContainerConfig": { "Hostname": "68dd2d84c9c7", "Domainname": "", "User": "", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "Tty": false, "OpenStdin": false, "StdinOnce": false, "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "LC_ALL=C.UTF-8", "DEBIAN_FRONTEND=noninteractive", "UDEV=off", "QEMU_CPU=arm1176" ], "Cmd": [ "/bin/sh", "-c", "#(nop) ", "ENTRYPOINT [\"/usr/bin/entry.sh\"]" ], "ArgsEscaped": true, "Image": "sha256:c96980b3688959fa63cde547b291314e7f0ba22b2370446c693bc07a733caf34", "Volumes": null, "WorkingDir": "", "Entrypoint": [ "/usr/bin/entry.sh" ], "OnBuild": [], "Labels": { "io.balena.architecture": "rpi", "io.balena.device-type": "raspberrypi", "io.balena.qemu.version": "4.0.0+balena-arm" } }, "DockerVersion": "17.05.0-ce", "Author": "", "Config": { "Hostname": "68dd2d84c9c7", "Domainname": "", "User": "", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "Tty": false, "OpenStdin": false, "StdinOnce": false, "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "LC_ALL=C.UTF-8", "DEBIAN_FRONTEND=noninteractive", "UDEV=off", "QEMU_CPU=arm1176" ], "Cmd": null, "ArgsEscaped": true, "Image": "sha256:c96980b3688959fa63cde547b291314e7f0ba22b2370446c693bc07a733caf34", "Volumes": null, "WorkingDir": "", "Entrypoint": [ "/usr/bin/entry.sh" ], "OnBuild": [], "Labels": { "io.balena.architecture": "rpi", "io.balena.device-type": "raspberrypi", "io.balena.qemu.version": "4.0.0+balena-arm" } }, "Architecture": "amd64", "Os": "linux", "Size": 114692919, "VirtualSize": 114692919, "GraphDriver": { "Data": { "RootDir": "/var/lib/docker/overlay/dc0a3c2e60a2e69821a60f03c7912c1f2dcffbd6a37d6fc7d4a18915700df359/root" }, "Name": "overlay" }, "RootFS": { "Type": "layers", "Layers": [ "sha256:3950f3c72546a2ca367d9ab7e1f98118932ae82b52da144bf1478406d6b3b3c9", "sha256:028cc84cb93ccba6cb588b333b76b983c98c0b566c0f512fcf3364945c2e1b50", "sha256:c5ebcba98ab2be9b4c057b145473af54d13132ed8d66ef41729e37814b862741", "sha256:a9d305042c21247c8d7db96dc61643dab7602fd877f287f47cd50f167aefb6c5", "sha256:da2d886101bcee82770c1420329ea6f62e5b7c020bfa6a8a2a1e1266d2b2633b", "sha256:02ce854d8c7048a9f7aac6635df4cff550adf90b45d5c65913973454d1f02840", "sha256:51258ed03e3bb99f3505ce760bd85473a6224c573cdb6fbe6bfa0c2713da7d77", "sha256:d2fb1ce545728b444b5c5dad458e6b08e1c3ff08cb18895409838fbb7b07cf32", "sha256:088e4e0623cb84ae198fda32dcd4b42bb8e5a74e2e2d02aa3a61248bda36972e", "sha256:60d89a5473f506297f6c9363387673305394647d8b2dc7c8842e0041db5e5d70", "sha256:a4c180c977c828889d98def12d4ab2a82b063cf7efbea6af3d576cbf9952135d" ] }, "Metadata": { "LastTagTime": "0001-01-01T00:00:00Z" } }
=>
both (still) report "Architecture": "amd64", and everything build with them are flaged "amd64" after pushing to hub.docker.com and are not working (running local is fine for me, but broken after push)