From 156096ac987f5ec8be8dbf65332c4d61e675f3cf Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 6 Jan 2026 20:57:43 +0900 Subject: internal/pkg: known checksum exec artifact This optionally attaches an output checksum to an execArtifact and enables host networking for the resulting container. Signed-off-by: Ophestra --- internal/pkg/pkg.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'internal/pkg/pkg.go') diff --git a/internal/pkg/pkg.go b/internal/pkg/pkg.go index 00d6cf76..423aea12 100644 --- a/internal/pkg/pkg.go +++ b/internal/pkg/pkg.go @@ -185,6 +185,9 @@ const ( KindTar // KindExec is the kind of [Artifact] returned by [NewExec]. KindExec + // KindExecNet is the kind of [Artifact] returned by [NewExec] but with a + // non-nil checksum. + KindExecNet ) // Ident returns a deterministic identifier for the supplied params and -- cgit v1.3.1