2.4.1-debian-10-r38 release
This commit is contained in:
parent
41b3a3b912
commit
87b904751f
|
|
@ -9,7 +9,7 @@ ENV HOME="/" \
|
||||||
COPY prebuildfs /
|
COPY prebuildfs /
|
||||||
# Install required system packages and dependencies
|
# Install required system packages and dependencies
|
||||||
RUN install_packages acl ca-certificates curl gzip procps tar
|
RUN install_packages acl ca-certificates curl gzip procps tar
|
||||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor-adapter-clair" "2.4.1-4" --checksum ec273d70697c2d4b2f36e4f1bc5bf7fef3826509635398a00228c42134013fde
|
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor-adapter-clair" "2.4.1-5" --checksum 5660c9bbaf17b524b9903852467406126d15b04529b645d87b261b10f53d2fee
|
||||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-2" --checksum 7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5
|
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-2" --checksum 7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5
|
||||||
RUN apt-get update && apt-get upgrade -y && \
|
RUN apt-get update && apt-get upgrade -y && \
|
||||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||||
|
|
@ -18,7 +18,7 @@ RUN chmod g+rwX /opt/bitnami
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
RUN /opt/bitnami/scripts/harbor-adapter-clair/postunpack.sh
|
RUN /opt/bitnami/scripts/harbor-adapter-clair/postunpack.sh
|
||||||
ENV BITNAMI_APP_NAME="harbor-adapter-clair" \
|
ENV BITNAMI_APP_NAME="harbor-adapter-clair" \
|
||||||
BITNAMI_IMAGE_VERSION="2.4.1-debian-10-r37" \
|
BITNAMI_IMAGE_VERSION="2.4.1-debian-10-r38" \
|
||||||
PATH="/opt/bitnami/harbor-adapter-clair/bin:/opt/bitnami/common/bin:$PATH"
|
PATH="/opt/bitnami/harbor-adapter-clair/bin:/opt/bitnami/common/bin:$PATH"
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
|
||||||
|
|
@ -8,9 +8,9 @@
|
||||||
},
|
},
|
||||||
"harbor-adapter-clair": {
|
"harbor-adapter-clair": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "ec273d70697c2d4b2f36e4f1bc5bf7fef3826509635398a00228c42134013fde",
|
"digest": "5660c9bbaf17b524b9903852467406126d15b04529b645d87b261b10f53d2fee",
|
||||||
"distro": "debian-10",
|
"distro": "debian-10",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "2.4.1-4"
|
"version": "2.4.1-5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -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/).
|
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/).
|
||||||
|
|
||||||
|
|
||||||
* [`2`, `2-debian-10`, `2.4.1`, `2.4.1-debian-10-r37`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-adapter-clair/blob/2.4.1-debian-10-r37/2/debian-10/Dockerfile)
|
* [`2`, `2-debian-10`, `2.4.1`, `2.4.1-debian-10-r38`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-adapter-clair/blob/2.4.1-debian-10-r38/2/debian-10/Dockerfile)
|
||||||
|
|
||||||
Subscribe to project updates by watching the [bitnami/harbor-adapter-clair GitHub repo](https://github.com/bitnami/bitnami-docker-harbor-adapter-clair).
|
Subscribe to project updates by watching the [bitnami/harbor-adapter-clair GitHub repo](https://github.com/bitnami/bitnami-docker-harbor-adapter-clair).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue