Compare commits
13 Commits
v0.6.0
..
101ce15af7
| Author | SHA1 | Date | |
|---|---|---|---|
|
101ce15af7
|
|||
|
9f4003e1be
|
|||
|
42c839cfe3
|
|||
|
31cd6c40b4
|
|||
|
79d3c77316
|
|||
|
ff331d6f20
|
|||
|
98d23ba9ab
|
|||
|
c8338be49d
|
|||
|
f43e221e2a
|
|||
|
1991747712
|
|||
|
f2eccb9594
|
|||
|
b34fad0cf0
|
|||
|
5c59468b62
|
+2
-2
@@ -1,4 +1,4 @@
|
|||||||
ROOT_DIRECTORY=/usr/local/bin
|
ROOT_DIRECTORY=/usr/local/bin
|
||||||
ICARUS_BASE_API_URL=http://api:8000
|
ICARUS_BASE_API_URL=http://api:3000
|
||||||
ICARUS_AUTH_BASE_API_URL=http://auth_api:8001
|
ICARUS_AUTH_BASE_API_URL=http://auth_api:3000
|
||||||
SERVICE_PASSPHRASE=iUOo1fxshf3y1tUGn1yU8l9raPApHCdinW0VdCHdRFEjqhR3Bf02aZzsKbLtaDFH
|
SERVICE_PASSPHRASE=iUOo1fxshf3y1tUGn1yU8l9raPApHCdinW0VdCHdRFEjqhR3Bf02aZzsKbLtaDFH
|
||||||
|
|||||||
@@ -1,4 +0,0 @@
|
|||||||
ROOT_DIRECTORY=/tmp
|
|
||||||
ICARUS_BASE_API_URL=http://localhost:8000
|
|
||||||
ICARUS_AUTH_BASE_API_URL=http://localhost:8001
|
|
||||||
SERVICE_PASSPHRASE=iUOo1fxshf3y1tUGn1yU8l9raPApHCdinW0VdCHdRFEjqhR3Bf02aZzsKbLtaDFH
|
|
||||||
+1
-1
@@ -42,7 +42,7 @@ RUN --mount=type=ssh \
|
|||||||
|
|
||||||
# Stage 2: Create the final, smaller runtime image
|
# Stage 2: Create the final, smaller runtime image
|
||||||
# Use a minimal base image like debian-slim or even distroless for security/size
|
# Use a minimal base image like debian-slim or even distroless for security/size
|
||||||
FROM debian:trixie-slim
|
FROM ubuntu:24.04
|
||||||
|
|
||||||
# Install runtime dependencies if needed (e.g., SSL certificates)
|
# Install runtime dependencies if needed (e.g., SSL certificates)
|
||||||
RUN apt-get update && apt-get install -y ca-certificates libssl-dev libssl3 && rm -rf /var/lib/apt/lists/*
|
RUN apt-get update && apt-get install -y ca-certificates libssl-dev libssl3 && rm -rf /var/lib/apt/lists/*
|
||||||
|
|||||||
Reference in New Issue
Block a user