Skip to content

Commit fa5f48f

Browse files
authored
Merge pull request #25 from sadminriley/definesupportimages
Emphasize this accepts any base ubuntu/debian image
2 parents b324a0a + aba2d08 commit fa5f48f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dev_dispatch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Create ephemeral environment Docker image
1+
name: Create ephemeral environment Docker image for ubuntu/debian base and output k8s manifests
22

33
on:
44
workflow_dispatch:
@@ -9,9 +9,9 @@ on:
99
default: "app" # container name. APP_NAME is used on k8s labels/selectors.
1010

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

1616
name:
1717
description: "Name of the environment"

0 commit comments

Comments
 (0)