Björn Oscarsson

Results 17 comments of Björn Oscarsson

It is also causing the same issue if you have a Dockerfile which got a `FROM` that points to some local registry, ex: ``` FROM localhost:5000/bash:latest ```

Notice from Docker: ``` From the end of June 2023 Compose V1 won’t be supported anymore and will be removed from all Docker Desktop versions. ```

By default docker-compose-plugin is installed but to ensure it is updated the role needs to be updated. This removes the need of having the tasks for download from github which...

Won't fix this in the role. Closing issue.

> > @apatard This is my Response to #175 > > So since the docker plugin does not yet provide schema like the vagrant my only options are: > >...

Here are the plain HTTP calls: https://github.com/sonatype/nexus-public/blob/release-3.83.1-03/plugins/nexus-coreui-plugin/src/frontend/src/components/widgets/SystemStatusAlerts/CELimits/UsageHelper.js#L53-L62

My point is more that you cannot create a Maven group repo with mixed or snapshot version policy via API as you can do via GUI. The consequence of this...