Warning
|
I am planing to archive and retire this repository by the end of this year (2022).
The reason behind this is the very moderate usefulness of this repository/container image.
Please, if you use this image within your deployments anywhere, be sure to have migrated to either your own fork or to curl and the official I will eventually remove all published container images after the March 2023, since I want to avoid being responsible for outdated vulnerable container images. Br, K3 |
This repo and image exist for no particular reason than providing and up to date and mostly self updating alternative to the multitude of alpine-wget
and wget
images found on DockerHub and the likes.
Notably this image was inspired by the use of the outdated rjkernick/alpine-wget
in the now 'official' SonarQube Helm Chart.
The repo is mostly automated via a combination of Renovate-Bot and GitHub Actions that keep this simple Alpine Linux Image with a full installation of wget up to date.
Note
|
As of 3.15.1 this image is also available with ARM Architectures in mind alongside the usual AMD64
|
This container image is hosted on multiple registries for your convenience.
FROM docker.io/k3rnelpan1c/alpine-wget:3.15
# ...
FROM quay.io/k3rnel-pan1c/alpine-wget:3.15
# ...
FROM ghcr.io/k3rnelpan1c-dev/alpine-wget:3.15
# ...
This Project is licenced under the GNU General Public License v3 and up. For more info refer to the LICENCE file.