Skip to content

Commit a5b5347

Browse files
committed
fix: update container image placeholder
Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>
1 parent f627d0d commit a5b5347

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/steps/ComponentsStep.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export default function ComponentsStep() {
129129
label="Container Image"
130130
value={component.container?.image || ''}
131131
onChange={(e) => updateField('container.image', e.target.value)}
132-
placeholder="docker.io/library/node:18"
132+
placeholder="quay.io/devfile/base-developer-image:ubi10-latest"
133133
required
134134
helpText="Full container image reference"
135135
/>

0 commit comments

Comments
 (0)