Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit 05e7668

Browse files
committed
decapitalizing
1 parent 8662b65 commit 05e7668

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

docs/modules/ROOT/pages/glossary/index.adoc

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,34 @@
22
:icons: font
33
:source-highlighter: highlightjs
44

5-
App Studio::
5+
{ProductName}::
66
A platform to automate the process of building, testing, and deploying applications to the hybrid cloud. {ProductName} offers enterprise-grade security and customizable feature sets.
77

8-
Build pipeline customization::
8+
build pipeline customization::
99
The ability to update and manage build pipelines for each component in an application.
1010

11-
Cluster::
11+
cluster::
1212
A Kubernetes deployment with nodes that run containerized applications and a control plane that manages the nodes.
1313

14-
Commit::
14+
commit::
1515
A change to one or more files. In {ProductName}, commits that you make to a linked repository move through the pipeline and automatically get published.
1616

17-
Component::
17+
component::
1818
An image that {ProductName} builds from source code in a repository. One or more components that run together form an application.
1919

2020
Conftest::
2121
A utility for testing structured configuration data. Use Conftest to validate container information.
2222

23-
Enterprise contract (EC)::
23+
enterprise contract (EC)::
2424
A set of release policies that you apply to your managed environment. Use the EC to prevent releases that are not compliant with Supply-chain Levels for Software Artifacts (SLSA) guidelines.
2525

26-
Ephemeral environment::
26+
ephemeral environment::
2727
A temporary environment that executes each integration scenario. The system creates ephemeral environments dynamically on demand, and then removes them after it completes the build pipeline.
2828

29-
Integration test::
29+
integration test::
3030
A pipeline that you set up in GitHub. When you add components, it tests each one individually, and then tests the application as a whole.
3131

32-
Integration testing::
32+
integration testing::
3333
A process that uses Tekton tasks to support the setup and execution of dynamic application tests against container images.
3434

3535
IntegrationTestScenario::
@@ -38,13 +38,13 @@ A parameter that the integration service uses to test application components.
3838
Java build service::
3939
A group of utilities that accelerates build times, locates dependencies in final images, and meets product security requirements by managing the construction of Java dependencies.
4040

41-
Lifecycle run::
41+
lifecycle run::
4242
The processes that automatically occur after a merge or pull request is resolved. These processes can include build tests, integration tests, and TaskRuns.
4343

44-
Managed environment::
44+
managed environment::
4545
An application release target. A separate managed environment team, such as an Site Reliability Engineering (SRE) team, manages the environment. The environment is in an external workspace.
4646

47-
Managed workspace::
47+
managed workspace::
4848
A workspace that mirrors some details of an already existing workspace. Supporting teams can create a managed workspace to grant limited permissions to development teams in the production environment.
4949

5050
OSBS features::
@@ -53,43 +53,43 @@ The layered image build service, or OSBS (derived from OpenShift Build Service),
5353
Persister::
5454
A component that moves all of the relevant PipelineRun information, known as the Pipeline output, to an external storage that is outside of the cluster’s etcd database. The persister runs after the system completes the PipelineRun.
5555

56-
Pipelines as code::
57-
A practice that defines pipelines by using source code in Git. Pipelines as code is also the name of link:https://pipelinesascode.com[a subsystem] that executes those pipelines.
56+
pipelines as code::
57+
A practice that defines pipelines by using source code in Git. Pipelines as Code is also the name of link:https://pipelinesascode.com[a subsystem] that executes those pipelines.
5858

59-
Pipeline results::
59+
pipeline results::
6060
Systems that retain the history and details of builds.
6161

6262
PipelineRun::
6363
A collection of TaskRuns that are arranged in a specific order of execution. A valid pipeline is compliant with the customer’s enterprise contract.
6464

65-
Pipeline service::
65+
pipeline service::
6666
A managed service that securely runs Tekton pipelines. It also stores the metadata and pipeline logs that are related to an executed pipeline in a separate database.
6767

68-
Product security test::
68+
product security test::
6969
A test that assesses the security of build inputs and outputs with vulnerability scanning, code scanning, image testing, and result reporting. It also identifies outdated images, applications, and build pipelines.
7070

71-
Pruner::
71+
pruner::
7272
A component that removes resources that are associated with the completed PipelineRuns. The system assigns resources, such as pods, to every PipelineRun. Without a pruner, these resources remain in the cluster indefinitely, even after the system completes the PipelineRun.
7373

74-
Release pipeline::
74+
release pipeline::
7575
A pipeline that defines the process for validating snapshots against the enterprise contract. They also provide an array of release destinations other than GitOps deployments.
7676

77-
Security testing::
77+
security testing::
7878
A process that determines if images meet security quality standards.
7979

80-
Signature and provenance::
80+
signature and provenance::
8181
Mechanisms that use Tekton chains to extract and store the metadata of the PipelineRuns, sign that metadata, and then store it in the image registry that is next to the component image.
8282

83-
Snapshot::
83+
snapshot::
8484
A set of component and container images that specifies which components the system should deploy with which container images. The system creates a snapshot when it finishes running a component's build pipeline.
8585

86-
Static environment::
86+
static environment::
8787
A set of compute resources that you can use to develop, test, and stage your applications before you release them. You can share static environments in all applications in the workspace.
8888

8989
Supply-chain Levels for Software Artifacts (SLSA)::
9090
A link:https://slsa.dev/[security framework] that helps prevent tampering by securing the packages and infrastructure of customers’ projects.
9191

92-
Task::
92+
task::
9393
One or more steps that run container images. Each container image performs a piece of construction work.
9494

9595
TaskRun::
@@ -101,5 +101,5 @@ A Knative-based framework for CI/CD pipelines. Tekton is decoupled which means t
101101
Tekton chains::
102102
A mechanism to secure the software supply chain by recording events in a user-defined pipeline.
103103

104-
Workspace::
104+
workspace::
105105
A storage volume that a task requires at runtime to receive input or provide output.

0 commit comments

Comments
 (0)