一键导入
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