mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #2042] Cannot install s3fs-fuse on Alpine with apk add #1031
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#1031
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mboudet on GitHub (Sep 29, 2022).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2042
Hello,
I can't seem to install s3fs-fuse on a docker Alpine (both latest and 3.16)
It did work previously with 1.91-r0. It also seems to work with a make & make install directly from the git.
@fxzxmicah commented on GitHub (Nov 15, 2022):
Just enable the repository
http://dl-cdn.alpinelinux.org/alpine/edge/testing/and then install withapk add s3fs-fuse.@fxzxmicah commented on GitHub (Nov 15, 2022):
However, it seems that the openssl package will be damaged after installation.
@mboudet commented on GitHub (Nov 15, 2022):
Adding the repository does not work for me.
After running
docker run -it alpine:latest shEither
apk add --no-cache --update s3fs-fuse --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/Or adding
http://dl-cdn.alpinelinux.org/alpine/edge/testinginto /etc/apk/repositories and runningapk add s3fs-fusethrow the same issue:@fxzxmicah commented on GitHub (Nov 16, 2022):
That's weird. Can you try to enable the other edge repositories?
@fxzxmicah commented on GitHub (Nov 16, 2022):
Because of this, I am now using the s3fs in Docker.
@fxzxmicah commented on GitHub (Nov 25, 2022):
Fixed in Alpine 3.17.0. LOL
@mboudet commented on GitHub (Nov 28, 2022):
Yes, it still does not work in Alpine 3.16, but it works fine in 3.17, so I guess it's fine.