Skip to content
Snippets Groups Projects
Commit 10ac89f3 authored by (INACTIVE) Marcel Bajdel (new marcel.bajdel)'s avatar (INACTIVE) Marcel Bajdel (new marcel.bajdel) :rocket:
Browse files

Merge branch 'develop' into 'main'

Develop

See merge request hzb/epics/base/ubuntu_20_04!25
parents 790c3940 03ea8d73
No related branches found
No related tags found
1 merge request!25Develop
......@@ -14,7 +14,8 @@ ENV PATH=${VIRTUALENV}/bin:${EPICS_BASE}/bin/${EPICS_HOST_ARCH}:${PATH}
ENV SUPPORT ${EPICS_ROOT}/support
ENV IOC ${EPICS_ROOT}/ioc
ENV SRC_LOCATION=/opt/src
ARG DEBIAN_FRONTEND=noninteractive
ENV TZ=Europe/Berlin
##### developer / build stage ##################################################
......@@ -48,7 +49,8 @@ RUN sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && \
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8
## setting the timezone
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
# Clone the conf files into the docker container
RUN git clone --depth 1 --recursive --branch R7.0.7 https://github.com/epics-base/epics-base.git ${SRC_LOCATION}
# Specify the location of the installation
......
![pipeline](https://codebase.helmholtz.cloud/hzb/epics/base/ubuntu_20_04/badges/docker_image_branch/pipeline.svg)
# Epics base
- Version of EPICS : `7.0.7`
- Version of Ubuntu : `20.04`
This image puts EPICS base at /opt/epics/base
This image tries to keep the image relatively by deleting EPICS source and keeping the cache clean.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment