This repository was archived by the owner on Mar 12, 2026. It is now read-only.
Commit 1c56d2b
chore: remove tini binary (#1503)
## Rationale
Our repo should not contain any binaries.
## Detailed Changes
- Download tini instead of hard copy
## Test Plan
CI
Also I use command below to ensure no other binaries exists.
```
fd -t file --exclude target --exec file {} \; | grep -v ASCII | grep -v UTF-8
```1 parent 03fa16a commit 1c56d2b
File tree
5 files changed
+5
-2
lines changed- docker
- horaemeta
- docker
5 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
Binary file not shown.
0 commit comments