-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.ko.yaml
More file actions
20 lines (19 loc) · 865 Bytes
/
.ko.yaml
File metadata and controls
20 lines (19 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# SPDX-FileCopyrightText: Copyright 2025 Stacklok, Inc.
# SPDX-License-Identifier: Apache-2.0
builds:
- id: waggle
dir: .
main: ./cmd/waggle
ldflags:
- -X main.version={{.Env.VERSION}}
- -X main.commit={{.Env.GITHUB_SHA}}
- -X main.buildDate={{.Env.CREATION_TIME}}
labels:
org.opencontainers.image.created: "{{.Env.CREATION_TIME}}"
org.opencontainers.image.description: "Waggle - MCP server for isolated code execution via go-microvm microVMs"
org.opencontainers.image.licenses: "Apache-2.0"
org.opencontainers.image.revision: "{{.Env.GITHUB_SHA}}"
org.opencontainers.image.source: "{{.Env.GITHUB_SERVER_URL}}/{{.Env.GITHUB_REPOSITORY}}"
org.opencontainers.image.title: "waggle"
org.opencontainers.image.url: "{{.Env.GITHUB_SERVER_URL}}/{{.Env.GITHUB_REPOSITORY}}"
org.opencontainers.image.version: "{{.Env.VERSION}}"