This website requires JavaScript.
Explore
Help
Sign In
Kiu
/
VictoriaMetrics
Watch
1
Star
0
Fork
0
You've already forked VictoriaMetrics
mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced
2025-01-23 11:21:26 +01:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
e0c6da8e2a
VictoriaMetrics
/
deployment
/
docker
/
builder
/
Dockerfile
3 lines
37 B
Docker
Raw
Normal View
History
Unescape
Escape
deployment/docker: update Go builder from Go1.14.0 to Go1.14.1
2020-03-24 21:35:26 +01:00
FROM
golang:1.14.1
Add SIGINT as stopsignal to docker file (#54) Add sigint as stopsignal to docker file. You can find more here: https://docs.docker.com/engine/reference/builder/#usage With this change, the main process inside the container will receive SIGINT, and after a grace period, SIGKILL. (cherry picked from commit f4e63cd070ecedc54088dc3efa1320d482af722a)
2019-06-06 21:36:21 +02:00
STOPSIGNAL
SIGINT
Reference in New Issue
Copy Permalink