Alix-007
993a46ce71
fix(docker): align debian image glibc baseline ( #3794 )
...
Co-authored-by: Alix-007 <267018309+Alix-007@users.noreply.github.com>
2026-03-24 15:17:25 +03:00
Alix-007
560836b1de
fix(release): include matrix channel in official builds ( #3800 )
...
Co-authored-by: Alix-007 <267018309+Alix-007@users.noreply.github.com>
2026-03-24 15:17:25 +03:00
dependabot[bot]
4b2db91322
chore(deps): bump rust from 7d37016 to da9dab7 ( #3776 )
...
Bumps rust from `7d37016` to `da9dab7`.
---
updated-dependencies:
- dependency-name: rust
dependency-version: 1.94-slim
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Argenis <theonlyhennygod@gmail.com>
2026-03-24 15:17:24 +03:00
dependabot[bot]
d1e4c08d16
chore(deps): bump rust in the docker-all group ( #3692 )
...
Bumps the docker-all group with 1 update: rust.
Updates `rust` from 1.93-slim to 1.94-slim
---
updated-dependencies:
- dependency-name: rust
dependency-version: 1.94-slim
dependency-type: direct:production
dependency-group: docker-all
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Argenis <theonlyhennygod@gmail.com>
2026-03-24 15:17:20 +03:00
Vadim Rutkovsky
533eee6336
fix: add dummy src/lib.rs in Dockerfile.debian for dep caching stage ( #3553 )
2026-03-24 15:17:18 +03:00
Argenis
905cc75f2b
fix(docker): prevent dummy binary from being shipped in container ( #3687 ) ( #3718 )
2026-03-24 15:17:14 +03:00
Argenis
fd3b17edc1
feat(docker): add Debian-based container variant with shell tools ( #3437 )
...
The default distroless image has no shell, preventing the agent from
using shell-based tools (pwd, ls, git, etc.). Add Dockerfile.debian
that uses debian:bookworm-slim as the runtime base and includes bash,
git, curl, and ca-certificates. The existing distroless Dockerfile
remains unchanged for security-conscious deployments.
Closes #3359
2026-03-13 16:40:29 -04:00