Skip to main content
GitHub 저장소

dockerized-tools

dockerized-tools에는 supinf에서 수집한 skills 5개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
5
Stars
15
업데이트
2026-05-07
Forks
2
직업 범위
직업 카테고리 4개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

find-proper-software-version
소프트웨어 개발자

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
정보 보안 분석가

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
네트워크·컴퓨터 시스템 관리자

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
소프트웨어 품질 보증 분석가·테스터

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
네트워크·컴퓨터 시스템 관리자

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

2026-05-01