Skip to content

Commit

Permalink
Merge pull request #8956 from openshift-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…8948-to-release-4.7

[release-4.7] Bug 1961567: Remove the broken Devfile Sample for BuildConfigs
  • Loading branch information
openshift-merge-robot committed Jun 11, 2021
2 parents 898acca + ce932f6 commit fb1e5b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
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

0 comments on commit fb1e5b5

Please sign in to comment.