Nantes Université

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

Rename Dockerfile as Containerfile

parent 7ec327c2
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Pipeline #75455 réussi
...@@ -99,7 +99,7 @@ publish_docker: ...@@ -99,7 +99,7 @@ publish_docker:
--build-arg http_proxy=$http_proxy --build-arg http_proxy=$http_proxy
--build-arg https_proxy=$https_proxy --build-arg https_proxy=$https_proxy
--build-arg no_proxy=$no_proxy --build-arg no_proxy=$no_proxy
--dockerfile "${CI_PROJECT_DIR}/application/Dockerfile" --dockerfile "${CI_PROJECT_DIR}/application/Containerfile"
--destination "${CI_REGISTRY_IMAGE}:${CI_PIPELINE_IID}" --destination "${CI_REGISTRY_IMAGE}:${CI_PIPELINE_IID}"
--destination "${CI_REGISTRY_IMAGE}:latest" --destination "${CI_REGISTRY_IMAGE}:latest"
rules: rules:
......
...@@ -261,9 +261,9 @@ $ flake8 simplestblog tests ...@@ -261,9 +261,9 @@ $ flake8 simplestblog tests
Th report is available directly as output in the terminal. Th report is available directly as output in the terminal.
If it is empty, no problem has been detected. If it is empty, no problem has been detected.
==== Build the Docker/Podman image ==== Build the container image
A `Dockerfile` is provided and can be used to build and package the application as a Docker/Podman image. A `Containerfile` is provided and can be used to package the application as a container image.
Example of building the image with https://podman.io/[Podman]: Example of building the image with https://podman.io/[Podman]:
......
...@@ -7,5 +7,5 @@ dist ...@@ -7,5 +7,5 @@ dist
reports reports
.vscode .vscode
Dockerfile Containerfile
.dockerignore .dockerignore
\ No newline at end of file
Fichier déplacé
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