1.8.0-debian-10-r20 release

This commit is contained in:
Bitnami Bot 2021-04-08 07:42:27 +00:00
parent 1440190715
commit 804c88bb66
7 changed files with 9 additions and 8 deletions

View File

@ -17,7 +17,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/mxnet/postunpack.sh
ENV BITNAMI_APP_NAME="mxnet" \
BITNAMI_IMAGE_VERSION="1.8.0-debian-10-r19" \
BITNAMI_IMAGE_VERSION="1.8.0-debian-10-r20" \
LD_LIBRARY_PATH="/opt/bitnami/python/lib/:$LD_LIBRARY_PATH" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/common/bin:$PATH"

View File

@ -2,7 +2,7 @@ version: '2'
services:
mxnet:
image: docker.io/bitnami/mxnet:1-debian-10
image: docker.io/bitnami/mxnet:1
command: sleep infinity
volumes:
- mxnet_data:/bitnami

View File

@ -106,5 +106,5 @@ indent() {
for ((i = 0; i < num; i++)); do
indent_unit="${indent_unit}${char}"
done
echo "$string" | sed "s/^/${indent_unit}/"
echo "${string//^/${indent_unit}}"
}

View File

@ -9,7 +9,7 @@
# Functions
########################
# Gets semantic version
# Gets semantic version
# Arguments:
# $1 - version: string to extract major.minor.patch
# $2 - section: 1 to extract major, 2 to extract minor, 3 to extract patch
@ -38,7 +38,7 @@ get_sematic_version () {
done
local number_regex='^[0-9]+$'
if [[ "$section" =~ $number_regex ]] && (( $section > 0 )) && (( $section <= 3 )); then
if [[ "$section" =~ $number_regex ]] && (( section > 0 )) && (( section <= 3 )); then
echo "${version_sections[$section]}"
return
else

View File

@ -1,10 +1,11 @@
#!/bin/bash
# shellcheck disable=SC1091
set -o errexit
set -o nounset
set -o pipefail
#set -o xtrace
# shellcheck disable=SC1091
# Load libraries
. /opt/bitnami/scripts/libbitnami.sh

View File

@ -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/).
* [`1`, `1-debian-10`, `1.8.0`, `1.8.0-debian-10-r19`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mxnet/blob/1.8.0-debian-10-r19/1/debian-10/Dockerfile)
* [`1`, `1-debian-10`, `1.8.0`, `1.8.0-debian-10-r20`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mxnet/blob/1.8.0-debian-10-r20/1/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/mxnet GitHub repo](https://github.com/bitnami/bitnami-docker-mxnet).

View File

@ -2,7 +2,7 @@ version: '2'
services:
mxnet:
image: docker.io/bitnami/mxnet:1-debian-10
image: docker.io/bitnami/mxnet:1
command: sleep infinity
volumes:
- mxnet_data:/bitnami