Unable do locate package docker-ce

Résolu
Exileur Messages postés 1621 Date d'inscription   Statut Membre Dernière intervention   -  
zipe31 Messages postés 34620 Date d'inscription   Statut Contributeur Dernière intervention   -
Bonjour,

Une petite surprise ce matin...

root@usine-gitlab:~# apt update \
> && apt search docker-ce \
> && apt install docker-ce
Hit:1 http://security.debian.org/debian-security stretch/updates InRelease
Ign:2 http://ftp.fr.debian.org/debian stretch InRelease                       
Hit:3 http://ftp.fr.debian.org/debian stretch-updates InRelease               
Hit:4 http://ftp.fr.debian.org/debian stretch Release
Hit:5 https://download.docker.com/linux/debian stretch InRelease
Hit:7 https://packages.gitlab.com/gitlab/gitlab-ce/debian stretch InRelease
Reading package lists... Done
Building dependency tree       
Reading state information... Done
1 package can be upgraded. Run 'apt list --upgradable' to see it.

Sorting... Done
Full Text Search... Done
docker-ce/stretch 5:19.03.5~3-0~debian-stretch armhf
  Docker: the open-source application container engine

docker-ce-cli/stretch 5:19.03.5~3-0~debian-stretch armhf
  Docker CLI: the open-source application container engine

Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package docker-ce

root@usine-gitlab:~# lsb_release -a
No LSB modules are available.
Distributor ID:	Debian
Description:	Debian GNU/Linux 9.11 (stretch)
Release:	9.11
Codename:	stretch


Qq à une idée ?

Configuration: Linux / Chrome 79.0.3945.130


--
N'oubliez pas de marquez votre post comme résolut lorsque vous avez eu les réponses à vos questions...
Au royaume des aveugles, les borgnes sont rois.

2 réponses

  1. Exileur Messages postés 1621 Date d'inscription   Statut Membre Dernière intervention   150
     
    Bonjour,

    Probléme chaise/clavier ... Reveille difficile ce matin :smile:

    j'ai ajouté :
    deb [arch=armhf] https://download.docker.com/linux/debian/ stretch stable

    au lieu de :
    deb [arch=amd64] https://download.docker.com/linux/debian/ stretch stable


    Dans mon fichier de sources apt ...

    Donc le packet existe bien mais n'est pas dispo pour ma distro ...

    Sorry pour le bruit !

    Bonne journée
    1
    1. zipe31 Messages postés 34620 Date d'inscription   Statut Contributeur Dernière intervention   6 501
       
      Pas de problème pour le bruit, chuis sourdingue ;-))

      Bonne journée à toi également.
      0
  2. zipe31 Messages postés 34620 Date d'inscription   Statut Contributeur Dernière intervention   6 501
     
    Salut,

    J'ai guère mieux chez moi ;-\

    $ lsb_release -a
    No LSB modules are available.
    Distributor ID: Raspbian
    Description: Raspbian GNU/Linux 9.11 (stretch)
    Release: 9.11
    Codename: stretch


    $ sudo aptitude search docker-c
    p docker-compose - Punctual, lightweight development environments using Docker
    p golang-docker-credential-helpers - Use native stores to safeguard Docker credentials
    p golang-github-docker-containerd-dev - runC develpoment files
    p golang-github-docker-docker-credential-helpers-dev - Use native stores to safeguard Docker credentials


    Idem sur Buster :
    $ lsb_release -a
    No LSB modules are available.
    Distributor ID: Debian
    Description: Debian GNU/Linux 10 (buster)
    Release: 10
    Codename: buster


    $ sudo aptitude search docker-c
    p docker-compose - environnements de développement ponctuels, légers utilisant D
    p golang-docker-credential-helpers - native stores to safeguard Docker credentials
    p golang-github-docker-docker-credential-helpers-dev - native stores to safeguard Docker credentials - library

    0