dperson / samba

Samba docker container
GNU Affero General Public License v3.0
1.54k stars 516 forks source link

new amd64 docker hub image build? #349

Open justsomeguyontheinternet opened 3 years ago

justsomeguyontheinternet commented 3 years ago

can we get a new docker hub amd64 image built?

the image there is now 5 months old. even if there are no changes to the repository here, there is a new version of alpine linux and a new version of samba. the new alpine version has security fixes. the new samba version has security fixes and also addresses at least one known issue raised here (#330).

current image: alpine 3.12 samba 4.12.2

latest: alpine 3.12.1 samba (in alpine packages) 4.12.9

this is my preferred samba docker container, i don't want to see it die from inactivity. thank you.

justsomeguyontheinternet commented 3 years ago

for those looking for a near term workaround, i forked the repo and built a newer amd64 image. i couldn't figure out how to make the multi-arch automated build work. everything else is unchanged. the newer build of same code will include the newer upstream alpine and samba. it's been working for me for a few weeks without issue on multiple computers, but testing hasn't been extensive

https://hub.docker.com/r/justsomeguyontheinternet/samba

https://hub.docker.com/r/justsomeguyontheinternet/samba/tags?page=1&ordering=last_updated

justsomeguyontheinternet commented 3 years ago

@dperson anything anyone can do to help?