Azure / Azure/LinuxPatchExtension
Allow to specify package version
- Langage dominant
- Python
- Étoiles
- 12
- Forks
- 20
- Merge moyen
- 6 j 4 h
- PR mergées (30 j)
- 1
Description
**Is your feature request related to a problem? Please describe.**
My customers are not able to specify a version. This is problematic as they roll patches out to lower environments first, and sometimes (often times) by the time they get to prod, the version pushed by this agent will be different than what was tested in lower environments.
**Describe the solution you'd like**
Allow the customer to specify an image version. In zypper, you can do:
zypper install =
But the extension doesn't expose the version:
# Install update
self.single_package_upgrade_cmd = 'sudo zypper --non-interactive update '
self.zypper_install_security_patches = 'sudo zypper --non-interactive patch --category security'
**Describe alternatives you've considered**
The customer is working to accelerate their patching cycle, but no workaround exists with the extension itself that I am aware of.
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
Commencez par localiser où l’extension définit et invoque les commandes affichées zypper update et security-patch. Suivez la manière dont les sélections de paquets sont fournies, puis définissez comment une version fournie par le client parvient à la commande et vérifiez que l’installation qui en résulte est verrouillée sur la version demandée.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- linux, python, shell
- Domaine
- devops, operating-systems
- Type d'issue
- Fonctionnalité
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 38/100