Open
Conversation
This is necessary because of the new containerd snapshotters as described here: docker/cli#6646 (comment) Note that the volume that has to be created is at /var/lib/containerd instead of /var/lib/docker for the reason described here: docker/cli#6646 (comment)
4 tasks
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a dedicated Docker volume mount for /var/lib/containerd in the shared Molecule Docker platform configuration, ensuring Docker-in-Docker/containerd snapshotter behavior works consistently across all Molecule-tested OS images.
Changes:
- Add an anonymous Docker volume mounted at
/var/lib/containerdto the common Molecule Docker platform config.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
cisagovbot
pushed a commit
that referenced
this pull request
Mar 26, 2026
Install the `go-critic` command instead of `gocritic` in the `build.yml` workflow
mcdonnnj
approved these changes
Mar 27, 2026
dav3r
approved these changes
Mar 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🗣 Description
This pull request adds a Docker volume at
/var/lib/containerdfor all platforms tested viamolecule.💭 Motivation and context
This is necessary because of the new
containerdsnapshotters. Note that the volume that has to be created is at/var/lib/containerdinstead of/var/lib/docker. I confirmed that this is also the correct location for Amazon Linux 2023, Fedora 42, and Fedora 43.🧪 Testing
All automated tests pass. See also cisagov/ansible-role-guacamole#86.
✅ Pre-approval checklist