sha256:ef4329fb2b3327dd76cb34382d70193dd60e3b894a47639f931cf23f80ef412a
OS/ARCH
Compressed size
258.96 MB
Last pushed
about 15 hours by localstackci
Type
Image
Manifest digest
sha256:55f4146795721ead731a4726b72a7f1167d8b54800e6ff6cf12f0e92277e6e59
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2RUN /bin/sh -c apt-get update51.31 MB3COPY /opt/pg /opt/pg # buildkit67.95 MB4COPY /src/target/release/snowflake-server /usr/local/bin/snowflake-server # buildkit55.06 MB5COPY /opt/java-runtime /opt/java-runtime # buildkit57.83 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 'arm64' out/ 'bookworm' '@1787529600'