在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用north-bump-base-docker
星标9
分支0
更新时间2026年2月15日 08:46
Bump the base Docker image version
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Bump the base Docker image version
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | north-bump-base-docker |
| description | Bump the base Docker image version |
| user_invocable | true |
Bump the base Docker image version after modifying docker/base/Dockerfile.
major, minor, or patch (default: patch)just bump-base {part} to update the version across all files:
docker/base/VERSIONdocker/dev/Dockerfile (ARG BASE_VERSION)docker-compose.yml (image tag + build arg)docker compose buildchore(docker): bump base image to {new_version}.github/workflows/test.yml) detects changes in docker/base/** and automatically builds + pushes the new base image to ghcr.iodocker compose build locally to rebuild your dev environmentdocker/prod/Dockerfile) picks up the base version from the CI resolve job, so it stays in sync automaticallyNorth-specific conventions for writing Playwright e2e tests — auth fixture, API helper, selectors, and known pitfalls. Use when writing or editing tests in e2e/.
Frontend development guide for the North app crate — Tailwind v4, a11y, component architecture, and styling conventions.
Bump app version and prepare a release