diff --git a/build/Dockerfile b/build/Dockerfile index a21fee6..b6a819c 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM gcr.io/distroless/static-debian12:latest as production +FROM scratch ARG TARGETARCH ARG TARGETOS diff --git a/build/Justfile b/build/Justfile index 1f93f52..7b2f001 100644 --- a/build/Justfile +++ b/build/Justfile @@ -1,20 +1,3 @@ -# Deploy the application to fly.io -deploy-fly: - fly deploy --ha=false -c deploy/fly.toml -i {{DOCKER_IMAGE}} - -# Read local jwt key and set it as fly secret -deploy-fly-set-jwt-key-secrets: - #!/bin/bash - # https://github.com/superfly/flyctl/issues/589 - cat < 2.23.0 < 2.27.2 is broken for us. + # Using latest of everything results (at the time of writing) in to + # working server but broken ui-server (404 when it tries to list namespaces). go get -u -t \ go.k6.io/k6@v0.51.0 \ github.com/temporalio/ui-server/v2@v2.23.0 \