sha256:d24f3070d8a34c42b91f60bbe4da97ee365bb271b3d2df632c1d539edd3f75ee
OS/ARCH
Compressed size
269.6 MB
Last pushed
about 16 hours by localstackci
Type
Image
Manifest digest
sha256:1a2ab6b0e637078b27a1e65c97b2a2de11ffb660ffdc738dfe0543a053746c91
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2RUN /bin/sh -c apt-get update51.83 MB3COPY /opt/pg /opt/pg # buildkit73.05 MB4COPY /src/target/release/snowflake-server /usr/local/bin/snowflake-server # buildkit59.42 MB5COPY /opt/java-runtime /opt/java-runtime # buildkit58.36 MB6RUN /bin/sh -c useradd --uid3.38 KB7COPY --chmod=0755 scripts/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh #4 KB8ENV HOME=/home/snowflake PATH=/opt/pg/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin SNOWFLAKE_MANAGE_PG=1 SNOWFLAKE_PG_HOST=127.0.0.10 B9EXPOSE map[443/tcp:{} 4566/tcp:{}]0 B10VOLUME [/var/lib/localstack]0 B11LABEL org.opencontainers.image.source=https://github.com/localstack/snowflake-rs org.opencontainers.image.title=snowflake-rs org.opencontainers.image.description=Snowflake emulator0 B12ENTRYPOINT ["docker-entrypoint.sh"]0 B13CMD ["snowflake-server"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1789689600'