Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
ubuntu_20_04
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
HZB
EPICS
base
ubuntu_20_04
Commits
10ac89f3
Commit
10ac89f3
authored
1 year ago
by
(INACTIVE) Marcel Bajdel (new marcel.bajdel)
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop' into 'main'
Develop See merge request
hzb/epics/base/ubuntu_20_04!25
parents
790c3940
03ea8d73
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!25
Develop
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+4
-2
4 additions, 2 deletions
Dockerfile
README.md
+3
-0
3 additions, 0 deletions
README.md
with
7 additions
and
2 deletions
Dockerfile
+
4
−
2
View file @
10ac89f3
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
README.md
+
3
−
0
View file @
10ac89f3

# 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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment