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 26, 2024
1 parent 68c9aa7 commit 472f16c
Show file tree
Hide file tree
Showing 2 changed files with 5 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
3 changes: 3 additions & 0 deletions environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -909,5 +909,8 @@ def env() -> Mapping[str, Optional[str]]:
# command `apt-get update` to succeed which would otherwise fail on
# Debian bookworm with FIPS mode enabled.
#
# FIXME: Remove azul_proc_sys_crypto
# https://github.com/DataBiosphere/azul/issues/6675
#
'azul_proc_sys_crypto': '/tmp'
}

0 comments on commit 472f16c

Please sign in to comment.