Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Dockerfile.agent
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ RUN apt-get update && \
apt-get install -y --no-install-recommends systemd dbus bash ca-certificates && \
rm -rf /var/lib/apt/lists/*
COPY --from=builder /usr/src/app/target/release/shellfleet-agent /app/agent
# The browser journey runs the local root broker as a separate root container
# and shares only its Unix socket with this restricted agent container. Native
# installs still run both binaries under their hardened systemd units.
COPY --from=builder /usr/src/app/target/release/shellfleet-approval-gate /app/gate
# This image is the restricted local end-to-end test target (see
# docker-compose.yml). It explicitly selects the restricted runtime contract
# and therefore refuses root and effective capabilities.
Expand Down
Loading
Loading