Skip to content

Commit

Permalink
upgrade to 3.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SaswatPadhi committed Jul 4, 2024
1 parent 96fbe8f commit 0518d47
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# docker_alpine-base <a href='https://github.com/padhi-homelab/docker_alpine-base/actions?query=workflow%3A%22Docker+CI+Release%22'><img align='right' src='https://img.shields.io/github/actions/workflow/status/padhi-homelab/docker_alpine-base/docker-release-latest.yml?branch=main&logo=github&logoWidth=24&style=flat-square'></img></a>
# docker_alpine-base

<a href='https://hub.docker.com/r/padhihomelab/alpine-base'><img src='https://img.shields.io/docker/image-size/padhihomelab/alpine-base/latest?label=size%20%5Blatest%5D&logo=docker&logoWidth=24&style=for-the-badge'></img></a>
<a href='https://hub.docker.com/r/padhihomelab/alpine-base'><img src='https://img.shields.io/docker/image-size/padhihomelab/alpine-base/edge?label=size%20%5Bedge%5D&logo=docker&logoWidth=24&style=for-the-badge'></img></a>
<a href='https://hub.docker.com/r/padhihomelab/alpine-base'><img src='https://img.shields.io/docker/image-size/padhihomelab/alpine-base/testing?label=size%20%5Btesting%5D&logo=docker&logoWidth=24&style=for-the-badge'></img></a>
[![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.

Expand Down

0 comments on commit 0518d47

Please sign in to comment.