This is a basic alpine image used in Wodby's docker images
❗For better reliability we release images with stability tags (wodby/alpine:3-X.X.X
) which correspond to git tags. We strongly recommend using images only with stability tags.
About images:
- All images based on Alpine Linux
- Base image: alpine
Supported tags and respective Dockerfile
links:
3.19
,3
,latest
(Dockerfile)3.18
(Dockerfile)3.17
(Dockerfile)3.16
(Dockerfile)3.19-dev
,3-dev
,dev
(Dockerfile)
All images built for linux/amd64
and linux/arm64
This image contains the following helper scripts:
compare_semver
- compares two semantic versionsexec_init_scripts
- execute all.sh
scripts from/docker-entrypoint-init.d/
. Useful to have in every docker imagegen_ssh_keys
- generates SSH keysgen_ssl_certs
- generate SSL certificatesget_archive
- copies (or downloads) and unpacks an archivegpg_verify
- verify GPG signature from a list of key serversgpg_decrypt
- decrypt an artifact that contains GPG signaturewait_for
- executes a command with for N times with N timeout until it return 0
See test.sh
for examples.