Skip to content

Commit

Permalink
Automated push to update 2023-12-14
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 14, 2023
1 parent 2548ea2 commit 65f2202
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ubuntu/20.04/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:20.04@sha256:f5c3e53367f142fab0b49908550bdcdc4fb619d2f61ec1dfa60d26e0d59ac9e7

LABEL maintainer="Chris White <[email protected]>,@vsoch,David Beckingsale <[email protected]>"
LABEL org.opencontainers.image.source=https://github.com/LLNL/radiuss-docker
Expand Down
2 changes: 1 addition & 1 deletion ubuntu/22.04/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:22.04@sha256:8eab65df33a6de2844c9aefd19efe8ddb87b7df5e9185a4ab73af936225685bb

LABEL maintainer="Chris White <[email protected]>,@vsoch,David Beckingsale <[email protected]>"
LABEL org.opencontainers.image.source=https://github.com/LLNL/radiuss-docker
Expand Down
14 changes: 14 additions & 0 deletions ubuntu/23.04/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
FROM ubuntu:22.04@sha256:8eab65df33a6de2844c9aefd19efe8ddb87b7df5e9185a4ab73af936225685bb

LABEL maintainer="Chris White <[email protected]>,@vsoch,David Beckingsale <[email protected]>"
LABEL org.opencontainers.image.source=https://github.com/LLNL/radiuss-docker

ENV DEBIAN_FRONTEND=noninteractive
ENV TZ=America/Los_Angeles

WORKDIR /opt
COPY ./scripts /opt/scripts

RUN ./scripts/ubuntu/setup.sh && \
./scripts/install-cmake-binary.sh && \
add-apt-repository -y ppa:ubuntu-toolchain-r/test
14 changes: 14 additions & 0 deletions ubuntu/24.04/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
FROM ubuntu:22.04@sha256:8eab65df33a6de2844c9aefd19efe8ddb87b7df5e9185a4ab73af936225685bb

LABEL maintainer="Chris White <[email protected]>,@vsoch,David Beckingsale <[email protected]>"
LABEL org.opencontainers.image.source=https://github.com/LLNL/radiuss-docker

ENV DEBIAN_FRONTEND=noninteractive
ENV TZ=America/Los_Angeles

WORKDIR /opt
COPY ./scripts /opt/scripts

RUN ./scripts/ubuntu/setup.sh && \
./scripts/install-cmake-binary.sh && \
add-apt-repository -y ppa:ubuntu-toolchain-r/test

0 comments on commit 65f2202

Please sign in to comment.