bdd-container-update skillA
bdd-container-update is agent-read markdown (skill) from nvidia-ai-blueprints/video-search-and-summarization: Update the BDD test container image when its dependencies or runtime change. Determines version bump (major vs minor vs patch), rebuilds the Docker image, pushes to GitLab registry, and updates the image tag in start_test.sh. Test source (tests/, features/, scripts/, data/, conftest.py) is bind-mounted from the host repo at runtime, so pure test code changes do NOT require a container rebuild. Use only when files that the container bakes in are modified: Dockerfile, docker-entrypoint.sh, pyproje.
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# BDD Test Container Update The BDD test container runs `bdd_test` from `<INTERNAL_REGISTRY>/bdd_tests:<TAG>`. Since the CI runner bind-mounts the host repo's test source into `/app/`, the image only needs to be rebuilt when the things it bakes in change. ## When to rebuild **Rebuild required** -- files baked into the image: - `test/bdd_tests/Dockerfile` - `test/bdd_tests/docker-entrypoint.sh` - `test/bdd_tests/pyproject.toml` (any change -- deps or pytest config) - `test/bdd_tests/poetry.lock` - `test/bdd_tests/test_videos/*` (sample clips baked to `/app/test_videos`) > **Note on `test_videos/`:** the clip binaries are **gitignored** -- they are > NOT in the repo, only baked into the published image. The pushed image is the > source of truth. Before rebuilding you must repopulate > `test/bdd_tests/test_videos/` from the current published image (or a backup); > see `test/bdd_tests/test_videos/README.md`. A rebuild from a clean checkout > without these files would bake an empty `/app/test_videos`. **Rebuild NOT required** -- bind-mounted at runtime by `cicd_files/docker-compose-test/start_test.sh`: - `test/bdd_tests/tests/**` - `test/bdd_tests/features/**` …
Read the whole file at its exact version.
How to install
mdr add nvidia-ai-blueprints/video-search-and-summarization/bdd-container-update@git:20260716.6c71a35mdr add nvidia-ai-blueprints/video-search-and-summarization/bdd-container-update@sha256:2ca3897f0efe62b3Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_hcnsk7lr5bg7b4po)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260716.6c71a35 latest | 2026-07-16 | 6c71a35 | 4,742 B | A | view · diff |
| git:20260610.c2a277e | 2026-06-10 | c2a277e | 4,229 B | A | view · diff |
| git:20260603.14e198c | 2026-06-03 | 14e198c | 4,389 B | A | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (4742 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
nvidia-ai-blueprints/video-search-and-summarization · 1,876 stars · license NOASSERTION · pushed 2026-09-24 · branch develop
API
GET https://markdownregistry.com/api/v1/artifacts/art_hcnsk7lr5bg7b4po GET https://markdownregistry.com/api/v1/resolve?ref=nvidia-ai-blueprints/video-search-and-summarization/bdd-container-update GET https://markdownregistry.com/api/v1/blob/2ca3897f0efe62b3afe42d2eaee49012aafab97a96a303d24bcbe7458504e951
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
More from nvidia-ai-blueprints/video-search-and-summarization
Every file in nvidia-ai-blueprints/video-search-and-summarization