sha256:ef4329fb2b3327dd76cb34382d70193dd60e3b894a47639f931cf23f80ef412a
OS/ARCH
Compressed size
268 MB
Last pushed
about 15 hours by localstackci
Type
Image
Manifest digest
sha256:b5e928f1cc26975aeafde0624f8334cbacc5d84a7772e52e319d7ccb9a5dcff8
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c apt-get update51.83 MB3COPY /opt/pg /opt/pg # buildkit72.16 MB4COPY /src/target/release/snowflake-server /usr/local/bin/snowflake-server # buildkit58.72 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' '@1787529600'