Skip to content

Commit

Permalink
Update broker with internal healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
alnoki committed Aug 24, 2024
1 parent 852b254 commit 81d333a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-broker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
context: 'src/rust'
file: 'src/rust/broker/Dockerfile'
labels: '${{ steps.metadata.outputs.labels }}'
platforms: '${{ vars.DOCKER_IMAGE_PLATFORMS }}'
platforms: 'linux/amd64'
push: 'true'
tags: '${{ steps.metadata.outputs.tags }}'
timeout-minutes: 360
Expand Down
1 change: 1 addition & 0 deletions src/rust/broker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ RUN cargo build --bin broker --package broker --release --features $FEATURES
# Install runtime dependencies, copy over binary.
FROM debian:bookworm-slim AS runtime
RUN apt-get update && apt-get install -y --no-install-recommends \
curl \
libssl-dev \
libpq-dev \
&& rm -rf /var/lib/apt/lists/* \
Expand Down

0 comments on commit 81d333a

Please sign in to comment.