Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fresh version of alpine and s3fs on tiny image #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

andrius
Copy link

@andrius andrius commented Jan 20, 2017

we don't need *dev packages after install, so I removed them to make smallest docker image

@@ -6,8 +6,6 @@ IFS=$'\n\t'

export S3_ACL=${S3_ACL:-private}

test $MOUNT_POINT
rm -rf ${MOUNT_POINT}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@andrius what's your rationale here? S3FS will fail to mount if the mountpoint isn't empty?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rjocoleman I get an error on first run with original version of docker-compose.sh. Actually my PR is just about Dockerfile, docker-entrypoint.sh is a quickfix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants