efrecon / docker-s3fs-client

Alpine-based s3fs client: mount from container, make available to other containers
BSD 3-Clause "New" or "Revised" License
173 stars 62 forks source link

Update latest docker image #21

Closed regbo closed 2 years ago

regbo commented 2 years ago

It took me a long time to realize that even though this issue is solved:

https://github.com/efrecon/docker-s3fs-client/issues/11

It's not solved in the latest docker image. You should push an update when you can or make a note.

efrecon commented 2 years ago

This should be fixed as soon as this run has finished.

gmeligio commented 2 years ago

For some reason, the latest docker tag was pushed 2 years ago and doesn't have the latest changes. It took me one day to understand why the configuration wasn't working. There should be something missing in the Github workflow.

Using efrecon/s3fs:1.91 fixed it for me.

efrecon commented 2 years ago

No, this is actually more or less on purpose, as the idea is for the images to follow the release process for s3fs. I understand that this might be puzzling, so I have updated the README and removed the (very old) latest image that was still lying around at the DockerHub.

gmeligio commented 2 years ago

Thank you. Really good work! It's good to follow s3fs versioning.