Merge branch 'release/v0.7.0' into main

This commit is contained in:
Svilen Markov
2024-12-05 13:32:16 +00:00
committed by GitHub
133 changed files with 5355 additions and 3711 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.22.5-alpine3.20 AS builder
FROM golang:1.23.1-alpine3.20 AS builder
WORKDIR /app
COPY . /app
@@ -13,4 +13,4 @@ HEALTHCHECK --timeout=10s --start-period=60s --interval=60s \
CMD wget --spider -q http://localhost:8080/api/healthz
EXPOSE 8080/tcp
ENTRYPOINT ["/app/glance"]
ENTRYPOINT ["/app/glance", "--config", "/app/config/glance.yml"]