You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN apt update -y && apt install -y make libssl-dev pkg-config
RUN rustup component add rustfmt clippy
RUN cargo fmt --all -- --check && cargo clippy
RUN RUSTFLAGS="-C link-arg=-s" cargo build --locked --no-default-features --release
FROM gcr.io/distroless/cc-debian11:nonroot-amd64
LABEL org.opencontainers.image.description "Google Cloud Storage Proxy for Download and provide limited access combined with http basic authentication, written in blazingly fast rust actix web framework"