Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

Latest commit

 

History

History
77 lines (56 loc) · 3 KB

readme.adoc

File metadata and controls

77 lines (56 loc) · 3 KB

Alpine-wget

GPLv3 Licence This repo is maintained alpine wget

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 curlimages.

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

About

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

Usage

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
# ...

Build

This repository is mostly automated for easy maintenance, however the Dockerfile can be always build locally via the following commands.

Build with Docker
docker build -f Containerfile -t alpine-wget:latest .
Build with Podman
podman bud -f Containerfile -t alpine-wget:latest .

Licence

GPLv3 or later SVG

This Project is licenced under the GNU General Public License v3 and up. For more info refer to the LICENCE file.