Skip to content

rytiszig/docker-wget2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Docker for wget2

Upstream: https://gitlab.com/gnuwget/wget2/

Build the image locally

git clone https://github.com/rytiszig/docker-wget2.git
docker buildx build -t rytiszig/wget2:latest --load .

Run the image:

docker run --rm rytiszig/wget2 --version

Build specific version && push to Docker Hub:

VERSION=v2.1.0
docker login
docker buildx build --platform linux/amd64,linux/arm64 --build-arg VERSION=${VERSION#v} -t rytiszig/wget2:$VERSION -t rytiszig/wget2:latest ./ --push

About

Dockerfile for building wget2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published