Discussion:
docker auf eis64
(zu alt für eine Antwort)
Ulrich Hupe
2023-07-04 10:20:00 UTC
Permalink
Hallo,
villeicht kann mir jemand einen Hinweis geben:


Eis64 # docker pull hello-world
Using default tag: latest
Error response from daemon: Get "https://registry-1.docker.io/v2/": tls:
failed to verify certificate: x509: certificate signed by unknown authority
Eis64 #

Ich habe ein selbstsiegniertes cert für HTTPs.
Diese Meldung ist zwar häufig im Netz zu finden, aber keine echte Lösung.

Gruß, Ulrich

-------------------------------------------
hier mal ergänzend die INFO:

Eis64 # docker info
Client:
Version: 24.0.2
Context: default
Debug Mode: false
Plugins:
compose: Docker Compose (Docker Inc.)
Version: 2.19.1
Path: /usr/lib/docker/cli-plugins/docker-compose

Server:
Containers: 0
Running: 0
Paused: 0
Stopped: 0
Images: 0
Server Version: 24.0.2
Storage Driver: overlay2
Backing Filesystem: extfs
Supports d_type: true
Using metacopy: false
Native Overlay Diff: true
userxattr: false
Logging Driver: json-file
Cgroup Driver: systemd
Cgroup Version: 2
Plugins:
Volume: local
Network: bridge host ipvlan macvlan null overlay
Log: awslogs fluentd gcplogs gelf journald json-file local logentries
splunk s
yslog
Swarm: inactive
Runtimes: io.containerd.runc.v2 runc
Default Runtime: runc
Init Binary: docker-init
containerd version: 0cae528
runc version: 860f061
init version:
Security Options:
seccomp
Profile: builtin
cgroupns
Kernel Version: 5.15.115-eisfair-64-VIRT
Operating System: eisfair-64
OSType: linux
Architecture: x86_64
CPUs: 12
Total Memory: 7.627GiB
Name: Eis64
ID: e47ebcad-6247-43ed-8d9e-347198305673
Docker Root Dir: /var/lib/docker
Debug Mode: false
Experimental: false
Insecure Registries:
127.0.0.0/8
Live Restore Enabled: false
Ulrich Hupe
2023-07-04 10:36:28 UTC
Permalink
sorry , habs gefunden,
mir fehlte ein python3 certificate

Eis64 # docker pull hello-world
Using default tag: latest
latest: Pulling from library/hello-world
719385e32844: Pull complete
Digest:
sha256:a13ec89cdf897b3e551bd9f89d499db6ff3a7f44c5b9eb8bca40da20eb4ea1fa
Status: Downloaded newer image for hello-world:latest
docker.io/library/hello-world:latest

Ulrich
Post by Ulrich Hupe
Hallo,
Eis64 # docker pull hello-world
Using default tag: latest
failed to verify certificate: x509: certificate signed by unknown authority
Eis64 #
Ich habe ein selbstsiegniertes cert für HTTPs.
Diese Meldung ist zwar häufig im Netz zu finden, aber keine echte Lösung.
Gruß, Ulrich
-------------------------------------------
Eis64 # docker info
 Version:    24.0.2
 Context:    default
 Debug Mode: false
  compose: Docker Compose (Docker Inc.)
    Version:  2.19.1
    Path:     /usr/lib/docker/cli-plugins/docker-compose
 Containers: 0
  Running: 0
  Paused: 0
  Stopped: 0
 Images: 0
 Server Version: 24.0.2
 Storage Driver: overlay2
  Backing Filesystem: extfs
  Supports d_type: true
  Using metacopy: false
  Native Overlay Diff: true
  userxattr: false
 Logging Driver: json-file
 Cgroup Driver: systemd
 Cgroup Version: 2
  Volume: local
  Network: bridge host ipvlan macvlan null overlay
  Log: awslogs fluentd gcplogs gelf journald json-file local logentries
splunk s             yslog
 Swarm: inactive
 Runtimes: io.containerd.runc.v2 runc
 Default Runtime: runc
 Init Binary: docker-init
 containerd version: 0cae528
 runc version: 860f061
  seccomp
   Profile: builtin
  cgroupns
 Kernel Version: 5.15.115-eisfair-64-VIRT
 Operating System: eisfair-64
 OSType: linux
 Architecture: x86_64
 CPUs: 12
 Total Memory: 7.627GiB
 Name: Eis64
 ID: e47ebcad-6247-43ed-8d9e-347198305673
 Docker Root Dir: /var/lib/docker
 Debug Mode: false
 Experimental: false
  127.0.0.0/8
 Live Restore Enabled: false
Sebastian Ertz
2023-07-07 08:07:05 UTC
Permalink
Hallo Ulrich,
Post by Ulrich Hupe
sorry , habs gefunden,
mir fehlte ein python3 certificate
Fehlte ein eisfair-Paket oder ein Zertifikat?
Weil wenn ein Paket fehlt, dann muss ich als Paket-Maintainer dann das
require auf das Fehlende Paket hinzufügen.

Gruß
Sebastian
Post by Ulrich Hupe
Eis64 # docker pull hello-world
Using default tag: latest
latest: Pulling from library/hello-world
719385e32844: Pull complete
sha256:a13ec89cdf897b3e551bd9f89d499db6ff3a7f44c5b9eb8bca40da20eb4ea1fa
Status: Downloaded newer image for hello-world:latest
docker.io/library/hello-world:latest
Ulrich Hupe
2023-07-07 09:26:00 UTC
Permalink
Hallo Sebastian,
es fehlte ein Paket.
Es war python310-certifi oder python38-certifi
Ich habe einfach alle installiert, dann gings.
Man könnte die jetzt nacheinander deinstallieren , etc...

Gruß, Ulrich
Post by Sebastian Ertz
Fehlte ein eisfair-Paket oder ein Zertifikat?
Weil wenn ein Paket fehlt, dann muss ich als Paket-Maintainer dann das
require auf das Fehlende Paket hinzufügen.
Gruß
Sebastian
Ulrich Hupe
2023-07-09 10:36:50 UTC
Permalink
hallo Sebastian,

gibt es den docker API Client nur in Python2 ?
python2-docker-py 2.8.0

Ulrich
Holger Bruenjes
2023-07-09 10:40:32 UTC
Permalink
Hallo Ulrrich
Post by Ulrich Hupe
gibt es den docker API Client nur in Python2 ?
python2-docker-py 2.8.0
den hat bisher noch keiner Vermisst, nunja dann werde ich den mal
auch fuer python320 basteln, aber nicht heute Nacht ;-) .

Holger
Ulrich Hupe
2023-07-09 10:45:41 UTC
Permalink
Vermißt hab ich den jetzt auch nicht, aber fiel mir so auf,......
und irgendwann braucht man das wohl
;-)
den hat bisher noch keiner Vermisst, nunja dann werde ich den mal auch
fuer python320 basteln, aber nicht heute Nacht ;-) .
Marcus Röckrath
2023-07-09 11:11:47 UTC
Permalink
Hallo Holger,
Post by Holger Bruenjes
Post by Ulrich Hupe
gibt es den docker API Client nur in Python2 ?
python2-docker-py 2.8.0
den hat bisher noch keiner Vermisst, nunja dann werde ich den mal
auch fuer python320 basteln, aber nicht heute Nacht ;-) .
Ist 320 ein Typo?
--
Gruß Marcus
[eisfair-Team]
Lesen Sie weiter auf narkive:
Loading...