0.23.1-scratch-r2 release
This commit is contained in:
parent
7d34118b7a
commit
53c520390d
|
|
@ -6,4 +6,4 @@ COPY prebuildfs /
|
|||
COPY rootfs /
|
||||
|
||||
USER 1001
|
||||
ENTRYPOINT [ "/thanos" ]
|
||||
ENTRYPOINT [ "/bin/thanos" ]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"thanos": {
|
||||
"digest": "74438dbe6526c137ba5b8fa1ac8747027ba3ff460a0fca23682a1b9c950b0bc7",
|
||||
"digest": "4252a42701a9069d32b690f0e857e102c229f783c53aa2fbd49cc851676b9e13",
|
||||
"type": "BLACKSMITH",
|
||||
"version": "0.23.1"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ Non-root container images add an extra layer of security and are generally recom
|
|||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`0`, `0-scratch`, `0.23.1`, `0.23.1-scratch-r1`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-thanos/blob/0.23.1-scratch-r1/0/scratch/Dockerfile)
|
||||
* [`0`, `0-scratch`, `0.23.1`, `0.23.1-scratch-r2`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-thanos/blob/0.23.1-scratch-r2/0/scratch/Dockerfile)
|
||||
|
||||
# Connecting to other containers
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue