Tâche #23617
Scénario #23526: Epic 6 : Déployer la configuration sur les serveurs
Nettoyer le service salt-master
Status:
Fermé
Priority:
Normal
Assigned To:
Target version:
Remaining (hours):
0.0
Description
- Certains fichiers du POC sont toujours installés dans le conteneur
- Il y a deux fichiers de configuration salt-master
- Revoir ce qui est utile dans le README (source:services/saltmaster/README.md@f92e5a8)
Associated revisions
SaltStack: remove old POC files
Ref: #23617
SaltStack: remove POC demo API
Ref: #23617
SaltStack: use “COPY” instead of “ADD” in Dockerfile
Dockerfile best practices recommends the use of “COPY” instead of
“ADD” as described in:
https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#add-or-copy
- services/saltmaster/Dockerfile: replace all “ADD” with “COPY”.
Ref: #23617
SaltStack: only one RUN for “apt-get update” and “apt-get install”
Dockerfile best practices recommends to use only one “RUN” for both
“apt-get update” and “apt-get install” as described in:
https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#apt-get
- services/saltmaster/Dockerfile: merge “apt-get” commands in one RUN.
Sort package names to make it more readable.
Ref: #23617
SaltStack: improve readability of Dockerfile
- services/saltmaster/Dockerfile: add extra spaces.
Ref: #23617
History
#1 Updated by Scrum Master almost 5 years ago
- Status changed from Nouveau to En cours
#2 Updated by Scrum Master almost 5 years ago
- Assigned To set to Daniel Dehennin
#3 Updated by Daniel Dehennin almost 5 years ago
- % Done changed from 0 to 100
#4 Updated by Scrum Master almost 5 years ago
- Status changed from En cours to Résolu
#5 Updated by Daniel Dehennin almost 5 years ago
- Remaining (hours) changed from 4.0 to 0.25
#6 Updated by Daniel Dehennin almost 5 years ago
- Status changed from Résolu to Fermé
- Remaining (hours) changed from 0.25 to 0.0