0.27.1-debian-10-r1 release
This commit is contained in:
parent
d1b774c229
commit
cb4af3b2ba
|
|
@ -9,10 +9,10 @@ ENV HOME="/" \
|
|||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl gzip libc6 procps tar wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/trivy-0.27.1-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "fef2d786b0426971e6a5a8d7fd6b477caa9afa2d458ec52aca71004196d689dd /tmp/bitnami/pkg/cache/trivy-0.27.1-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/trivy-0.27.1-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/trivy-0.27.1-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/trivy-0.27.1-1-linux-amd64-debian-10.tar.gz && \
|
||||
echo "9e9c519de618584db262de6d8ee7bb126e06d5e2d51b6c8c86e935285ed64ab4 /tmp/bitnami/pkg/cache/trivy-0.27.1-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/trivy-0.27.1-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/trivy-0.27.1-1-linux-amd64-debian-10.tar.gz
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"trivy": {
|
||||
"arch": "amd64",
|
||||
"digest": "fef2d786b0426971e6a5a8d7fd6b477caa9afa2d458ec52aca71004196d689dd",
|
||||
"digest": "9e9c519de618584db262de6d8ee7bb126e06d5e2d51b6c8c86e935285ed64ab4",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "0.27.1-0"
|
||||
"version": "0.27.1-1"
|
||||
}
|
||||
}
|
||||
|
|
@ -28,7 +28,7 @@ $ docker run --name trivy bitnami/trivy:latest
|
|||
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-debian-10`, `0.27.1`, `0.27.1-debian-10-r0`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-trivy/blob/0.27.1-debian-10-r0/0/debian-10/Dockerfile)
|
||||
* [`0`, `0-debian-10`, `0.27.1`, `0.27.1-debian-10-r1`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-trivy/blob/0.27.1-debian-10-r1/0/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/trivy GitHub repo](https://github.com/bitnami/bitnami-docker-trivy).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue