-
Notifications
You must be signed in to change notification settings - Fork 34
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
images: Go back to Fmstrat/samba-domain container #5580
Conversation
Commit 392d6b2 moved to quay.io/samba.org/samba-ad-server, but this has a serious and difficult bug [1] with connecting to the Global Directory. Go back to the previous https://github.com/Fmstrat/samba-domain container. The official dockerhub image actually works very well now, but we still have to build ourselves due to the docker.io pull rate limits. Also don't re-add the external volumes -- we are not interested in permanently keeping any Samba data. [1] samba-in-kubernetes/samba-container#160
image-refresh services done: https://github.com/cockpit-project/bots/commits/image-refresh-services-20231122-054654 |
podman pull quay.io/samba.org/samba-ad-server | ||
# See https://github.com/Fmstrat/samba-domain ; docker.io/nowsci/samba-domain works fine | ||
# but we have to build ourselves due to docker pull rate limits | ||
git clone --depth=1 https://github.com/Fmstrat/samba-domain /var/tmp/samba-domain |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we pin this at least?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We didn't pin it in the past, and I'd actually like to get updates. We can pin it if/when it breaks, but I wouldn't like to do that in advance.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright, approved! We pin it indirectly with a refresh so we are quite flexible in that regard.
Commit 392d6b2 moved to quay.io/samba.org/samba-ad-server, but this has a serious and difficult bug [1] with connecting to the Global Directory.
Go back to the previous https://github.com/Fmstrat/samba-domain container. The official dockerhub image actually works very well now, but we still have to build ourselves due to the docker.io pull rate limits.
Also don't re-add the external volumes -- we are not interested in permanently keeping any Samba data.
[1] samba-in-kubernetes/samba-container#160
I built this locally, and it looks promising. Let's give it a good workout!