1.0.1-debian-10-r30 release
This commit is contained in:
parent
a28204790d
commit
554c75e9b6
|
|
@ -16,7 +16,7 @@ RUN /build/install-gosu.sh
|
|||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="harbor-adapter-clair" \
|
||||
BITNAMI_IMAGE_VERSION="1.0.1-debian-10-r29" \
|
||||
BITNAMI_IMAGE_VERSION="1.0.1-debian-10-r30" \
|
||||
PATH="/opt/bitnami/harbor-adapter-clair/bin:$PATH"
|
||||
|
||||
EXPOSE 8080
|
||||
|
|
|
|||
|
|
@ -62,10 +62,10 @@ parse_uri() {
|
|||
# Solution based on https://tools.ietf.org/html/rfc3986#appendix-B with
|
||||
# additional sub-expressions to split authority into userinfo, host and port
|
||||
# Credits to Patryk Obara (see https://stackoverflow.com/a/45977232/6694969)
|
||||
local -r URI_REGEX='^(([^:/?#]+):)?(//((([^:/?#]+)@)?([^:/?#]+)(:([0-9]+))?))?(/([^?#]*))(\?([^#]*))?(#(.*))?'
|
||||
# || | ||| | | | | | | | | |
|
||||
# |2 scheme | ||6 userinfo 7 host | 9 port | 11 rpath | 13 query | 15 fragment
|
||||
# 1 scheme: | |5 userinfo@ 8 :... 10 path 12 ?... 14 #...
|
||||
local -r URI_REGEX='^(([^:/?#]+):)?(//((([^@/?#]+)@)?([^:/?#]+)(:([0-9]+))?))?(/([^?#]*))?(\?([^#]*))?(#(.*))?'
|
||||
# || | ||| | | | | | | | | |
|
||||
# |2 scheme | ||6 userinfo 7 host | 9 port | 11 rpath | 13 query | 15 fragment
|
||||
# 1 scheme: | |5 userinfo@ 8 :... 10 path 12 ?... 14 #...
|
||||
# | 4 authority
|
||||
# 3 //...
|
||||
local index=0
|
||||
|
|
@ -95,7 +95,7 @@ parse_uri() {
|
|||
index=14
|
||||
;;
|
||||
*)
|
||||
stderr_print "unrecognized component $1"
|
||||
stderr_print "unrecognized component $component"
|
||||
return 1
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
|
|
@ -47,7 +47,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/containers/how-to/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`1-debian-10`, `1.0.1-debian-10-r29`, `1`, `1.0.1`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-adapter-clair/blob/1.0.1-debian-10-r29/1/debian-10/Dockerfile)
|
||||
* [`1-debian-10`, `1.0.1-debian-10-r30`, `1`, `1.0.1`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-adapter-clair/blob/1.0.1-debian-10-r30/1/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).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue