원클릭으로
update-base-image
Guide updating the pinned Perl base image SHA in the Dockerfile and syncing CHANGELOG
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Guide updating the pinned Perl base image SHA in the Dockerfile and syncing CHANGELOG
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | update-base-image |
| description | Guide updating the pinned Perl base image SHA in the Dockerfile and syncing CHANGELOG |
| disable-model-invocation | true |
Usage: /update-base-image [perl-version] [sha256-digest]
Steps:
If version or digest not provided, ask the user to supply the new perl:X.Y.Z-slim-bookworm tag and its SHA256 digest from https://hub.docker.com/_/perl/tags.
Update ARG BASE_IMAGE=perl:X.Y.Z-slim-bookworm@sha256:<digest> on line 1 of Dockerfile.
Update the org.opencontainers.image.base.name LABEL to match the new tag (without the digest).
Add a CHANGELOG.md entry under [Unreleased] (create the section if absent):
### Changed
- Bumped Perl base image to perl:X.Y.Z-slim-bookworm
Show a summary diff of all changed lines.
Remind the user to verify the build locally:
docker build -t jonasbn/ebirah .
docker run --rm jonasbn/ebirah