I have tested on two machines: my main workstation is a Linux machine (HP laptop, linux Mint 22.2, docker 29.3) and I have a mac (2017 Air, Monterey 12.7.6, docker 24.0.6.... )
On the linux machine, if I try to pull either :10.7 or :10.8.beta1 I get an error.
It pulls fine on the mac.
(My ultimate aim is to create a sagemath image (with a bundle of libraries pre-installed) that I can use in my cloud service - until now I've used the sagemath/sagemath image, but it was always a fight to get it to work :sadness: )
My errors:
❯ docker pull ghcr.io/sagemath/sage-binder-env:10.8.beta1
10.8.beta1: Pulling from sagemath/sage-binder-env
660ffc76f83b: Pull complete
e95352db7a50: Pull complete
b3c8ae2535e6: Pull complete
ce94ab3b58e5: Pull complete
876d06e92585: Pull complete
0b231abd2597: Pull complete
994dda5cfc3b: Pull complete
bd88706c5db9: Pull complete
cee899ee7de5: Extracting [==================================================>] 915.1MB/915.1MB
3488e08a127f: Download complete
501065a2cf7f: Download complete
d872ae64bb8a: Download complete
e006d159c5a1: Download complete
e0fe196bc7ee: Download complete
920a54feb4db: Download complete
a1695d35821c: Download complete
9c41ac5433aa: Download complete
e036f95c7d89: Download complete
7e2d0363d6f9: Download complete
failed to register layer: container ID 1113207 cannot be mapped to a host ID
❯ docker pull ghcr.io/sagemath/sage-binder-env:10.7
10.7: Pulling from sagemath/sage-binder-env
66587c81b81a: Pull complete
dde324943d30: Pull complete
8aacfbce87bb: Pull complete
da0e50490baa: Pull complete
e789a5f32aac: Pull complete
fe2c6fa889c8: Pull complete
ab1f110dc082: Pull complete
462805c7bbd0: Pull complete
27438099388d: Extracting [==================================================>] 916.8MB/916.8MB
cd4bfca4650e: Download complete
30239bfd5154: Download complete
a1da3c233372: Download complete
21c76c2b7ffa: Download complete
994ec14196c8: Download complete
43069acc1981: Download complete
d43050ec7161: Download complete
03fef0203328: Download complete
edb66a06f341: Download complete
c4a6fd95bf62: Download complete
2d90aba4c78d: Download complete
failed to register layer: container ID 1113207 cannot be mapped to a host ID
Any thoughts?
I have tested on two machines: my main workstation is a Linux machine (HP laptop, linux Mint 22.2, docker 29.3) and I have a mac (2017 Air, Monterey 12.7.6, docker 24.0.6.... )
On the linux machine, if I try to pull either
:10.7or:10.8.beta1I get an error.It pulls fine on the mac.
(My ultimate aim is to create a sagemath image (with a bundle of libraries pre-installed) that I can use in my cloud service - until now I've used the
sagemath/sagemathimage, but it was always a fight to get it to work :sadness: )My errors:
Any thoughts?