mirror of
https://github.com/DominicBreuker/pspy.git
synced 2025-12-21 03:34:50 +00:00
avoid spamming trigger and event channels while draining
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
FROM golang:1.18-bullseye
|
||||
FROM golang:1.19-bullseye
|
||||
|
||||
RUN apt-get update && apt-get install -y upx && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.18-bullseye
|
||||
FROM golang:1.19-bullseye
|
||||
|
||||
RUN apt-get update && apt-get -y install cron python3 sudo procps
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.18-bullseye
|
||||
FROM golang:1.19-bullseye
|
||||
|
||||
RUN apt-get update && apt-get -y install cron python3 sudo procps
|
||||
|
||||
@@ -8,7 +8,8 @@ RUN apt-get update && apt-get -y install cron python3 sudo procps
|
||||
COPY main.go /go/src/github.com/dominicbreuker/pspy/main.go
|
||||
COPY cmd /go/src/github.com/dominicbreuker/pspy/cmd
|
||||
COPY internal /go/src/github.com/dominicbreuker/pspy/internal
|
||||
COPY vendor /go/src/github.com/dominicbreuker/pspy/vendor
|
||||
COPY go.mod /go/src/github.com/dominicbreuker/pspy/go.mod
|
||||
COPY go.sum /go/src/github.com/dominicbreuker/pspy/go.sum
|
||||
COPY .git /go/src/github.com/dominicbreuker/pspy/.git
|
||||
|
||||
# run tests
|
||||
|
||||
Reference in New Issue
Block a user