-
Notifications
You must be signed in to change notification settings - Fork 188
Expand file tree
/
Copy pathassets.lock
More file actions
63 lines (56 loc) · 2.46 KB
/
Copy pathassets.lock
File metadata and controls
63 lines (56 loc) · 2.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# ArcBox asset lock — pins versions and checksums for reproducible builds.
#
# The [[tools]] section pins third-party and internal binaries:
# - group "docker"/"kubernetes": macOS binaries downloaded to
# ~/.arcbox/runtime/bin/. The whole data dir is a VirtioFS share, so the
# guest can see them, but they are darwin artifacts and only the host
# CLI ever runs them.
# - group "desktop": host-only binaries embedded in the app bundle
# (e.g. pstramp for PTY session isolation).
#
# The guest runtime binaries (dockerd, containerd, …) come from the boot
# manifest pinned under [boot], NOT from [[tools]]. Keep the "docker" tool
# below on the same version as the boot bundle's dockerd when bumping either
# side — the CLI tolerates an older daemon through API negotiation, but the
# two pins should only diverge for the short window between a bundle release
# and the [boot] bump.
[boot]
version = "0.8.6"
cdn = "https://boot.arcboxcdn.com"
manifest_sha256 = "326d7e100c885280570bdfa9edd08d852e99f9efd9a4149c1a5c46370003efa4"
[[tools]]
name = "docker"
group = "docker"
version = "29.7.2"
arch.arm64.sha256 = "b8683ed19d1f06048a496f9b8429e2c71d0b088d475b7487c054ea3666c02a3c"
arch.x86_64.sha256 = "fb1f1aa7ac7af4364165b9eadfda92e96c8ced508fca74f53079719891367438"
[[tools]]
name = "docker-buildx"
group = "docker"
version = "0.36.1"
arch.arm64.sha256 = "214cdc36788602862dbc82b523d58648b4585c7b0ff95218b0817c44db5573d7"
arch.x86_64.sha256 = "52a39ee4012d18f83373656712102ebda55656121dcdabbbb1ccfbd41b7debe8"
[[tools]]
name = "docker-compose"
group = "docker"
version = "5.4.0"
arch.arm64.sha256 = "bc3d1fd4c01e3af9b481fc5ea153ea7c006c77eb39be78e9af3e2e8ebecc0d61"
arch.x86_64.sha256 = "59fc378c6832c7c8d628d4d38a4e2bebcad579b21d1d380e9b8872961fe3da83"
[[tools]]
name = "docker-credential-osxkeychain"
group = "docker"
version = "0.9.8"
arch.arm64.sha256 = "6fae515ffbc74f395af1b51c6f079ddb57895ed9e428e0bea3f6aff64e916b22"
arch.x86_64.sha256 = "0575a404c4ead8b5135a2482ece4dd142bde3cbd319433697e212bbea0afb100"
[[tools]]
name = "pstramp"
group = "desktop"
version = "0.2.0"
arch.arm64.sha256 = "48448a426bb994e45b603588b19b62629f07d6040f1501235e969c07ecc57413"
arch.x86_64.sha256 = "eb3cc921de1aed02348821f4a653705a33b012b6a1da7466e577673c5ce80609"
[[tools]]
name = "kubectl"
group = "kubernetes"
version = "1.36.3"
arch.arm64.sha256 = "fc8582acde13869a606730a79379d6515f30c68afcced0b5ac8789d5d002b7d6"
arch.x86_64.sha256 = "158b3b46cf74e8b6bd9b1d7cd30f665e3efb2bc1ec3c843ec925bcfdd2930de0"