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

Update base image to alpine:latest #423

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

Conversation

nickm18471
Copy link

@nickm18471 nickm18471 commented Nov 4, 2022

This sets the base image to be alpine:latest ensuring the latest version of Alpine is always used.

This is important because older versions of Alpine no longer receive security updates. The version that was last built and pushed to docker hub contains a number of critical security vulnerabilities.

Additionally, I have removed the -S flag and replaced it with --debug-stdout from the smbd command in samba.sh because it is not supported in version 4.15.7 which is current for Alpine Linux 3.16.2. This was the minimum change required to get the container to run with the latest version of Alpine Linux.

@prashker
Copy link

Sad that this won't be merged, works great.

@uPagge
Copy link

uPagge commented Mar 5, 2023

I added this to my fork. By the way, you don't have to add latest, if you don't specify a tag, it defaults to latest

DockerHub: https://hub.docker.com/r/upagge/samba
GitHub: https://github.com/uPagge/samba

YSHKatN added a commit to YSHKatN/samba that referenced this pull request Mar 12, 2023
@ovizii
Copy link

ovizii commented Apr 12, 2023

I added this to my fork. By the way, you don't have to add latest, if you don't specify a tag, it defaults to latest

DockerHub: https://hub.docker.com/r/upagge/samba GitHub: https://github.com/uPagge/samba

Is your fork a drop-in replacement for the original dperson/samba image?

@Firiks Firiks mentioned this pull request Mar 2, 2024
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.

None yet

5 participants