Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Einsteigerfragen
    4. QNAP, Container-Station mit Portainer - neuer Anlauf...

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    QNAP, Container-Station mit Portainer - neuer Anlauf...

    This topic has been deleted. Only users with topic management privileges can see it.
    • P
      PA-Peter @andre last edited by PA-Peter

      @andre said in QNAP, Container-Station mit Portainer - neuer Anlauf...:

      Docker Version? Kann mir nur Vorstellen dass eine alte Version das Problem sein könnte.

      Das sagt docker version:

      Client:
       Version:      17.09.1-ce
       API version:  1.32
       Go version:   go1.8.3
       Git commit:   0bbe3ac
       Built:        Wed Nov 27 03:52:27 2019
       OS/Arch:      linux/amd64
      
      Server:
       Version:      17.09.1-ce
       API version:  1.32 (minimum version 1.12)
       Go version:   go1.8.3
       Git commit:   0bbe3ac
       Built:        Wed Nov 27 03:52:27 2019
       OS/Arch:      linux/amd64
       Experimental: false
      
      

      Das Pullen der v8.0.1 führt zum bekannten Fehler:

      docker pull buanet/iobroker:v8.0.1
      Error response from daemon: manifest for buanet/iobroker:v8.0.1 not found
      

      v8.0.0 ließ sich, wie beschrieben, Fehlerfrei pullen.

      Eine neuere Version der Container-Station bekomme ich wohl auf meinem NAS nicht eingerichtet, da die Kiste zu alt ist 🫣

      andre 1 Reply Last reply Reply Quote 0
      • andre
        andre Developer @PA-Peter last edited by

        @pa-peter sagte in QNAP, Container-Station mit Portainer - neuer Anlauf...:

        17.09.1-ce

        Ist das die Docker Version? Falls ja, dann ist das mit hoher Wahrscheinlichkeit das Problem.

        MfG,
        André

        F 1 Reply Last reply Reply Quote 0
        • F
          fastfoot @andre last edited by

          @andre sagte in QNAP, Container-Station mit Portainer - neuer Anlauf...:

          @pa-peter sagte in QNAP, Container-Station mit Portainer - neuer Anlauf...:

          17.09.1-ce

          Ist das die Docker Version? Falls ja, dann ist das mit hoher Wahrscheinlichkeit das Problem.

          ich habe Docker version 20.10.22-qnap3, build 57ed8b8

          wenn ich von ghcr.io versuche bekomme ich auch manifest unknown, mit docker.io/buanet/iobroker:v8.0.1 klappt es dann

          andre P 2 Replies Last reply Reply Quote 0
          • andre
            andre Developer @fastfoot last edited by

            @fastfoot Ja, dazu habe ich einen Issue im Github, aber bisher noch nicht die Motivation gehabt mir das nochmal anzusehen. Ich habe vor einiger Zeit das separate pushen eines Manifests raus genommen. Das sorgt aber offenbar dafür, dass alte Versionen (Docker Engine oder auch Registry) Probleme beim Pull machen. Da es hierzu aber bisher noch keine großen Beschwerden gab, steht das weit unten auf der Prioliste...

            https://github.com/buanet/ioBroker.docker/issues/330

            viceice created this issue in buanet/ioBroker.docker

            closed [Problem]: Images newer than v7.1.2 are broken on ghcr.io - Docker hub is working! #330

            F 1 Reply Last reply Reply Quote 0
            • F
              fastfoot @andre last edited by

              @andre ich denke dass der TE evtl. von ghcr.io pullt, meine Version ist die aktuell angebotene, eine neuere 24.xxx gibt es noch nicht. deshalb sollte er mal von docker.io probieren

              1 Reply Last reply Reply Quote -1
              • P
                PA-Peter @fastfoot last edited by

                @fastfoot Ist es denn möglich, dass die Kiste von ghcr.io pullt, obwohl das hier eingestellt ist?
                bf978285-739b-40eb-901c-e02b8a527266-image.png

                Hast Du einen Schimmer, ob ich bei der alten NAS die neuere Docker-Version drauf bekomme? Ich vermute, dass diese ja durch die Container-Station installiert/vorgegeben wird...
                ...und eine neuere QTS lässt mein NAS halt leider nicht zu 😞

                OliverIO F 2 Replies Last reply Reply Quote 0
                • OliverIO
                  OliverIO @PA-Peter last edited by

                  @pa-peter

                  also die software da selber zu aktualisieren würde ich nicht machen, da die oberfläche da sicherlich darauf abgestimmt ist. das würde uU mehr Probleme mit sich bringen.

                  Aber mal was gewagtes, ohne Garantie das es funktioniert.
                  Du kannst doch da auch LXC-Container oder VMs starten?
                  Dann könntest du da einen neuen Container aufsetzen in dem du dann die aktuellste Dockerversion installierst. Darin dann noch einen portainer container installieren zur Administration des aktuelleren dockers.

                  1 Reply Last reply Reply Quote 0
                  • F
                    fastfoot @PA-Peter last edited by

                    @pa-peter probiere den pull Befehl doch mal von der Konsole, mit der Registry vor dem Imagenamen.

                    meine NAS ist auch schon 8 Jahre alt aber solange ich Updates angeboten bekomme installiere ich die auch

                    P 1 Reply Last reply Reply Quote 0
                    • P
                      PA-Peter @fastfoot last edited by

                      @fastfoot Würde dann wie mit der Registry genau lauten? Per Standard geht es ja immer vom Docker-Hub.
                      Wenn ich Dich richtig verstehe, empfiehlst Du ja, hier quasi "manuell" den Docker-Hub einzutragen?
                      Somit würde ich verstehen:

                      docker pull docker.io/buanet/iobroker
                      

                      ?

                      OliverIO 1 Reply Last reply Reply Quote 0
                      • OliverIO
                        OliverIO @PA-Peter last edited by

                        @pa-peter

                        Hast du es probiert?
                        Gibts eine Fehlermeldung?
                        Trau dich!
                        Es geht nichts kaputt
                        Entweder Fehlermeldung oder Erfolg
                        https://docs.docker.com/engine/reference/commandline/pull/#pull-from-a-different-registry

                        P 1 Reply Last reply Reply Quote 1
                        • P
                          PA-Peter @OliverIO last edited by

                          @oliverio Done - gleicher, bekannter Fehler:

                          [~] # docker pull docker.io/buanet/iobroker
                          Using default tag: latest
                          Error response from daemon: manifest for buanet/iobroker:latest not found
                          [~] #
                          
                          andre 1 Reply Last reply Reply Quote 0
                          • andre
                            andre Developer @PA-Peter last edited by andre

                            @pa-peter Wo kein manifest ist, da wird auch keines kommen wenn man auf nem anderen weg pullt. Wie ich bereits gesagt habe, habe ich das separate manifest pushen raus genommen, weil es outdated ist... Und offenbar ist das für aktuelle Docker Versionen auch kein Problem....

                            @andre sagte in QNAP, Container-Station mit Portainer - neuer Anlauf...:

                            @fastfoot Ja, dazu habe ich einen Issue im Github, aber bisher noch nicht die Motivation gehabt mir das nochmal anzusehen. Ich habe vor einiger Zeit das separate pushen eines Manifests raus genommen. Das sorgt aber offenbar dafür, dass alte Versionen (Docker Engine oder auch Registry) Probleme beim Pull machen. Da es hierzu aber bisher noch keine großen Beschwerden gab, steht das weit unten auf der Prioliste...

                            https://github.com/buanet/ioBroker.docker/issues/330

                            @PA-Peter Weißt du welche Architektur dein NAS hat? Falls ja, kannst du mal versuchen das image über digest zu pullen?

                            5d1ea055-4def-484c-bdb8-2b18c25d5345-image.png

                            https://hub.docker.com/layers/buanet/iobroker/latest/images/sha256-754cc4c52aa3ca07e508d7ef105cd60d7449b3c3b5bff645bcf087949ff439a0?context=explore

                            Müsste eigentlich so gehen:

                            docker pull buanet/iobroker:latest@sha256:754cc4c52aa3ca07e508d7ef105cd60d7449b3c3b5bff645bcf087949ff439a0
                            

                            Achtung: Das Beispiel ist für amd64!

                            MfG,
                            André

                            1 Reply Last reply Reply Quote 0
                            • First post
                              Last post

                            Support us

                            ioBroker
                            Community Adapters
                            Donate

                            714
                            Online

                            31.9k
                            Users

                            80.1k
                            Topics

                            1.3m
                            Posts

                            5
                            28
                            1325
                            Loading More Posts
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes
                            Reply
                            • Reply as topic
                            Log in to reply
                            Community
                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                            The ioBroker Community 2014-2023
                            logo