Initial commit

This commit is contained in:
Aditya Ujeniya
2024-10-10 15:04:47 +02:00
parent cf7ddde758
commit 523a688bed
15 changed files with 89 additions and 1236 deletions

View File

@@ -1,10 +1,11 @@
FROM golang:1.17
FROM golang:1.22.4
RUN apt-get update
RUN apt-get -y install git
RUN git clone https://github.com/ClusterCockpit/cc-metric-store.git /cc-metric-store
RUN cd /cc-metric-store && go build
RUN ls
RUN cd /cc-metric-store && go build ./cmd/cc-metric-store
# Reactivate when latest commit is available
#RUN go get -d -v github.com/ClusterCockpit/cc-metric-store