sha256:ba8967348f5ec744c864c388ea9be14eca85b52dfee228cd0977ad089e81263c
OS/ARCH
linux/amd64
Compressed size
650.11 MB
Last pushed
about 6 years by appsodydevops
Type
Image
Manifest digest
sha256:ba8967348f5ec744c864c388ea9be14eca85b52dfee228cd0977ad089e81263c
Image Layers
1ADD file ... in / 48.05 MB2CMD ["bash"]0 B3/bin/sh -c apt-get update &&7.45 MB4/bin/sh -c set -ex; if9.53 MB5/bin/sh -c apt-get update &&49.39 MB6/bin/sh -c set -ex; apt-get183.15 MB7ENV RUSTUP_HOME=/usr/local/rustup CARGO_HOME=/usr/local/cargo PATH=/usr/local/cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B8/bin/sh -c set -eux; 122.94 MB9/bin/sh -c apt-get update &&101.42 MB10/bin/sh -c rustup target add23.15 MB11/bin/sh -c cargo install sccache105.03 MB12ENV CARGO_HOME=/usr/local/cargo/deps0 B13ENV SCCACHE_DIR=/project/sccache0 B14ENV RUSTC_WRAPPER=sccache0 B15ENV APPSODY_MOUNTS=.:/project/user-app;~/.cache/sccache:/project/sccache0 B16ENV APPSODY_DEPS=/usr/local/cargo/deps0 B17ENV APPSODY_WATCH_DIR=/project/user-app0 B18ENV APPSODY_WATCH_REGEX=^(Cargo.toml|.*.rs)$0 B19ENV APPSODY_RUN=cargo run --target0 B20ENV APPSODY_RUN_ON_CHANGE=cargo run --target0 B21ENV APPSODY_RUN_KILL=true0 B22ENV APPSODY_TEST=cargo test0 B23ENV APPSODY_DEBUG=cargo build --target0 B24ENV APPSODY_DEBUG_ON_CHANGE=cargo build --target0 B25ENV APPSODY_DEBUG_KILL=true0 B26COPY file:e832756a5d1bfcfc8f72ee7f237a300651fb1d534679adf8d8f15e74680c3724 in /licenses 3.93 KB27COPY dir:a325e736d282b5b6e2cd5e8701bccefdd8f051cf04e62211e253b46d2fff0a3c in /project 807 B28COPY dir:f7e478fb5845c54aa10a61477d918f14c9e1c970f5622a6c20f990cf6166c8d7 in /config 349 B29WORKDIR /project/user-app155 B30ENV PORT=80000 B31EXPOSE 80000 B32EXPOSE 12340 B33EXPOSE 50000 B34LABEL dev.appsody.image.commit.contextDir=/experimental/rust0 B35LABEL dev.appsody.image.commit.date=Thu Jul 20 B36LABEL dev.appsody.image.commit.message=Update Rust version0 B37LABEL dev.appsody.stack.id=rust0 B38LABEL dev.appsody.stack.tag=docker.io/appsody/rust:0.3.00 B39LABEL org.opencontainers.image.authors=Sandy Koh <skoh7645>,0 B40LABEL org.opencontainers.image.created=2020-07-02T16:38:00Z0 B41LABEL org.opencontainers.image.description=Runtime for Rust0 B42LABEL org.opencontainers.image.documentation=https://github.com/appsody/stacks/tree/master/experimental/rust/README.md0 B43LABEL org.opencontainers.image.licenses=Apache-2.00 B44LABEL org.opencontainers.image.revision=25c287249ffadb7421c086fe1ce6022f23aa74cd0 B45LABEL org.opencontainers.image.source=https://github.com/appsody/stacks/tree/master/experimental/rust/image0 B46LABEL org.opencontainers.image.title=Rust0 B47LABEL org.opencontainers.image.url=https://github.com/appsody/stacks/tree/master/experimental/rust0 B48LABEL org.opencontainers.image.version=0.3.00 BCommand
ADD file:d6d0bdf8cb07a7a0dc32e9df50ac80ca1a524c3fa48136892ded195061f2194c in /