Skip to content

Commit

Permalink
Bump rockylinux from 9.1-minimal to 9.2-minimal in /docker
Browse files Browse the repository at this point in the history
Bumps rockylinux from 9.1-minimal to 9.2-minimal.

---
updated-dependencies:
- dependency-name: rockylinux
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 14, 2023
1 parent 5ceb303 commit aba4834
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ENV PATH=${WORKDIR}:$PATH

################################################################################################################
##### Final stage for image
FROM rockylinux:9.1-minimal
FROM rockylinux:9.2-minimal

########################################Copy over the NGEN artifacts############################################
COPY --chown=root --from=rocky_build_staging /dmod/ /dmod/
Expand Down
8 changes: 4 additions & 4 deletions docker/Dockerfile.ngen-deps
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ ARG REPO_URL=https://github.com/NOAA-OWP/ngen.git \
################################################################################################################
################################################################################################################
##### Create intermediate Docker build stage for Rocky-Linux-based "base"
FROM rockylinux:9.1 as rocky-base
FROM rockylinux:9.2 as rocky-base

#USER=root

Expand All @@ -84,7 +84,7 @@ RUN dnf update -y \
################################################################################################################
################################################################################################################
##### Create intermediate Docker build stage for downloading Boost
FROM rockylinux:9.1 AS download_boost
FROM rockylinux:9.2 AS download_boost

# Redeclaring inside this stage to get default from before first FROM
ARG BOOST_VERSION
Expand All @@ -96,7 +96,7 @@ RUN curl -L -o boost_${BOOST_VERSION//./_}.tar.bz2 https://sourceforge.net/proje
################################################################################################################
##https://support.hdfgroup.org/ftp/HDF5/releases##############################################################################################################
##### Create intermediate Docker build stage for downloading MPICH
FROM rockylinux:9.1 AS download_mpich
FROM rockylinux:9.2 AS download_mpich

# Redeclaring inside this stage to get default from before first FROM
ARG MPICH_VERSION
Expand All @@ -107,7 +107,7 @@ RUN curl -o /tmp/mpich-${MPICH_VERSION}.tar.gz https://www.mpich.org/static/down
################################################################################################################
################################################################################################################
##### Create intermediate Docker build stage for downloading MPICH
FROM rockylinux:9.1 AS download_hd5
FROM rockylinux:9.2 AS download_hd5

# Redeclaring inside this stage to get default from before first FROM
ARG HD5_VERSION
Expand Down

0 comments on commit aba4834

Please sign in to comment.