Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feat/single-service-app
Browse files Browse the repository at this point in the history
  • Loading branch information
red-0ne committed Oct 23, 2024
2 parents 02c50dd + 0663679 commit 694e408
Show file tree
Hide file tree
Showing 65 changed files with 7,182 additions and 1,552 deletions.
6 changes: 6 additions & 0 deletions Dockerfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
FROM debian:bookworm
ARG TARGETARCH

# Install necessary packages.
RUN apt-get update && \
apt-get install -y --no-install-recommends ca-certificates && \
rm -rf /var/lib/apt/lists/*


# Use `1025` G/UID so users can switch between this and `heighliner` image without a need to chown the files.
RUN groupadd -g 1025 pocket && useradd -u 1025 -g pocket -m -s /sbin/nologin pocket

Expand Down
4,531 changes: 3,686 additions & 845 deletions api/poktroll/application/event.pulsar.go

Large diffs are not rendered by default.

Loading

0 comments on commit 694e408

Please sign in to comment.