tech:notes_redhat_yum_dnf_docker
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédente | |||
| tech:notes_redhat_yum_dnf_docker [2025/11/11 22:53] – Jean-Baptiste | tech:notes_redhat_yum_dnf_docker [2026/06/07 19:12] (Version actuelle) – modification externe 127.0.0.1 | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| + | < | ||
| + | {{tag> | ||
| + | |||
| + | # Notes RedHat yum dnf Docker | ||
| + | |||
| + | Voir : | ||
| + | * tdnf | ||
| + | |||
| + | ~~~ | ||
| + | FROM redhat/ubi8 | ||
| + | COPY ./ | ||
| + | RUN yum -y install net-tools iputils | ||
| + | ~~~ | ||
| + | |||
| + | `redhat_ubi8.repo` | ||
| + | ~~~ini | ||
| + | [Default_Organization_Red_Hat_UBI_8_ubi-8-baseos] | ||
| + | name = ubi-8-baseos | ||
| + | baseurl = https:// | ||
| + | enabled = 1 | ||
| + | gpgcheck = 0 | ||
| + | |||
| + | [Default_Organization_Red_Hat_UBI_8_ubi-8-appstream] | ||
| + | name = ubi-8-appstream | ||
| + | baseurl = https:// | ||
| + | enabled = 1 | ||
| + | gpgcheck = 0 | ||
| + | |||
| + | [Default_Organization_Red_Hat_UBI_8_ubi-8-codeready-builder] | ||
| + | name = ubi-8-codeready-builder | ||
| + | baseurl = https:// | ||
| + | enabled = 1 | ||
| + | ~~~ | ||
| + | |||
| + | |||
| + | FIXME | ||
| + | |||
