Skip to main content
Homepage
Explore
Search or go to…
/
Sign in
Explore
Primary navigation
Project
D
Docker Image for Software Builds
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
Lehrstuhl für Informations- und Automatisierungssysteme
Docker Image for Software Builds
Commits
2fdd3397
This project is archived. Its data is
read-only
.
Commit
2fdd3397
authored
Oct 22, 2019
by
Michael Thies
Browse files
Options
Downloads
Patches
Plain Diff
Add Dockerfile and GitLab-CI
parent
f09ece2f
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+7
-0
7 additions, 0 deletions
.gitlab-ci.yml
Dockerfile
+3
-0
3 additions, 0 deletions
Dockerfile
with
10 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
7
−
0
View file @
2fdd3397
image
:
docker
build
:
stage
:
build
script
:
-
docker image build -t registry.git.rwth-aachen.de/acplt/rte-tools/rte-build-docker-image/image .
-
docker push registry.git.rwth-aachen.de/acplt/rte-tools/rte-build-docker-image/image
This diff is collapsed.
Click to expand it.
Dockerfile
0 → 100644
+
3
−
0
View file @
2fdd3397
FROM
ubuntu:18.04
RUN
ln
-fs
/usr/share/zoneinfo/Europe/Berlin /etc/localtime
&&
apt-get update
-qq
&&
apt-get
install
-y
-qq
build-essential bison flex tcl cmake gcc-arm-linux-gnueabihf gcc-mingw-w64-x86-64 binutils-mingw-w64-x86-64
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
sign in
to comment