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
fix(suse): fix support to install compose from PackageHub on SLES 15
To actually install the packages, you need to set the following in your
pillar because the PackageHub repos are not enabled by default on SLES.
```YAML
docker:
pkg:
docker:
use_upstream: 'package'
compose:
use_upstream: 'package'
```
0 commit comments