drone-plugins / drone-s3

Drone plugin for publishing artifacts to Amazon S3
http://plugins.drone.io/drone-plugins/drone-s3
Apache License 2.0
36 stars 64 forks source link

image 1.4 on docker hub does not work #171

Open rhafer opened 16 hours ago

rhafer commented 16 hours ago

The 1.4 and the latest images published on docker hub do no longer work:

docker run docker.io/plugins/s3
{"msg":"exec container process (missing dynamic library?) `/bin/drone-s3`: No such file or directory","level":"error","time":"2024-09-24T08:12:25.600884Z"}
aslmvc commented 16 hours ago

I can also confirm this;

latest: Pulling from plugins/s3
Digest: sha256:091cd4d57680ba3a08991434dc2f8edb7b893fea5934fe7b7e2f4acfbaceb6e1
Status: Image is up to date for plugins/s3:latest
standard_init_linux.go:228: exec user process caused: no such file or directory

Temporary fix would be to use specific version, e.g. plugins/s3:1.4.0

hkraal commented 15 hours ago

Been hit by this as well, as the impact is potentially large I think it's warrented a ping @Ompragash @vistaarjuneja @dgarg-harness @HenAmar

Ompragash commented 8 hours ago

@rhafer @aslmvc @hkraal Thank you for reporting the issue, and we apologize for the inconvenience caused. We have re-triggered the build. Please try again in 20 minutes, and it should work.