Nantes Université

Skip to content
Extraits de code Groupes Projets
Non vérifiée Valider 7302c2b7 rédigé par Féry Mathieu (Mathius)'s avatar Féry Mathieu (Mathius)
Parcourir les fichiers

feat(docker): Add proxy management in dev image

parent c0982819
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Pipeline #34293 en échec
FROM google/cloud-sdk
RUN apt-get install openjdk-11-jdk
RUN apt-get install openjdk-11-jdk -y
RUN gcloud config set proxy/type http
RUN gcloud config set proxy/address proxy-serveur.univ-nantes.prive
RUN gcloud config set proxy/port 3128
RUN apt-get install htpdate -y
RUN htpdate -P proxy-serveur.univ-nantes.prive:3128 -d -a -b -s www.gnu.org www.linux.org gitlab.univ-nantes.fr www.univ-nantes.fr
ARG JAR_FILE=target/*-spring-boot.jar
ARG CREDENTIALS=service-account-file.json
COPY ${JAR_FILE} app.jar
......
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