sha256:2c868c1b60b2eb900510a46d56b9112ac6ca86e60965d31d14d08bde16b43be8
OS/ARCH
Compressed size
242.67 MB
Last pushed
about 1 month by localstackci
Type
Image
Manifest digest
sha256:abaa5b83a7678bf384b7c7f875b52e0b3a7ffeb4afaa04003fac29a8cc5e317e
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c apt-get update51.83 MB3COPY /opt/pg /opt/pg # buildkit61.36 MB4COPY /src/target/release/snowflake-server /usr/local/bin/snowflake-server # buildkit44.19 MB5COPY /opt/java-runtime /opt/java-runtime # buildkit58.36 MB6RUN /bin/sh -c useradd --uid3.37 KB7USER snowflake0 B8ENV PATH=/opt/pg/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin PGDATA=/var/lib/snowflake-rs/data SNOWFLAKE_MANAGE_PG=1 SNOWFLAKE_PG_HOST=127.0.0.10 B9EXPOSE map[8080/tcp:{}]0 B10VOLUME [/var/lib/snowflake-rs]0 B11LABEL org.opencontainers.image.source=https://github.com/localstack/snowflake-rs org.opencontainers.image.title=snowflake-rs org.opencontainers.image.description=Snowflake emulator0 B12CMD ["snowflake-server"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1785715200'