post(tags): add 'busybox'

This commit is contained in:
MDLeom 2020-10-21 01:20:33 +00:00
parent 46deb55264
commit 4c2c62d56f
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
2 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,7 @@ date: 2018-10-10
tags:
- linux
- alpine
- busybox
---
Here is the list of binaries shipped with the Docker image of Alpine Linux `alpine:3.8`

View File

@ -6,6 +6,7 @@ updated: 2018-10-31
tags:
- linux
- alpine
- busybox
---
## Intro
@ -18,7 +19,7 @@ I use it in my [urlhaus-filter](https://gitlab.com/curben/urlhaus-filter) repo t
## Exit with code 1
I was dismayed by those [error messages](https://gitlab.com/curben/urlhaus-filter/-/jobs), I tested the scripts on my workstation! Looking through error message, I noticed the Alpine's Unx tools behave differently than mine. I investigated further by running an Alpine live cd.
I was dismayed by those [error messages](https://gitlab.com/curben/urlhaus-filter/-/jobs), I tested the scripts on my workstation! Looking through error message, I noticed the Alpine's Unix tools behave differently than mine. I investigated further by running an Alpine live cd.
I `--version` those tools (only those I use in the [scripts](https://gitlab.com/curben/urlhaus-filter/tree/master/utils)) and the output is totally different! The Alpine tools output `BusyBox vXX`, which shows they are part of BusyBox. I briefly read up the [wiki](https://en.wikipedia.org/wiki/BusyBox#Features) and noticed the following line,