Skip to content
Snippets Groups Projects
Commit c144a7e1 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Utilisation de bullseye

parent bd456db6
No related branches found
No related tags found
No related merge requests found
Pipeline #11986 failed
......@@ -13,8 +13,8 @@
# --build-arg no_proxy
#
FROM debian:stretch as distrib
#FROM localhost:5000/stretch
FROM debian:bullseye as distrib
#FROM localhost:5000/bullseye
LABEL maintainer="Bertrand GAUTHIER <bertrand.gauthier at unicaen.fr>"
......
......@@ -13,8 +13,8 @@
# --build-arg no_proxy
#
FROM debian:stretch as distrib
#FROM localhost:5000/stretch
FROM debian:bullseye as distrib
#FROM localhost:5000/bullseye
LABEL maintainer="Bertrand GAUTHIER <bertrand.gauthier at unicaen.fr>"
......
......@@ -13,8 +13,8 @@
# --build-arg no_proxy
#
FROM debian:stretch as distrib
#FROM localhost:5000/stretch
FROM debian:bullseye as distrib
#FROM localhost:5000/bullseye
LABEL maintainer="Bertrand GAUTHIER <bertrand.gauthier at unicaen.fr>"
......
......@@ -3,7 +3,7 @@
Lors du build, tous les fichiers situés dans `./entrypoint.d` sont copiés dans le dossier `/entrypoint.d` de l'image.
Au démarrage du container, seuls les scripts exécutables parmi ces fichiers seront lancés (cf. `./entrypoint.sh`) par
la commande [`run-parts`](https://manpages.debian.org/stretch/debianutils/run-parts.8.fr.html).
la commande [`run-parts`](https://manpages.debian.org/bullseye/debianutils/run-parts.8.fr.html).
**Attention** :
- Le nom d'un script ne doit être constitué que de lettres minuscules ou majuscules,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment