mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-06-25 03:27:51 +03:00
For example, the following command will build VictoriaMetrics docker image on top of alpine image:
ROOT_IMAGE=alpine make package-victoria-metrics
4 lines
62 B
Docker
4 lines
62 B
Docker
ARG go_builder_image
|
|
FROM $go_builder_image
|
|
STOPSIGNAL SIGINT
|