sha256:7f1d4e317b9edfd175b1a9449cd1de1dd0f621a0fd77c015d93c8490d75bc06a
OS/ARCH
linux/amd64
Compressed size
453.68 MB
Last pushed
24 days by quintenqvd
Type
Image
Manifest digest
sha256:24e53ea65726ec6e6a8ac202d41fb10f0fb9e03e3b773aadc263d45541ae29d1
Image Layers
1# debian.sh --arch 'amd64' out/46.25 MB2ENV DEBIAN_FRONTEND=noninteractive0 B3RUN /bin/sh -c useradd -m3.25 KB4RUN /bin/sh -c apt update14.59 MB5RUN /bin/sh -c apt install384.3 MB6RUN /bin/sh -c wget http://repo.mysql.com/apt/debian/pool/mysql-8.0/m/mysql-community/mysql-common_8.0.42-1debian12_amd64.deb268.67 KB7RUN /bin/sh -c wget http://repo.mysql.com/apt/debian/pool/mysql-8.0/m/mysql-community/mysql-community-client-plugins_8.0.42-1debian12_amd64.deb5.49 MB8RUN /bin/sh -c wget http://repo.mysql.com/apt/debian/pool/mysql-8.0/m/mysql-community/libmysqlclient21_8.0.42-1debian12_amd64.deb2.31 MB9RUN /bin/sh -c update-locale lang=en_US.UTF-8476.58 KB10WORKDIR /home/container32 B11COPY ./entrypoint.sh /entrypoint.sh # buildkit350 B12CMD ["/bin/bash" "/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600'