mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-07-12 18:09:39 +00:00
Merge branch 'develop'
Conflicts: api/Dockerfile
This commit is contained in:
@@ -31,6 +31,7 @@ WORKDIR /app
|
||||
# Copy binary and config files from /build to root folder of scratch container.
|
||||
COPY --from=builder ["/api-build/apiserver", "."]
|
||||
COPY --from=builder ["/tap-build/passivetapper", "."]
|
||||
|
||||
COPY scripts/multi-runner.sh ./
|
||||
|
||||
# this script runs both apiserver and passivetapper and exits either if one of them exits, preventing a scenario where the container runs without one process
|
||||
|
||||
Reference in New Issue
Block a user