Skip to main content
Dépôt GitHub

dockerized-tools

dockerized-tools contient 5 skills collectées depuis supinf, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
5
Stars
15
mis à jour
2026-05-07
Forks
2
Couverture métier
4 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

find-proper-software-version
Développeurs de logiciels

Looks up the latest stable release for a single software package and returns the exact version string to pin in a Dockerfile. Use when you have a dependency name, its current version, and its source type (go-module, npm-package, github-release, maven-central, debian-snapshot) and need the correct new version string. Do not use for packages marked as unpinned or intentionally @latest.

2026-05-07
verify-dependency-security
Analystes en sécurité de l'information

Verifies a dependency update for supply chain attack indicators before applying version changes. Checks package ownership, release authenticity, known vulnerabilities, and suspicious patterns.

2026-05-07
dockerfile-authoring
Administrateurs de réseaux et de systèmes informatiques

Conventions and patterns for writing Dockerfiles in this repository. Use when creating a new Dockerfile or adding software to an existing one.

2026-05-04
analyze-dependencies
Analystes en assurance qualité des logiciels et testeurs

Reads one or more Dockerfiles and produces a structured catalog of every pinned dependency version, grouped by source type (go-module, npm-package, github-release, maven-central, debian-snapshot). Use when preparing a version-update workflow, auditing dependency freshness, or identifying which packages in a Dockerfile need a version bump.

2026-05-01
dockerfile-test
Administrateurs de réseaux et de systèmes informatiques

Procedures for building and smoke-testing a vscode-devcontainer Dockerfile locally. Use when validating a new or modified Dockerfile before release.

2026-05-01