Skip to content

ContainerBin v1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Aug 22:57
· 6 commits to main since this release
293aaeb

What's Changed

  • Open-source bootstrap: audit fixes, OSS scaffolding, docs, CI/security workflows by @AviBackToBlack in #1
  • Add unit tests for mapToolArgs and pathMapper by @AviBackToBlack in #8
  • Build(deps): Bump actions/attest-build-provenance from 8beda2b7ed98355c0e97c0a63bec38ae472e66c4 to 4d101475d8b20a2381f78447822ac1eab6504dd8 by @dependabot[bot] in #3
  • Build(deps): Bump actions/checkout from 6.1.0 to 7.0.1 by @dependabot[bot] in #4
  • Build(deps): Bump github/codeql-action/analyze from 988661ebb5e81487b3fb31b2185d2856c0a10679 to ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd by @dependabot[bot] in #5
  • Build(deps): Bump github/codeql-action/init from 988661ebb5e81487b3fb31b2185d2856c0a10679 to ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd by @dependabot[bot] in #6
  • Build(deps): Bump actions/dependency-review-action from 4.9.0 to 5.0.0 by @dependabot[bot] in #7
  • Return an error from mountSpec instead of aborting, and validate dst for commas by @AviBackToBlack in #9
  • Recover the registry and lockfile from .bak after an interrupted write by @AviBackToBlack in #10
  • cb doctor: verify Docker is in Linux-container mode by @AviBackToBlack in #11
  • Serialize registry and lockfile mutations with a lock file by @AviBackToBlack in #12
  • RM-8: reserve exit codes 120 (cb failure) and 130 (interrupted) by @AviBackToBlack in #13
  • Never map an argument whose final path element is ... by @AviBackToBlack in #15
  • Add Go toolchain shims (go, gofmt) to the default registry by @AviBackToBlack in #14
  • Document and test Windows path-form classification (RM-6a) by @AviBackToBlack in #16
  • Add table-driven Windows path-normalization corpus (RM-6b) by @AviBackToBlack in #17
  • Document that comma-named project roots cannot work under --mount syntax (RM-6c) by @AviBackToBlack in #18
  • cb doctor: shim-directory ACL trust-boundary check (RM-5b) by @AviBackToBlack in #19
  • cb doctor: filesystem/path diagnostics (RM-5c) by @AviBackToBlack in #20
  • cb self-test --json: machine-readable diagnostics (RM-5d) by @AviBackToBlack in #21
  • cb self-test --release: qualification mode for real Windows hosts (RM-5e) by @AviBackToBlack in #22
  • cb bugreport: sanitized, paste-ready diagnostic block (RM-5f) by @AviBackToBlack in #23
  • docs: Windows shell/process compatibility contract (RM-7a) by @AviBackToBlack in #24
  • docs: Windows/Docker Desktop release validation matrix (RM-7b) by @AviBackToBlack in #25

New Contributors

Full Changelog: https://github.com/AviBackToBlack/container-bin/commits/v1.0.0