You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to build multi-arch(linux/arm64 and linux/amd64) images with jenkins and your plugin. Unfortunately, task dockerTagsPush fails when builds images but works when loads from cache. It's kind of weird because it throws with Error response from daemon: No such image but i can see logs above with pushing manifest of image etc
[2022-08-02T11:26:09.327Z] #12 exporting to image
[2022-08-02T11:26:09.327Z] #12 exporting layers
[2022-08-02T11:26:14.806Z] #12 exporting layers 5.3s done
[2022-08-02T11:26:14.806Z] #12 exporting manifest sha256:9f7b274fc8eb77957d2b07234027d0c0ec5a677d84ecb9271b65c0ee34d3e7c4 0.0s done
[2022-08-02T11:26:14.806Z] #12 exporting config sha256:f93a77f6d83fb61200edb41dc9dc56cf5369893fa8d06f44e63c34966c68b5fb 0.0s done
[2022-08-02T11:26:14.806Z] #12 exporting manifest sha256:a0d739aee40e9de907cbdbd366df00a3048258ea0d826bd1bda14c3c051552ad 0.0s done
[2022-08-02T11:26:14.806Z] #12 exporting config sha256:f2f22a5ad74c5d39864fa2207519e88a5290d86e26ace1f82d2845895eb42330 0.0s done
[2022-08-02T11:26:14.806Z] #12 exporting manifest list sha256:6b1c5bd2e44c2a43471a165badf46a1166e7ed71afea98674fd507753d92ab6e 0.0s done
[2022-08-02T11:26:14.806Z] #12 pushing layers
[2022-08-02T11:26:14.806Z] #12 ...
[2022-08-02T11:26:14.806Z]
[2022-08-02T11:26:14.806Z] #13 [auth] gvc/reports:pull,push token for images.my-domain.com
[2022-08-02T11:26:14.806Z] #13 DONE 0.0s
[2022-08-02T11:26:15.103Z]
[2022-08-02T11:26:15.103Z] #12 exporting to image
[2022-08-02T11:26:20.515Z] #12 pushing layers 5.2s done
[2022-08-02T11:26:20.515Z] #12 pushing manifest for images.my-domain.com/gvc/reports:latest@sha256:6b1c5bd2e44c2a43471a165badf46a1166e7ed71afea98674fd507753d92ab6e
[2022-08-02T11:26:23.946Z] #12 pushing manifest for images.my-domain.com/gvc/reports:latest@sha256:6b1c5bd2e44c2a43471a165badf46a1166e7ed71afea98674fd507753d92ab6e 3.8s done
[2022-08-02T11:26:23.947Z] #12 DONE 14.7s
[2022-08-02T11:26:23.947Z]
[2022-08-02T11:26:23.947Z] > Task :dockerTag2.1.0-SNAPSHOT FAILED
[2022-08-02T11:26:23.947Z] Error response from daemon: No such image: my-domain.com/gvc/reports:latest
[2022-08-02T11:26:23.947Z]
[2022-08-02T11:26:23.947Z] FAILURE: Build failed with an exception.
[2022-08-02T11:26:23.947Z]
[2022-08-02T11:26:23.947Z] * What went wrong:
[2022-08-02T11:26:23.947Z] Execution failed for task ':dockerTag2.1.0-SNAPSHOT'.
[2022-08-02T11:26:23.947Z] > Process 'command 'docker'' finished with non-zero exit value 1
I noticed similar issue #557 but it was fixed in 0.34.0 😶
What happened?
I try to build multi-arch(linux/arm64 and linux/amd64) images with jenkins and your plugin. Unfortunately, task
dockerTagsPush
fails when builds images but works when loads from cache. It's kind of weird because it throws withError response from daemon: No such image
but i can see logs above with pushing manifest of image etcI noticed similar issue #557 but it was fixed in 0.34.0 😶
My docker method
Environment details
Jenkins 2.361
Docker 20.10.12
Gradle 7.3.3
Plugin 0.34.0
jdk: openjdk-11
What did you want to happen?
Maybe it's needs some delay? Or am I using buildx wrong?
Full logs
❌ Failed without cache
✅ Successful with cache
The text was updated successfully, but these errors were encountered: