siemonster :: dynamic app_sdk & worker image urls

This commit is contained in:
Harduino
2020-09-17 19:13:54 +03:00
parent 074093adb4
commit fa3881d1f1
4 changed files with 22 additions and 4 deletions
+5
View File
@@ -10,6 +10,11 @@ COPY worker.go /app/worker.go
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o worker .
FROM alpine:3.12
ENV SHUFFLE_BASE_IMAGE_REGISTRY=docker.io
ENV SHUFFLE_BASE_IMAGE_NAME=frikky/shuffle
ENV SHUFFLE_BASE_IMAGE_TAG_SUFFIX=0.6.0
RUN apk add --no-cache bash
COPY --from=builder /app/ /