Skip to content

Commit

Permalink
Adding alma9 run image
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrothea authored Oct 3, 2023
1 parent a5e9140 commit 82fd0c4
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions dockerfiles/alma9-run.dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# This Dockerfile is used to build an headles vnc image based on Centos

#FROM centos:centos8
FROM ghcr.io/dune-daq/alma9-minimal:latest


ARG HTTP_PROXY=local
ARG HTTPS_PROXY=local
ENV HTTP_PROXY=${HTTP_PROXY}
ENV HTTPS_PROXY=${HTTPS_PROXY}

ENV REFRESHED_AT 2023-10-04

# Common system tools requried to for debugging and causing trouble
RUN yum clean all \
&& yum -y install \
sudo pciutils iputils iproute telnet nc \
&& yum clean all

ENTRYPOINT ["/bin/bash"]
2 changes: 1 addition & 1 deletion dockerfiles/c8-run.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV REFRESHED_AT 2021-11-18

ENV UPS_OVERRIDE="-H Linux64bit+4.18-2.28"

# Common system tools requried to run various bash scripts
# Common system tools requried to for debugging and causing trouble
RUN yum clean all \
&& yum -y install \
sudo pciutils iputils iproute telnet nc \
Expand Down

0 comments on commit 82fd0c4

Please sign in to comment.