seaweedfs-csi-driver icon indicating copy to clipboard operation
seaweedfs-csi-driver copied to clipboard

Latest Docker Image not available

Open sstent opened this issue 3 years ago • 5 comments

Docker pull seems to be pulling an unknown image (not listed on you dockerhub) Pulling latest on AMD64 system gives:

latest: Pulling from chrislusf/seaweedfs-csi-driver
a0d0a0d46f8b: Already exists
c95506e23285: Pull complete
8e902e1be329: Pull complete
234251e7bfae: Pull complete
Digest: sha256:5ea1a8b35f807c3a7c3365941264abe948e17d063b18b9d2071279efb888e9c6
Status: Downloaded newer image for chrislusf/seaweedfs-csi-driver:latest
docker.io/chrislusf/seaweedfs-csi-driver:latest

Expected digest = DIGEST:sha256:c69deae35c80f844f536268c2b1151cd8f2ed3a839d8bd6177a3fdc63746e8be

Docker history for that image

docker history chrislusf/seaweedfs-csi-driver:latest --no-trunc
IMAGE                                                                     CREATED        CREATED BY                                                                                          SIZE      COMMENT
sha256:124786e148d5f1844e4d8cc10e428247bfaa293079c78801b04d77fa62f2abda   23 hours ago   ENTRYPOINT ["/seaweedfs-csi-driver"]                                                                0B        buildkit.dockerfile.v0
<missing>                                                                 23 hours ago   RUN /bin/sh -c chmod +x /seaweedfs-csi-driver # buildkit                                            0B        buildkit.dockerfile.v0
<missing>                                                                 23 hours ago   COPY /seaweedfs-csi-driver / # buildkit                                                             25.1MB    buildkit.dockerfile.v0
<missing>                                                                 23 hours ago   COPY /go/bin/weed /usr/bin/ # buildkit                                                              83MB      buildkit.dockerfile.v0
<missing>                                                                 23 hours ago   LABEL author=Chris Lu                                                                               0B        buildkit.dockerfile.v0
<missing>                                                                 23 hours ago   RUN /bin/sh -c apk add fuse # buildkit                                                              2.49MB    buildkit.dockerfile.v0
<missing>                                                                 4 weeks ago    /bin/sh -c #(nop)  CMD ["/bin/sh"]                                                                  0B
<missing>                                                                 4 weeks ago    /bin/sh -c #(nop) ADD file:aad4290d27580cc1a094ffaf98c3ca2fc5d699fe695dfb8e6e9fac20f1129450 in /    5.6MB

sstent avatar Sep 24 '21 17:09 sstent

it comes from https://hub.docker.com/layers/chrislusf/seaweedfs-csi-driver/latest/images/sha256-c69deae35c80f844f536268c2b1151cd8f2ed3a839d8bd6177a3fdc63746e8be?context=explore

Changed to build it via github actions.

Not clear what is the problem it is causing?

chrislusf avatar Sep 24 '21 17:09 chrislusf

Very wierd.

Also, need to update the Dockerfile base image to be FROM golang:1.17-alpine as builder to allow the ARM builds to build correctly

sstent avatar Sep 24 '21 18:09 sstent

Cool! You found one bug that had troubled me for the last few days. Thanks!

chrislusf avatar Sep 24 '21 18:09 chrislusf

updated the build on https://hub.docker.com/layers/chrislusf/seaweedfs-csi-driver/latest/images/sha256-1fae180a078172526cfa708736376a34bb5330938cdff16fec9c0202278daf31?context=explore

chrislusf avatar Sep 24 '21 21:09 chrislusf

Any chances of having the latest docker images built + arm64 builds?

danlsgiga avatar Sep 10 '22 19:09 danlsgiga