We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f627d0d + a5b5347 commit dd25889Copy full SHA for dd25889
1 file changed
src/components/steps/ComponentsStep.jsx
@@ -129,7 +129,7 @@ export default function ComponentsStep() {
129
label="Container Image"
130
value={component.container?.image || ''}
131
onChange={(e) => updateField('container.image', e.target.value)}
132
- placeholder="docker.io/library/node:18"
+ placeholder="quay.io/devfile/base-developer-image:ubi10-latest"
133
required
134
helpText="Full container image reference"
135
/>
0 commit comments