Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release-4.7] Bug 1961567: Remove the broken Devfile Sample for BuildConfigs #8956

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@
"This \"ClusterRole\" is allowed to \"GET\" and \"POST\" requests to the non-resource endpoint \"/healthz\" and all subpaths (must be in the \"ClusterRole\" bound with a \"ClusterRoleBinding\" to be effective).": "This \"ClusterRole\" is allowed to \"GET\" and \"POST\" requests to the non-resource endpoint \"/healthz\" and all subpaths (must be in the \"ClusterRole\" bound with a \"ClusterRoleBinding\" to be effective).",
"Build from Dockerfile": "Build from Dockerfile",
"A Dockerfile build performs an image build using a Dockerfile in the source repository or specified in build configuration.": "A Dockerfile build performs an image build using a Dockerfile in the source repository or specified in build configuration.",
"Build from Devfile": "Build from Devfile",
"A Devfile build performs an image build using a devfile in the source repository or specified in build configuration.": "A Devfile build performs an image build using a devfile in the source repository or specified in build configuration.",
"Source-to-Image (S2I) build": "Source-to-Image (S2I) build",
"S2I is a tool for building reproducible container images. It produces ready-to-run images by injecting the application source into a container image and assembling a new image.": "S2I is a tool for building reproducible container images. It produces ready-to-run images by injecting the application source into a container image and assembling a new image.",
"Limit": "Limit",
Expand Down
8 changes: 0 additions & 8 deletions frontend/packages/console-shared/src/utils/sample-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,6 @@ const defaultSamples = (t: TFunction) =>
id: 'docker-build',
targetResource: getTargetResource(BuildConfigModel),
},
{
title: t('console-shared~Build from Devfile'),
description: t(
'console-shared~A Devfile build performs an image build using a devfile in the source repository or specified in build configuration.',
),
id: 'devfile-build',
targetResource: getTargetResource(BuildConfigModel),
},
{
title: t('console-shared~Source-to-Image (S2I) build'),
description: t(
Expand Down