You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hint: at the moment there is OS-Blacklisting for container_build_host Entitlement in MinionServer.java#L134 aktiv.
==> all Ubuntu-/Debian releases are enabled.
* Return <code>true</code> if OS on this system supports Containerization,
* <code>false</code> otherwise.
* <p>
* Note: For SLES, we are only checking if it's not 10 nor 11.
* Older than SLES 10 are not being checked.
* </p>
*
* @return <code>true</code> if OS supports Containerization
*/
@Override
public boolean doesOsSupportsContainerization() {
return !isSLES10() && !isSLES11();
}
One of the requirements for the initial Ubuntu support is to make image management working in Ubuntu build hosts.
Tasks
The text was updated successfully, but these errors were encountered: