mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
851946af1e
For example, the following command will build VictoriaMetrics docker image on top of alpine image: ROOT_IMAGE=alpine make package-victoria-metrics
3 lines
62 B
Docker
3 lines
62 B
Docker
ARG go_builder_image
|
|
FROM $go_builder_image
|
|
STOPSIGNAL SIGINT
|