Skip to content

Commit 077b2d4

Browse files
committed
feat: Add more annotations to the built image
1 parent 65bab9c commit 077b2d4

File tree

7 files changed

+259
-14
lines changed

7 files changed

+259
-14
lines changed

Cargo.lock

Lines changed: 177 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ clap = { version = "4.5.41", features = ["derive"] }
1010
clap_complete = "4.5.55"
1111
git2 = "0.20.1"
1212
glob = "0.3.2"
13+
oci-spec = "0.8.2"
1314
semver = { version = "1.0.26", features = ["serde"] }
1415
serde = { version = "1.0.217", features = ["derive"] }
1516
serde_json = "1.0.140"
@@ -22,4 +23,4 @@ toml = "0.9.2"
2223
tracing = "0.1.41"
2324
tracing-indicatif = "0.3.9"
2425
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
25-
url = "2.5.4"
26+
url = { version = "2.5.4", features = ["serde"] }

boil.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,12 @@ STACKABLE_USER_NAME = "stackable"
33
STACKABLE_USER_UID = "1000"
44
STACKABLE_USER_GID = "1000"
55
DELETE_CACHES = "true"
6+
7+
[metadata]
8+
documentation = "https://docs.stackable.tech/home/stable/"
9+
source = "https://github.com/stackabletech/docker-images/"
10+
authors = "Stackable GmbH <[email protected]>"
11+
vendor = "Stackable GmbH"
12+
licenses = "Apache-2.0"
13+
14+
[docker-config]

rust/boil/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ clap.workspace = true
88
clap_complete.workspace = true
99
git2.workspace = true
1010
glob.workspace = true
11+
oci-spec.workspace = true
1112
semver.workspace = true
1213
serde.workspace = true
1314
serde_json.workspace = true

0 commit comments

Comments
 (0)