Skip to content

Commit

Permalink
Add FIXME (#6675)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsotirho-ucsc committed Nov 20, 2024
1 parent 7323945 commit 35fe2fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ RUN mkdir terraform \
RUN install -m 0755 -d /etc/apt/keyrings
COPY --chmod=0644 bin/keys/docker-apt-keyring.pgp /etc/apt/keyrings/docker.gpg
ARG azul_docker_version
# FIXME: Remove mounting of fips_enabled
# https://github.com/DataBiosphere/azul/issues/6675
ARG azul_proc_sys_crypto
RUN --mount=type=bind,source=fips_enabled,target=${azul_proc_sys_crypto}/fips_enabled \
set -o pipefail \
Expand Down
2 changes: 2 additions & 0 deletions environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,8 @@ def env() -> Mapping[str, Optional[str]]:
#
'azul_vpn_subnet': None,

# FIXME: Remove azul_proc_sys_crypto
# https://github.com/DataBiosphere/azul/issues/6675
# When building the Azul dockerfile on a FIPS mode enabled system (e.g.
# GitLab), this variable should be set to `/proc/sys/crypto`, the path
# where a `fips_enabled` file will be mounted. This is required for the
Expand Down

0 comments on commit 35fe2fa

Please sign in to comment.