Dmitriy
Dmitriy
IMG not build from Dockerfile with insecure registry in section FROM Dockerfile: `FROM http://registry.local.com:5000/glassfish-app:88` Error: `failed to solve: invalid reference format` or Dockerfile: `FROM registry.local.com:5000/glassfish-app:88` Error: ``` => ERROR docker-image://registry.local.com:5000/glassfish-app:88...
Not remove images with error: {"level":"warn","ts":1614668206.9399998,"caller":"client/client.go:86","msg":"error fetching manifest","repo":"devops/maintenance","tag":"master-13676","error":"unexpected manifest schema was received from registry: application/vnd.docker.distribution.manifest.v2+json (registry may not support the manifest type(s) you want: [application/vnd.docker.distribution.manifest.v1+prettyjws application/vnd.docker.distribution.manifest.v1+json])"}
Add CI for automatically build deb packages, I create in 5 minutes Dockerfile for build deb package with Ubuntu 21.10 and it working! Im add it for use other users!...