-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
Test/deploy SLES12 SP5 Dockerstatic container #2689
Comments
SLES12:
|
SLES12:
|
FYI I have an s390x dockerhost system now available at 148.100.74.237 which we can set up and put some systems on. It only has eight cores so I don't want to load it up too heavily but it means we can start trying some test-docker systems on Linux/s390x now too. |
We may have to just stick to the licensed "real" SLES systems for now sine they should have most of the tools in the default repositories. We could see if we can create an image from the opensuse repository at |
I'll run the dockerhost playbook on the new SLES dockerhost system and see if I can setup a sles12 dockerstatic container on it |
ref #2696 Got a draft pr in for the dockerfiles required for sles 12 and 15. I've got a sles15 box running on the dockerhost 148.100.74.237 but I cannot get it to connect to jenkins. I think it might either be a firewall issue on the dockerhost or ssh isn't working correctly on the dockerstatic container https://ci.adoptopenjdk.net/computer/test-docker-sles15-s390x-1/ |
This should be fine for sles15 (opensuse/leap), but for sles 12 there are no default repos which come with the image:
Haven't looked too deeply into what |
It is most definitely related to the fact that I can't get the ssh service to start using the same method as the other dockerstatic containers
As suggested by most sles guides, i'm trying to use firewalld to enable ssh
Yet ssh connections are still refused (the service still needs to be enabled) The container is able to connect to jenkins via |
I'm a little nervous about using the SLES15 repo for SLES12 -do you know how many packages it needs to pull from there? Would be good to list them. |
|
I felt a bit weird about it too, but the box is up and running https://ci.adoptopenjdk.net/computer/test-docker-sles12-s390x-1/ |
OK - I think I'm ok with this since it's better than not testing on that level, so I think we can close this. |
Experiment with testing and deploying SLES dockerstatic containers; 12 SP5 and 15
The text was updated successfully, but these errors were encountered: