File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ WORKDIR /go/src/github.com/cyclonus/
3
3
COPY . .
4
4
RUN $Env:CGO_ENABLED=0; go build -v -o /cyclonus.exe ./cmd/cyclonus/
5
5
6
- FROM mcr.microsoft.com/windows/nanoserver :ltsc2022
6
+ FROM mcr.microsoft.com/windows/servercore :ltsc2022
7
7
COPY --from=builder /cyclonus.exe cyclonus.exe
8
- ENTRYPOINT [ "cyclonus.exe" ]
8
+ CMD [ "cyclonus.exe" ]
Original file line number Diff line number Diff line change 1
- FROM k8s.gcr.io/e2e-test-images/agnhost:2.28
1
+ FROM k8s.gcr.io/e2e-test-images/agnhost:2.33
2
2
3
3
ENTRYPOINT ["/worker" ]
4
4
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
11
11
)
12
12
13
13
const (
14
- agnhostImage = "k8s.gcr.io/e2e-test-images/agnhost:2.28 "
14
+ agnhostImage = "k8s.gcr.io/e2e-test-images/agnhost:2.33 "
15
15
cyclonusWorkerImage = "mfenwick100/cyclonus-worker:latest"
16
16
)
17
17
You can’t perform that action at this time.
0 commit comments