Nantes Université

Skip to content
Extraits de code Groupes Projets
Valider c9de3e6d rédigé par Erwan BOUSSE's avatar Erwan BOUSSE
Parcourir les fichiers

Merge branch 'master' of gitlab.univ-nantes.fr:bousse-e/docker-drawio

parents f445bf2d 6f81f31e
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Pipeline #63291 réussi
......@@ -17,7 +17,7 @@ build:
stage: build
script:
- docker pull $CI_REGISTRY_IMAGE || true
- docker build --cache-from $CI_REGISTRY_IMAGE --tag $CI_REGISTRY_IMAGE:latest --build-arg http_proxy=${http_proxy} --build-arg https_proxy=${http_proxy} .
- docker build --pull --cache-from $CI_REGISTRY_IMAGE --tag $CI_REGISTRY_IMAGE:$CI_PIPELINE_IID --tag $CI_REGISTRY_IMAGE:latest --build-arg http_proxy=${http_proxy} --build-arg https_proxy=${http_proxy} .
- docker push $CI_REGISTRY_IMAGE
test:
......
FROM fedora:35
RUN dnf install -y xorg-x11-server-Xvfb alsa-lib make findutils gdouros-symbola-fonts google-noto-emoji-fonts google-noto-emoji-color-fonts unzip
RUN dnf group install -y fonts
RUN dnf install -y https://github.com/jgraph/drawio-desktop/releases/download/v15.8.7/drawio-x86_64-15.8.7.rpm
RUN dnf clean all
RUN dnf install -y xorg-x11-server-Xvfb alsa-lib make findutils gdouros-symbola-fonts google-noto-emoji-fonts google-noto-emoji-color-fonts unzip \
&& dnf group install -y fonts \
&& dnf install -y https://github.com/jgraph/drawio-desktop/releases/download/v17.4.2/drawio-x86_64-17.4.2.rpm \
&& dnf clean all \
&& rm -rf /var/cache/dnf
COPY ./drawio /usr/local/bin/drawio
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter