Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/dev_dispatch.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create ephemeral environment Docker image
name: Create ephemeral environment Docker image for ubuntu/debian base and output k8s manifests

on:
workflow_dispatch:
Expand All @@ -9,9 +9,9 @@ on:
default: "app" # container name. APP_NAME is used on k8s labels/selectors.

base_image:
description: "Base image to build from"
description: "Base image to build from. Supports debian/ubuntu based images"
required: true
default: "python:3.12-slim"
default: "ubuntu:22.04"

name:
description: "Name of the environment"
Expand Down