File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM registry.k8s.io/build-image/debian-base:bullseye -v1.4.3
15
+ FROM registry.k8s.io/build-image/debian-base:bookworm -v1.0.0
16
16
17
17
ARG ARCH=amd64
18
18
ARG binary=./_output/${ARCH}/blobplugin
@@ -35,14 +35,14 @@ RUN chmod +x /blobfuse-proxy/init.sh && \
35
35
chmod +x /blobfuse-proxy/blobfuse-proxy
36
36
37
37
# packages that are only needed by aznfs: procps conntrack iptables bind9-host iproute2 bash netcat sysvinit-utils.
38
- RUN apt update && apt upgrade -y && apt-mark unhold libcap2 && clean-install ca-certificates uuid-dev util-linux mount udev wget e2fsprogs nfs-common netbase procps conntrack iptables bind9-host iproute2 bash netcat sysvinit-utils
38
+ RUN apt update && apt upgrade -y && apt-mark unhold libcap2 && clean-install ca-certificates uuid-dev util-linux mount udev wget e2fsprogs nfs-common netbase procps conntrack iptables bind9-host iproute2 bash netcat-traditional sysvinit-utils
39
39
40
40
# install aznfs
41
41
RUN if [ "$ARCH" = "amd64" ] ; then \
42
42
wget -O aznfs.tar.gz https://github.com/Azure/AZNFS-mount/releases/download/1.0.8/aznfs-1.0.8-1.x86_64.tar.gz; \
43
43
else \
44
44
wget -O aznfs.tar.gz https://github.com/Azure/AZNFS-mount/releases/download/1.0.8/aznfs-1.0.8-1.arm64.tar.gz;fi
45
- RUN tar xvzf aznfs.tar.gz -C / && rm aznfs.tar.gz
45
+ RUN tar xvzf aznfs.tar.gz -C / --keep-directory-symlink && rm aznfs.tar.gz
46
46
47
47
# install azcopy
48
48
ARG azcopyURL=https://azcopyvnext.azureedge.net/releases/release-10.21.2-20231106/azcopy_linux_amd64_10.21.2.tar.gz
You can’t perform that action at this time.
0 commit comments