GitLab (git.doit.wisc.edu) has been upgraded to version 17.9.2. For more, see: https://about.gitlab.com/releases/2025/02/20/gitlab-17-9-released/
FROM mysql:8.4.0-oraclelinux8 WORKDIR / #COPY init.sql /docker-entrypoint-initdb.d/ COPY hdma-wi-2021.sql.gz /docker-entrypoint-initdb.d/ RUN gzip -d /docker-entrypoint-initdb.d/hdma-wi-2021.sql.gz CMD ["mysqld"]