We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b324a0a + aba2d08 commit fa5f48fCopy full SHA for fa5f48f
.github/workflows/dev_dispatch.yml
@@ -1,4 +1,4 @@
1
-name: Create ephemeral environment Docker image
+name: Create ephemeral environment Docker image for ubuntu/debian base and output k8s manifests
2
3
on:
4
workflow_dispatch:
@@ -9,9 +9,9 @@ on:
9
default: "app" # container name. APP_NAME is used on k8s labels/selectors.
10
11
base_image:
12
- description: "Base image to build from"
+ description: "Base image to build from. Supports debian/ubuntu based images"
13
required: true
14
- default: "python:3.12-slim"
+ default: "ubuntu:22.04"
15
16
name:
17
description: "Name of the environment"
0 commit comments