بنقرة واحدة
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