Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove tini binary #1503

Merged
merged 4 commits into from
Mar 18, 2024
Merged

chore: remove tini binary #1503

merged 4 commits into from
Mar 18, 2024

Conversation

jiacai2050
Copy link
Contributor

@jiacai2050 jiacai2050 commented Mar 18, 2024

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

horaemeta/Dockerfile Show resolved Hide resolved
horaemeta/Dockerfile Outdated Show resolved Hide resolved
@ShiKaiWi ShiKaiWi merged commit 54a5db7 into apache:main Mar 18, 2024
5 checks passed
@jiacai2050 jiacai2050 deleted the fix-tini branch March 18, 2024 11:50
chunshao90 pushed a commit that referenced this pull request Mar 19, 2024
## 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
```
zealchen pushed a commit to zealchen/incubator-horaedb that referenced this pull request Apr 9, 2024
## 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
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants