Skip to content

Fix 3 critical answer errors#49

Merged
lacatoire merged 1 commit into
v1.5from
pr2/fix-critical-answer-errors
Feb 8, 2026
Merged

Fix 3 critical answer errors#49
lacatoire merged 1 commit into
v1.5from
pr2/fix-critical-answer-errors

Conversation

@lacatoire

Copy link
Copy Markdown
Member

Summary

  • Fix DCT default behavior: Docker Content Trust is disabled by default, not enabled (UUID a1e36033)
  • Fix single layer question: multi-stage builds don't squash to a single layer, --squash does (UUID 5f3ac20f)
  • Fix volume-subpath: this flag doesn't exist in Docker, reformulated to use --mount syntax (UUID 7041ae89)

Test plan

  • Verify corrected answers are technically accurate
  • Verify YAML lint passes
  • Verify UUID uniqueness check passes

1. push_an_image_to_a_registry.yaml (a1e36033): Docker Content Trust is
   disabled by default, not enabled. Must be activated via DOCKER_CONTENT_TRUST=1.
2. single_layer.yaml (5f3ac20f): Multi-stage builds do not squash to a single
   layer. Corrected answer to --squash and reformulated the question.
3. mount_volumes.yaml (7041ae89): The volume-subpath flag does not exist in
   Docker. Reformulated question to use correct --mount syntax.
@lacatoire lacatoire merged commit a03d332 into v1.5 Feb 8, 2026
4 checks passed
@lacatoire lacatoire deleted the pr2/fix-critical-answer-errors branch February 8, 2026 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant