2021-09-13 12:00:52 +02:00
|
|
|
# syntax=docker/dockerfile:1
|
|
|
|
|
2020-03-01 02:38:26 +01:00
|
|
|
# This file was generated using a Jinja2 template.
|
2021-01-25 02:26:25 +01:00
|
|
|
# Please make your changes in `Dockerfile.j2` and then `make` the individual Dockerfiles.
|
2020-01-01 15:47:18 +01:00
|
|
|
|
2021-09-04 09:47:06 +02:00
|
|
|
{% set build_stage_base_image = "rust:1.54-bullseye" %}
|
2019-12-28 22:52:01 +01:00
|
|
|
{% if "alpine" in target_file %}
|
2020-09-22 00:39:39 +02:00
|
|
|
{% if "amd64" in target_file %}
|
2021-08-22 13:46:48 +02:00
|
|
|
{% set build_stage_base_image = "clux/muslrust:nightly-2021-08-22" %}
|
2021-06-26 14:08:06 +02:00
|
|
|
{% set runtime_stage_base_image = "alpine:3.14" %}
|
2020-10-11 17:26:49 +02:00
|
|
|
{% set package_arch_target = "x86_64-unknown-linux-musl" %}
|
2021-01-09 11:33:36 +01:00
|
|
|
{% elif "armv7" in target_file %}
|
2020-09-22 00:39:39 +02:00
|
|
|
{% set build_stage_base_image = "messense/rust-musl-cross:armv7-musleabihf" %}
|
2021-06-26 14:08:06 +02:00
|
|
|
{% set runtime_stage_base_image = "balenalib/armv7hf-alpine:3.14" %}
|
2020-10-11 17:26:49 +02:00
|
|
|
{% set package_arch_target = "armv7-unknown-linux-musleabihf" %}
|
2020-09-22 00:39:39 +02:00
|
|
|
{% endif %}
|
2019-12-28 22:52:01 +01:00
|
|
|
{% elif "amd64" in target_file %}
|
2021-09-04 09:47:06 +02:00
|
|
|
{% set runtime_stage_base_image = "debian:bullseye-slim" %}
|
2021-01-09 11:33:36 +01:00
|
|
|
{% elif "arm64" in target_file %}
|
2021-09-04 09:47:06 +02:00
|
|
|
{% set runtime_stage_base_image = "balenalib/aarch64-debian:bullseye" %}
|
2019-12-28 22:52:01 +01:00
|
|
|
{% set package_arch_name = "arm64" %}
|
2020-10-11 17:26:49 +02:00
|
|
|
{% set package_arch_target = "aarch64-unknown-linux-gnu" %}
|
|
|
|
{% set package_cross_compiler = "aarch64-linux-gnu" %}
|
2021-01-09 11:33:36 +01:00
|
|
|
{% elif "armv6" in target_file %}
|
2021-09-04 09:47:06 +02:00
|
|
|
{% set runtime_stage_base_image = "balenalib/rpi-debian:bullseye" %}
|
2019-12-28 22:52:01 +01:00
|
|
|
{% set package_arch_name = "armel" %}
|
2020-10-11 17:26:49 +02:00
|
|
|
{% set package_arch_target = "arm-unknown-linux-gnueabi" %}
|
|
|
|
{% set package_cross_compiler = "arm-linux-gnueabi" %}
|
2021-01-09 11:33:36 +01:00
|
|
|
{% elif "armv7" in target_file %}
|
2021-09-04 09:47:06 +02:00
|
|
|
{% set runtime_stage_base_image = "balenalib/armv7hf-debian:bullseye" %}
|
2019-12-28 22:52:01 +01:00
|
|
|
{% set package_arch_name = "armhf" %}
|
2020-10-11 17:26:49 +02:00
|
|
|
{% set package_arch_target = "armv7-unknown-linux-gnueabihf" %}
|
|
|
|
{% set package_cross_compiler = "arm-linux-gnueabihf" %}
|
2019-12-28 22:52:01 +01:00
|
|
|
{% endif %}
|
2020-10-11 17:26:49 +02:00
|
|
|
{% if package_arch_name is defined %}
|
|
|
|
{% set package_arch_prefix = ":" + package_arch_name %}
|
|
|
|
{% else %}
|
2019-12-28 22:52:01 +01:00
|
|
|
{% set package_arch_prefix = "" %}
|
|
|
|
{% endif %}
|
2020-10-11 17:26:49 +02:00
|
|
|
{% if package_arch_target is defined %}
|
|
|
|
{% set package_arch_target_param = " --target=" + package_arch_target %}
|
|
|
|
{% else %}
|
|
|
|
{% set package_arch_target_param = "" %}
|
|
|
|
{% endif %}
|
2021-09-13 12:00:52 +02:00
|
|
|
{% if "buildx" in target_file %}
|
|
|
|
{% set mount_rust_cache = "--mount=type=cache,target=/root/.cargo/git --mount=type=cache,target=/root/.cargo/registry " %}
|
|
|
|
{% else %}
|
|
|
|
{% set mount_rust_cache = "" %}
|
|
|
|
{% endif %}
|
2020-03-01 02:38:26 +01:00
|
|
|
# Using multistage build:
|
|
|
|
# https://docs.docker.com/develop/develop-images/multistage-build/
|
|
|
|
# https://whitfin.io/speeding-up-rust-docker-builds/
|
|
|
|
####################### VAULT BUILD IMAGE #######################
|
2021-09-22 20:26:17 +02:00
|
|
|
{% set vault_version = "2.23.0" %}
|
|
|
|
{% set vault_image_digest = "sha256:68790f9a62bf3edd6d54ce62ba9f0a2d2ddc7d3e1e9e36324fcbe632293f8fbc" %}
|
2021-01-25 02:26:25 +01:00
|
|
|
# The web-vault digest specifies a particular web-vault build on Docker Hub.
|
|
|
|
# Using the digest instead of the tag name provides better security,
|
|
|
|
# as the digest of an image is immutable, whereas a tag name can later
|
|
|
|
# be changed to point to a malicious image.
|
2020-03-16 22:34:59 +01:00
|
|
|
#
|
2021-01-25 02:26:25 +01:00
|
|
|
# To verify the current digest for a given tag name:
|
2021-04-27 23:18:32 +02:00
|
|
|
# - From https://hub.docker.com/r/vaultwarden/web-vault/tags,
|
2021-01-25 02:26:25 +01:00
|
|
|
# click the tag name to view the digest of the image it currently points to.
|
|
|
|
# - From the command line:
|
2021-04-27 23:18:32 +02:00
|
|
|
# $ docker pull vaultwarden/web-vault:v{{ vault_version }}
|
|
|
|
# $ docker image inspect --format "{{ '{{' }}.RepoDigests}}" vaultwarden/web-vault:v{{ vault_version }}
|
|
|
|
# [vaultwarden/web-vault@{{ vault_image_digest }}]
|
2021-01-25 02:26:25 +01:00
|
|
|
#
|
|
|
|
# - Conversely, to get the tag name from the digest:
|
2021-04-27 23:18:32 +02:00
|
|
|
# $ docker image inspect --format "{{ '{{' }}.RepoTags}}" vaultwarden/web-vault@{{ vault_image_digest }}
|
|
|
|
# [vaultwarden/web-vault:v{{ vault_version }}]
|
2021-01-25 02:26:25 +01:00
|
|
|
#
|
2021-04-27 23:18:32 +02:00
|
|
|
FROM vaultwarden/web-vault@{{ vault_image_digest }} as vault
|
2019-12-28 22:52:01 +01:00
|
|
|
|
|
|
|
########################## BUILD IMAGE ##########################
|
2019-12-31 15:13:43 +01:00
|
|
|
FROM {{ build_stage_base_image }} as build
|
2019-12-28 22:52:01 +01:00
|
|
|
|
2020-08-19 00:02:14 +02:00
|
|
|
{% if "alpine" in target_file %}
|
2020-12-16 19:31:39 +01:00
|
|
|
{% if "amd64" in target_file %}
|
2020-12-04 13:38:42 +01:00
|
|
|
# Alpine-based AMD64 (musl) does not support mysql/mariadb during compile time.
|
|
|
|
ARG DB=sqlite,postgresql
|
2020-12-16 19:31:39 +01:00
|
|
|
{% set features = "sqlite,postgresql" %}
|
|
|
|
{% else %}
|
2020-12-04 13:38:42 +01:00
|
|
|
# Alpine-based ARM (musl) only supports sqlite during compile time.
|
2021-06-29 10:37:39 +02:00
|
|
|
# We now also need to add vendored_openssl, because the current base image we use to build has OpenSSL removed.
|
|
|
|
ARG DB=sqlite,vendored_openssl
|
2020-12-16 19:31:39 +01:00
|
|
|
{% set features = "sqlite" %}
|
|
|
|
{% endif %}
|
2020-08-19 00:02:14 +02:00
|
|
|
{% else %}
|
2020-10-06 18:04:53 +02:00
|
|
|
# Debian-based builds support multidb
|
|
|
|
ARG DB=sqlite,mysql,postgresql
|
2020-12-16 19:31:39 +01:00
|
|
|
{% set features = "sqlite,mysql,postgresql" %}
|
2019-12-31 16:24:49 +01:00
|
|
|
{% endif %}
|
2020-10-11 17:26:49 +02:00
|
|
|
|
2019-12-31 16:20:04 +01:00
|
|
|
# Build time options to avoid dpkg warnings and help with reproducible builds.
|
2021-09-13 12:00:52 +02:00
|
|
|
ENV DEBIAN_FRONTEND=noninteractive \
|
|
|
|
LANG=C.UTF-8 \
|
|
|
|
TZ=UTC \
|
|
|
|
TERM=xterm-256color \
|
|
|
|
CARGO_HOME="/root/.cargo" \
|
|
|
|
USER="root"
|
2019-12-31 16:20:04 +01:00
|
|
|
|
2021-09-13 12:00:52 +02:00
|
|
|
{# {% if "alpine" not in target_file and "buildx" in target_file %}
|
|
|
|
# Debian based Buildx builds can use some special apt caching to speedup building.
|
|
|
|
# By default Debian based images have some rules to keep docker builds clean, we need to remove this.
|
|
|
|
# See: https://hub.docker.com/r/docker/dockerfile
|
|
|
|
RUN rm -f /etc/apt/apt.conf.d/docker-clean; echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
|
|
|
|
{% endif %} #}
|
|
|
|
|
|
|
|
# Create CARGO_HOME folder and don't download rust docs
|
|
|
|
RUN {{ mount_rust_cache -}} mkdir -pv "${CARGO_HOME}" \
|
|
|
|
&& rustup set profile minimal
|
2019-12-28 22:52:01 +01:00
|
|
|
|
|
|
|
{% if "alpine" in target_file %}
|
2020-03-16 22:34:59 +01:00
|
|
|
ENV RUSTFLAGS='-C link-arg=-s'
|
2021-03-23 23:47:12 +01:00
|
|
|
{% if "armv7" in target_file %}
|
|
|
|
ENV CFLAGS_armv7_unknown_linux_musleabihf="-mfpu=vfpv3-d16"
|
|
|
|
{% endif %}
|
2020-08-19 00:02:14 +02:00
|
|
|
{% elif "arm" in target_file %}
|
2021-09-13 12:00:52 +02:00
|
|
|
# NOTE: Any apt-get/dpkg after this stage will fail because of broken dependencies.
|
|
|
|
# For Diesel-RS migrations_macros to compile with MySQL/MariaDB we need to do some magic.
|
|
|
|
# We at least need libmariadb3:amd64 installed for the x86_64 version of libmariadb.so (client)
|
|
|
|
# We also need the libmariadb-dev-compat:amd64 but it can not be installed together with the {{ package_arch_prefix }} version.
|
|
|
|
# What we can do is a force install, because nothing important is overlapping each other.
|
|
|
|
#
|
2019-12-31 15:17:31 +01:00
|
|
|
# Install required build libs for {{ package_arch_name }} architecture.
|
2020-10-06 18:04:53 +02:00
|
|
|
# To compile both mysql and postgresql we need some extra packages for both host arch and target arch
|
2021-09-13 12:00:52 +02:00
|
|
|
RUN sed 's/^deb/deb-src/' /etc/apt/sources.list > /etc/apt/sources.list.d/deb-src.list \
|
2019-12-31 15:17:31 +01:00
|
|
|
&& dpkg --add-architecture {{ package_arch_name }} \
|
|
|
|
&& apt-get update \
|
|
|
|
&& apt-get install -y \
|
|
|
|
--no-install-recommends \
|
|
|
|
libssl-dev{{ package_arch_prefix }} \
|
2020-10-06 18:04:53 +02:00
|
|
|
libc6-dev{{ package_arch_prefix }} \
|
|
|
|
libpq5{{ package_arch_prefix }} \
|
|
|
|
libpq-dev \
|
2021-09-13 12:00:52 +02:00
|
|
|
libmariadb3:amd64 \
|
2020-10-06 18:04:53 +02:00
|
|
|
libmariadb-dev{{ package_arch_prefix }} \
|
2021-05-08 16:48:48 +02:00
|
|
|
libmariadb-dev-compat{{ package_arch_prefix }} \
|
2020-10-11 17:26:49 +02:00
|
|
|
gcc-{{ package_cross_compiler }} \
|
2021-09-13 12:00:52 +02:00
|
|
|
#
|
|
|
|
# Manual install libmariadb-dev-compat:amd64 ( After this broken dependencies will break apt )
|
|
|
|
&& apt-get download libmariadb-dev-compat:amd64 \
|
|
|
|
&& dpkg --force-all -i ./libmariadb-dev-compat*.deb \
|
|
|
|
&& rm -rvf ./libmariadb-dev-compat*.deb \
|
|
|
|
&& apt-get clean \
|
|
|
|
&& rm -rf /var/lib/apt/lists/* \
|
|
|
|
#
|
|
|
|
# For Diesel-RS migrations_macros to compile with PostgreSQL we need to do some magic.
|
|
|
|
# The libpq5{{ package_arch_prefix }} package seems to not provide a symlink to libpq.so.5 with the name libpq.so.
|
|
|
|
# This is only provided by the libpq-dev package which can't be installed for both arch at the same time.
|
|
|
|
# Without this specific file the ld command will fail and compilation fails with it.
|
|
|
|
&& ln -sfnr /usr/lib/{{ package_cross_compiler }}/libpq.so.5 /usr/lib/{{ package_cross_compiler }}/libpq.so \
|
|
|
|
#
|
|
|
|
# Make sure cargo has the right target config
|
|
|
|
&& echo '[target.{{ package_arch_target }}]' >> "${CARGO_HOME}/config" \
|
|
|
|
&& echo 'linker = "{{ package_cross_compiler }}-gcc"' >> "${CARGO_HOME}/config" \
|
|
|
|
&& echo 'rustflags = ["-L/usr/lib/{{ package_cross_compiler }}"]' >> "${CARGO_HOME}/config"
|
2019-12-28 22:52:01 +01:00
|
|
|
|
2021-09-13 12:00:52 +02:00
|
|
|
# Set arm specific environment values
|
|
|
|
ENV CC_{{ package_arch_target | replace("-", "_") }}="/usr/bin/{{ package_cross_compiler }}-gcc"
|
|
|
|
ENV CROSS_COMPILE="1"
|
|
|
|
ENV OPENSSL_INCLUDE_DIR="/usr/include/{{ package_cross_compiler }}"
|
|
|
|
ENV OPENSSL_LIB_DIR="/usr/lib/{{ package_cross_compiler }}"
|
2019-12-31 15:49:22 +01:00
|
|
|
|
2021-09-13 12:00:52 +02:00
|
|
|
{% elif "amd64" in target_file %}
|
2020-08-19 00:02:14 +02:00
|
|
|
# Install DB packages
|
2021-09-13 12:00:52 +02:00
|
|
|
RUN apt-get update \
|
|
|
|
&& apt-get install -y \
|
|
|
|
--no-install-recommends \
|
|
|
|
libmariadb-dev{{ package_arch_prefix }} \
|
|
|
|
libpq-dev{{ package_arch_prefix }} \
|
|
|
|
&& apt-get clean \
|
2019-12-28 22:52:01 +01:00
|
|
|
&& rm -rf /var/lib/apt/lists/*
|
|
|
|
{% endif %}
|
2020-08-19 00:02:14 +02:00
|
|
|
|
2019-12-28 22:52:01 +01:00
|
|
|
# Creates a dummy project used to grab dependencies
|
2019-12-31 15:31:01 +01:00
|
|
|
RUN USER=root cargo new --bin /app
|
2019-12-28 22:52:01 +01:00
|
|
|
WORKDIR /app
|
|
|
|
|
|
|
|
# Copies over *only* your manifests and build files
|
|
|
|
COPY ./Cargo.* ./
|
|
|
|
COPY ./rust-toolchain ./rust-toolchain
|
|
|
|
COPY ./build.rs ./build.rs
|
|
|
|
|
2020-10-11 17:26:49 +02:00
|
|
|
{% if package_arch_target is defined %}
|
2021-09-13 12:00:52 +02:00
|
|
|
RUN {{ mount_rust_cache -}} rustup target add {{ package_arch_target }}
|
2019-12-31 15:38:55 +01:00
|
|
|
{% endif %}
|
2020-09-22 00:39:39 +02:00
|
|
|
|
2019-12-28 22:52:01 +01:00
|
|
|
# Builds your dependencies and removes the
|
|
|
|
# dummy project, except the target folder
|
|
|
|
# This folder contains the compiled dependencies
|
2021-09-13 12:00:52 +02:00
|
|
|
RUN {{ mount_rust_cache -}} cargo build --features ${DB} --release{{ package_arch_target_param }} \
|
2021-05-08 16:48:48 +02:00
|
|
|
&& find . -not -path "./target*" -delete
|
2019-12-28 22:52:01 +01:00
|
|
|
|
|
|
|
# Copies the complete project
|
|
|
|
# To avoid copying unneeded files, use .dockerignore
|
|
|
|
COPY . .
|
|
|
|
|
|
|
|
# Make sure that we actually build the project
|
|
|
|
RUN touch src/main.rs
|
|
|
|
|
|
|
|
# Builds again, this time it'll just be
|
|
|
|
# your actual source files being built
|
2021-09-13 12:00:52 +02:00
|
|
|
RUN {{ mount_rust_cache -}} cargo build --features ${DB} --release{{ package_arch_target_param }}
|
2020-09-22 00:39:39 +02:00
|
|
|
{% if "alpine" in target_file %}
|
2021-01-09 11:33:36 +01:00
|
|
|
{% if "armv7" in target_file %}
|
2021-05-08 16:48:48 +02:00
|
|
|
# hadolint ignore=DL3059
|
2021-04-27 23:18:32 +02:00
|
|
|
RUN musl-strip target/{{ package_arch_target }}/release/vaultwarden
|
2020-09-22 00:39:39 +02:00
|
|
|
{% endif %}
|
2019-12-28 22:52:01 +01:00
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
######################## RUNTIME IMAGE ########################
|
|
|
|
# Create a new stage with a minimal image
|
|
|
|
# because we already have a binary built
|
2019-12-31 15:13:43 +01:00
|
|
|
FROM {{ runtime_stage_base_image }}
|
2019-12-28 22:52:01 +01:00
|
|
|
|
|
|
|
ENV ROCKET_ENV "staging"
|
|
|
|
ENV ROCKET_PORT=80
|
|
|
|
ENV ROCKET_WORKERS=10
|
2019-12-31 15:13:43 +01:00
|
|
|
{% if "alpine" in runtime_stage_base_image %}
|
2019-12-28 22:52:01 +01:00
|
|
|
ENV SSL_CERT_DIR=/etc/ssl/certs
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
{% if "amd64" not in target_file %}
|
2021-05-08 16:48:48 +02:00
|
|
|
# hadolint ignore=DL3059
|
2019-12-28 22:52:01 +01:00
|
|
|
RUN [ "cross-build-start" ]
|
2019-12-31 16:24:49 +01:00
|
|
|
{% endif %}
|
2021-05-08 16:48:48 +02:00
|
|
|
|
|
|
|
# Create data folder and Install needed libraries
|
|
|
|
RUN mkdir /data \
|
2019-12-31 15:13:43 +01:00
|
|
|
{% if "alpine" in runtime_stage_base_image %}
|
2021-05-08 16:48:48 +02:00
|
|
|
&& apk add --no-cache \
|
2019-12-28 22:52:01 +01:00
|
|
|
openssl \
|
2021-08-06 13:39:33 +02:00
|
|
|
tzdata \
|
2019-12-28 22:52:01 +01:00
|
|
|
curl \
|
2021-01-22 08:18:38 +01:00
|
|
|
dumb-init \
|
2020-12-16 19:31:39 +01:00
|
|
|
{% if "mysql" in features %}
|
2019-12-28 22:52:01 +01:00
|
|
|
mariadb-connector-c \
|
2020-12-16 19:31:39 +01:00
|
|
|
{% endif %}
|
|
|
|
{% if "postgresql" in features %}
|
2019-12-28 22:52:01 +01:00
|
|
|
postgresql-libs \
|
2019-12-31 15:13:43 +01:00
|
|
|
{% endif %}
|
2019-12-28 22:52:01 +01:00
|
|
|
ca-certificates
|
|
|
|
{% else %}
|
2021-05-08 16:48:48 +02:00
|
|
|
&& apt-get update && apt-get install -y \
|
2019-12-28 22:52:01 +01:00
|
|
|
--no-install-recommends \
|
|
|
|
openssl \
|
|
|
|
ca-certificates \
|
|
|
|
curl \
|
2021-01-22 08:18:38 +01:00
|
|
|
dumb-init \
|
2020-10-06 18:04:53 +02:00
|
|
|
libmariadb-dev-compat \
|
2019-12-28 22:52:01 +01:00
|
|
|
libpq5 \
|
2021-09-13 12:00:52 +02:00
|
|
|
&& apt-get clean \
|
2019-12-28 22:52:01 +01:00
|
|
|
&& rm -rf /var/lib/apt/lists/*
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
{% if "amd64" not in target_file %}
|
2021-05-08 16:48:48 +02:00
|
|
|
# hadolint ignore=DL3059
|
2019-12-28 22:52:01 +01:00
|
|
|
RUN [ "cross-build-end" ]
|
|
|
|
{% endif %}
|
2021-05-08 16:48:48 +02:00
|
|
|
|
2019-12-28 22:52:01 +01:00
|
|
|
VOLUME /data
|
|
|
|
EXPOSE 80
|
|
|
|
EXPOSE 3012
|
|
|
|
|
|
|
|
# Copies the files from the context (Rocket.toml file and web-vault)
|
|
|
|
# and the binary from the "build" stage to the current stage
|
2021-03-30 21:45:10 +02:00
|
|
|
WORKDIR /
|
2019-12-28 22:52:01 +01:00
|
|
|
COPY Rocket.toml .
|
|
|
|
COPY --from=vault /web-vault ./web-vault
|
2020-10-11 17:26:49 +02:00
|
|
|
{% if package_arch_target is defined %}
|
2021-04-27 23:18:32 +02:00
|
|
|
COPY --from=build /app/target/{{ package_arch_target }}/release/vaultwarden .
|
2020-10-11 17:26:49 +02:00
|
|
|
{% else %}
|
2021-04-27 23:18:32 +02:00
|
|
|
COPY --from=build /app/target/release/vaultwarden .
|
2019-12-28 22:52:01 +01:00
|
|
|
{% endif %}
|
|
|
|
|
2020-03-26 04:13:36 +01:00
|
|
|
COPY docker/healthcheck.sh /healthcheck.sh
|
2020-07-06 00:26:20 +02:00
|
|
|
COPY docker/start.sh /start.sh
|
2019-12-28 22:52:01 +01:00
|
|
|
|
2020-03-26 04:13:36 +01:00
|
|
|
HEALTHCHECK --interval=60s --timeout=10s CMD ["/healthcheck.sh"]
|
2019-12-28 22:52:01 +01:00
|
|
|
|
|
|
|
# Configures the startup!
|
2021-01-22 08:18:38 +01:00
|
|
|
ENTRYPOINT ["/usr/bin/dumb-init", "--"]
|
2020-07-06 00:26:20 +02:00
|
|
|
CMD ["/start.sh"]
|