0.28.0-debian-10-r0 release
This commit is contained in:
parent
0d393a827e
commit
172720a294
|
|
@ -9,16 +9,16 @@ 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-2-linux-amd64-debian-10.tar.gz && \
|
||||
echo "f029ef17b27e85180d1c40d07fc1f9588334ed48dd2d5d78548b7db3d049600c /tmp/bitnami/pkg/cache/trivy-0.27.1-2-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/trivy-0.27.1-2-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/trivy-0.27.1-2-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/trivy-0.28.0-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "20450889fd1ed6abdab80dc65cf015726f70d680a158e31092c79e9044104aab /tmp/bitnami/pkg/cache/trivy-0.28.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/trivy-0.28.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/trivy-0.28.0-0-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
|
||||
RUN mkdir /.cache && chmod g+rwX /.cache
|
||||
|
||||
ENV APP_VERSION="0.27.1" \
|
||||
ENV APP_VERSION="0.28.0" \
|
||||
BITNAMI_APP_NAME="trivy" \
|
||||
PATH="/opt/bitnami/trivy/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"trivy": {
|
||||
"arch": "amd64",
|
||||
"digest": "f029ef17b27e85180d1c40d07fc1f9588334ed48dd2d5d78548b7db3d049600c",
|
||||
"digest": "20450889fd1ed6abdab80dc65cf015726f70d680a158e31092c79e9044104aab",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "0.27.1-2"
|
||||
"version": "0.28.0-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -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-r20`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-trivy/blob/0.27.1-debian-10-r20/0/debian-10/Dockerfile)
|
||||
* [`0`, `0-debian-10`, `0.28.0`, `0.28.0-debian-10-r0`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-trivy/blob/0.28.0-debian-10-r0/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