1.8.3-ol-7-r0 release

This commit is contained in:
Bitnami Bot
2019-09-18 10:21:14 +00:00
parent dfc596c1e2
commit 941b5c4dd1

View File

@@ -9,12 +9,12 @@ ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
# Install required system packages and dependencies
RUN install_packages glibc
RUN . ./libcomponent.sh && component_unpack "harbor-jobservice" "1.8.2-0" --checksum 09aa0fa123777c8c518fa31655f7640d58146d15e955c4d35856b879f881ea67
RUN . ./libcomponent.sh && component_unpack "harbor-jobservice" "1.8.3-0" --checksum 12d37ee5fede475865452a46a6cd1d5a36f9d22faf5ff9fa7776eba6421e4b9e
COPY rootfs /
RUN /postunpack.sh
ENV BITNAMI_APP_NAME="harbor-jobservice" \
BITNAMI_IMAGE_VERSION="1.8.2-ol-7-r37" \
BITNAMI_IMAGE_VERSION="1.8.3-ol-7-r0" \
NAMI_PREFIX="/.nami" \
PATH="/opt/bitnami/harbor-jobservice/bin:$PATH"