From 9d17d6904e3765ca02f1a4797dec161fe4042399 Mon Sep 17 00:00:00 2001 From: Saswat Padhi Date: Mon, 30 Sep 2024 23:02:43 -0700 Subject: [PATCH] upgrade to 2.29-r2 --- .github/workflows/docker-release.yml | 2 +- Dockerfile | 4 ++-- LICENSE | 2 +- README.md | 18 ++++++++++++------ 4 files changed, 16 insertions(+), 10 deletions(-) diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml index 4dcae46..ce20009 100644 --- a/.github/workflows/docker-release.yml +++ b/.github/workflows/docker-release.yml @@ -30,7 +30,7 @@ jobs: name: "Env: Prepare" id: prepare run: | - PLATFORMS=linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6,linux/ppc64le,linux/s390x + PLATFORMS=linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6,linux/ppc64le,linux/riscv64,linux/s390x REPONAME=$(basename $GITHUB_REPOSITORY) DOCKER_IMAGE=padhihomelab/${REPONAME#docker_} diff --git a/Dockerfile b/Dockerfile index 60ed07e..71407bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM padhihomelab/alpine-base:3.16.2_0.19.0_0.2 +FROM padhihomelab/alpine-base:3.20.2_0.19.0_0.2 COPY start-thttpd.sh \ /usr/local/bin/start-thttpd @@ -8,7 +8,7 @@ COPY entrypoint-scripts \ RUN chmod +x /etc/docker-entrypoint.d/99-extra-scripts/*.sh \ /usr/local/bin/start-thttpd \ && apk add --no-cache --update \ - thttpd=2.29-r1 + thttpd=2.29-r2 EXPOSE 80 VOLUME [ "/www" ] diff --git a/LICENSE b/LICENSE index a446803..a517374 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Saswat Padhi +Copyright (c) 2024 Saswat Padhi Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 593a2c3..a501eac 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,19 @@ -# docker_tiny-httpd +# docker_tiny-httpd - - +[![build status](https://img.shields.io/github/actions/workflow/status/padhi-homelab/docker_tiny-httpd/docker-release.yml?label=BUILD&branch=main&logo=github&logoWidth=24&style=flat-square)](https://github.com/padhi-homelab/docker_tiny-httpd/actions/workflows/docker-release.yml) +[![testing size](https://img.shields.io/docker/image-size/padhihomelab/tiny-httpd/testing?label=SIZE%20%5Btesting%5D&logo=docker&logoColor=skyblue&logoWidth=24&style=flat-square)](https://hub.docker.com/r/padhihomelab/tiny-httpd/tags) +[![latest size](https://img.shields.io/docker/image-size/padhihomelab/tiny-httpd/latest?label=SIZE%20%5Blatest%5D&logo=docker&logoColor=skyblue&logoWidth=24&style=flat-square)](https://hub.docker.com/r/padhihomelab/tiny-httpd/tags) + +[![latest version](https://img.shields.io/docker/v/padhihomelab/tiny-httpd/latest?label=LATEST&logo=linux-containers&logoWidth=20&labelColor=darkmagenta&color=gold&style=for-the-badge)](https://hub.docker.com/r/padhihomelab/tiny-httpd/tags) +[![image pulls](https://img.shields.io/docker/pulls/padhihomelab/tiny-httpd?label=PULLS&logo=data:image/svg%2bxml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBmaWxsPSIjZmZmIj4KICAgIDxwYXRoIGQ9Ik0yMC41ODcsMTQuNjEzLDE4LDE3LjI0NlY5Ljk4QTEuOTc5LDEuOTc5LDAsMCwwLDE2LjAyLDhoLS4wNEExLjk3OSwxLjk3OSwwLDAsMCwxNCw5Ljk4djYuOTYzbC0uMjYtLjA0Mi0yLjI0OC0yLjIyN2EyLjA5MSwyLjA5MSwwLDAsMC0yLjY1Ny0uMjkzQTEuOTczLDEuOTczLDAsMCwwLDguNTgsMTcuNGw2LjA3NCw2LjAxNmEyLjAxNywyLjAxNywwLDAsMCwyLjgzMywwbDUuOTM0LTZhMS45NywxLjk3LDAsMCwwLDAtMi44MDZBMi4wMTYsMi4wMTYsMCwwLDAsMjAuNTg3LDE0LjYxM1oiLz4KICAgIDxwYXRoIGQ9Ik0xNiwwQTE2LDE2LDAsMSwwLDMyLDE2LDE2LDE2LDAsMCwwLDE2LDBabTAsMjhBMTIsMTIsMCwxLDEsMjgsMTYsMTIuMDEzLDEyLjAxMywwLDAsMSwxNiwyOFoiLz4KICA8L2c+Cjwvc3ZnPgo=&logoWidth=20&labelColor=teal&color=gold&style=for-the-badge)](https://hub.docker.com/r/padhihomelab/tiny-httpd) + +--- A multiarch [tiny-httpd] Docker image, based on [Alpine Linux]. -| 386 | amd64 | arm/v6 | arm/v7 | arm64 | ppc64le | s390x | -| :----------------: | :----------------: | :----------------: | :----------------: | :----------------: | :----------------: | :----------------: | -| :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | +| 386 | amd64 | arm/v6 | arm/v7 | arm64 | ppc64le | riscv64 | s390x | +| :----------------: | :----------------: | :----------------: | :----------------: | :----------------: | :----------------: | :----------------: | :----------------: | +| :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | ## Usage