3.3.0-debian-11-r7 release
This commit is contained in:
parent
08a072a21a
commit
64826b0cd8
|
|
@ -12,8 +12,8 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip libbz2-1.0 libc6 libcom-err2 libcrypt1 libffi7 libgcc-s1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzma5 libncursesw6 libnsl2 libreadline8 libsqlite3-0 libssl1.1 libstdc++6 libtinfo6 libtirpc3 procps tar zlib1g
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.13-152" --checksum a831df58c181297ce77597daf2364175cbb9f211f7755ca8d8c8b5918ad9ce24
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "1.8.333-151" --checksum e0b96c241eeb16c7ba019193535c4d5c2b447a479d7f2056081f496eafbb94c7
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "spark" "3.3.0-2" --checksum 26e01f7aad831f2d6bba4fbe66c6d8903d3287483c6746a8410b707be79f3f50
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "1.8.333-152" --checksum 1f4d76b18ae5c1952c991332f02bd79c3979be7a7038923cdc4e7d8bfe3705e3
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "spark" "3.3.0-3" --checksum e7367aaf3fc730741031c5df04fbe096d4149eba8d587d5f57a1bd8558f21a20
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-151" --checksum 089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@
|
|||
},
|
||||
"java": {
|
||||
"arch": "amd64",
|
||||
"digest": "e0b96c241eeb16c7ba019193535c4d5c2b447a479d7f2056081f496eafbb94c7",
|
||||
"digest": "1f4d76b18ae5c1952c991332f02bd79c3979be7a7038923cdc4e7d8bfe3705e3",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.8.333-151"
|
||||
"version": "1.8.333-152"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
|
|
@ -22,9 +22,9 @@
|
|||
},
|
||||
"spark": {
|
||||
"arch": "amd64",
|
||||
"digest": "26e01f7aad831f2d6bba4fbe66c6d8903d3287483c6746a8410b707be79f3f50",
|
||||
"digest": "e7367aaf3fc730741031c5df04fbe096d4149eba8d587d5f57a1bd8558f21a20",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.3.0-2"
|
||||
"version": "3.3.0-3"
|
||||
}
|
||||
}
|
||||
|
|
@ -43,7 +43,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/).
|
||||
|
||||
|
||||
* [`3.3`, `3.3-debian-11`, `3.3.0`, `3.3.0-debian-11-r6`, `latest` (3.3/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-spark/blob/3.3.0-debian-11-r6/3.3/debian-11/Dockerfile)
|
||||
* [`3.3`, `3.3-debian-11`, `3.3.0`, `3.3.0-debian-11-r7`, `latest` (3.3/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-spark/blob/3.3.0-debian-11-r7/3.3/debian-11/Dockerfile)
|
||||
* [`3.2`, `3.2-debian-11`, `3.2.1`, `3.2.1-debian-11-r11` (3.2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-spark/blob/3.2.1-debian-11-r11/3.2/debian-11/Dockerfile)
|
||||
* [`3.1`, `3.1-debian-11`, `3.1.3`, `3.1.3-debian-11-r7` (3.1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-spark/blob/3.1.3-debian-11-r7/3.1/debian-11/Dockerfile)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue