Project

General

Profile

Tâche #34038

Scénario #33773: EOLE 2.9 : rendre utilisable Podman

Tester

Added by Benjamin Bohard over 1 year ago. Updated over 1 year ago.

Status:
Fermé
Priority:
Normal
Assigned To:
Start date:
03/28/2022
Due date:
% Done:

100%

Remaining (hours):
0.0

History

#1 Updated by Benjamin Bohard over 1 year ago

Tests à effectuer :

Rétablissement des règles réseau au reconfigure :

  • démarrer un conteneur (podman run -d -p 81:8080 docker.io/nginx)
  • vérifier les règles ajoutées pour ce conteneur (iptables-save)
  • reconfigurer
  • vérifier les règles pour le conteneur (iptables-save)

Utilisation du registre EOLE par défaut :

  • récupérer une image sans spécifier le registre (podman pull eole/commitlint:latest)

#2 Updated by Ludwig Seys over 1 year ago

  • Assigned To set to Ludwig Seys

#3 Updated by Ludwig Seys over 1 year ago

  • Status changed from Nouveau to En cours

#4 Updated by Ludwig Seys over 1 year ago

  • Status changed from En cours to Résolu
  • Assigned To deleted (Ludwig Seys)
  • % Done changed from 0 to 100

règle iptables => OK

utilisation registre EOLE : OK
Trying to pull hub.eole.education/eole/commitlint:latest...

#5 Updated by Ludwig Seys over 1 year ago

  • Assigned To set to Ludwig Seys

#6 Updated by Joël Cuissinat over 1 year ago

  • aca.eolebase-2.9.0a-instance-default
    root@eolebase:~# iptables-save > avant && wc -l avant
    32 avant
    
  • apt-eole install eole-podman
    root@eolebase:~# iptables-save > podman && wc -l podman 
    32 podman
    
  • podman run -d -p 81:8080 docker.io/nginx
    root@eolebase:~# iptables-save > nginx && wc -l nginx 
    63 nginx
    
  • reconfigure
    root@eolebase:~# iptables-save > reconf && wc -l reconf 
    63 reconf
    
  • reboot
    root@eolebase:~# iptables-save > reboot && wc -l reboot
    40 reboot
    
  • reconfigure
    root@eolebase:~# iptables-save > reconf2 && wc -l reconf2
    40 reconf2
    
  • podman run -d -p 81:8080 docker.io/nginx
    root@eolebase:~# iptables-save > nginx && wc -l nginx 
    63 nginx
    

#7 Updated by Joël Cuissinat over 1 year ago

podman pull eole/commitlint:latest : OK

#8 Updated by Joël Cuissinat over 1 year ago

  • Status changed from Résolu to Fermé
  • Remaining (hours) set to 0.0

Test du nombre de règles iptables également effectué sur etb1.amon 2.9.0.

Also available in: Atom PDF