diff --git a/Dockerfile b/Dockerfile index be89ef8..cb5767a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ COPY docker-entrypoint.sh \ RUN apk add --no-cache --update \ 'su-exec==0.2-r3' \ - 'tini==0.19.0-r2' \ + 'tini==0.19.0-r3' \ && chmod +x /usr/local/bin/docker-entrypoint ENTRYPOINT [ "tini" , "/usr/local/bin/docker-entrypoint" ] diff --git a/LICENSE b/LICENSE index 379ea35..a517374 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 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 a76fbb6..af6a9c3 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,14 @@ -# docker_alpine-base +# docker_alpine-base - - - +[![build status](https://img.shields.io/github/actions/workflow/status/padhi-homelab/docker_alpine-base/docker-release-latest.yml?label=BUILD&branch=main&logo=github&logoWidth=24&style=flat-square)](https://github.com/padhi-homelab/docker_alpine-base/actions/workflows/docker-release-latest.yml) +[![testing size](https://img.shields.io/docker/image-size/padhihomelab/alpine-base/testing?label=SIZE%20%5Btesting%5D&logo=docker&logoWidth=24&style=flat-square)](https://hub.docker.com/r/padhihomelab/alpine-base/tags) +[![edge size](https://img.shields.io/docker/image-size/padhihomelab/alpine-base/edge?label=SIZE%20%5Bedge%5D&logo=docker&logoWidth=24&style=flat-square)](https://hub.docker.com/r/padhihomelab/alpine-base/tags) +[![latest size](https://img.shields.io/docker/image-size/padhihomelab/alpine-base/latest?label=SIZE%20%5Blatest%5D&logo=docker&logoWidth=24&style=flat-square)](https://hub.docker.com/r/padhihomelab/alpine-base/tags) + +[![latest version](https://img.shields.io/docker/v/padhihomelab/alpine-base/latest?label=LATEST&logo=linux-containers&logoWidth=20&labelColor=darkmagenta&color=gold&style=for-the-badge)](https://hub.docker.com/r/padhihomelab/alpine-base/tags) +[![image pulls](https://img.shields.io/docker/pulls/padhihomelab/alpine-base?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/alpine-base) +--- A tiny multiarch [Alpine Linux] Docker image.