You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2024. It is now read-only.
BuilderID: "URI indicating the builder identity. E.g. pipeline-name",
158
-
BuildType: "URI indicating what type of build was performed. E.g. build-type-dockerfile-build",
159
-
BuildInvocationID: "Globally Unique Build Invocation ID. Definition: Identifies this particular build invocation, which can be useful for finding associated logs or other ad-hoc analysis. The exact meaning and format is defined by builder.id; by default it is treated as opaque and case-sensitive. The value SHOULD be globally unique.",
160
-
BuildStartedOn: &timeNow,
161
-
BuildFinishedOn: &timeNow,
162
-
RepoURIContainingDockerfile: "URI to Git repo of Dockerfile. Describes where the config file that kicked off the build came from. URI indicating the identity of the source of the config. E.g. https://www.github.com/example/reponame/blob/master/Dockerfile",
163
-
RepoGitCommit: "Git commit SHA that kicked off the build.",
164
-
RepoPathToDockerfile: "Path to Dockerfile in the repo. Definition: String identifying the entry point into the build. This is often a path to a configuration file and/or a target label within that file. The syntax and meaning are defined by buildType. For example, if the buildType were “make”, then this would reference the directory in which to run make as well as which target to use.",
156
+
LayerHistory: layerHistory,
157
+
BuilderID: "Build pipeline URI.",
158
+
BuildType: "Type of image build, such as 'dockerfile-build', 'buildkit-build', 'bazel-build', etc.",
159
+
BuildInvocationID: "Build pipeline ID number",
160
+
BuildStartedOn: &timeNow,
161
+
BuildFinishedOn: &timeNow,
162
+
RepoURIContainingImageSource: "URI to Git repo of image config. For Dockerfile builds, this is a git URI to the Dockerfile (e.g. github.com/org/repo/tree/main/Dockerfile)",
163
+
RepoGitCommit: "Git commit SHA that kicked off the build.",
164
+
RepoPathToImageSource: "Path to image config in the repo (e.g. path/to/Dockerfile)",
0 commit comments