Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
Power System Simulation and Optimization
DPsim
DPsim
Commits
28cd6575
Commit
28cd6575
authored
Oct 04, 2018
by
Steffen Vogel
🎅🏼
Browse files
docker: use fedora 29
Former-commit-id:
510ab1f6
parent
1f79e81c
Changes
2
Show whitespace changes
Inline
Side-by-side
Packaging/Docker/Dockerfile
View file @
28cd6575
...
@@ -10,7 +10,7 @@ WORKDIR /dpsim/build
...
@@ -10,7 +10,7 @@ WORKDIR /dpsim/build
RUN
cmake
-DBUILD_EXAMPLES
=
OFF
-DCPACK_GENERATOR
=
RPM ..
RUN
cmake
-DBUILD_EXAMPLES
=
OFF
-DCPACK_GENERATOR
=
RPM ..
RUN
make
-j
$(
nproc
)
package
RUN
make
-j
$(
nproc
)
package
FROM
fedora:2
8
FROM
fedora:2
9
LABEL
\
LABEL
\
org.label-schema.schema-version = "1.0" \
org.label-schema.schema-version = "1.0" \
...
@@ -22,7 +22,7 @@ LABEL \
...
@@ -22,7 +22,7 @@ LABEL \
org.label-schema.url = "http://fein-aachen.org/projects/dpsim/" \
org.label-schema.url = "http://fein-aachen.org/projects/dpsim/" \
org.label-schema.vcs-url = "https://git.rwth-aachen.de/acs/core/simulation/DPsim"
org.label-schema.vcs-url = "https://git.rwth-aachen.de/acs/core/simulation/DPsim"
ADD
https://packages.fein-aachen.org/
r
ed
hat
/fein.repo /etc/yum.repos.d/
ADD
https://packages.fein-aachen.org/
f
ed
ora
/fein.repo /etc/yum.repos.d/
COPY
--from=builder /dpsim/build/*.rpm /tmp
COPY
--from=builder /dpsim/build/*.rpm /tmp
RUN
dnf
-y
install
/tmp/
*
.rpm
RUN
dnf
-y
install
/tmp/
*
.rpm
...
...
Packaging/Docker/Dockerfile.dev
View file @
28cd6575
FROM fedora:2
8
FROM fedora:2
9
LABEL \
LABEL \
org.label-schema.schema-version = "1.0" \
org.label-schema.schema-version = "1.0" \
...
@@ -10,7 +10,7 @@ LABEL \
...
@@ -10,7 +10,7 @@ LABEL \
org.label-schema.url = "http://fein-aachen.org/projects/dpsim/" \
org.label-schema.url = "http://fein-aachen.org/projects/dpsim/" \
org.label-schema.vcs-url = "https://git.rwth-aachen.de/acs/core/simulation/DPsim"
org.label-schema.vcs-url = "https://git.rwth-aachen.de/acs/core/simulation/DPsim"
ADD https://packages.fein-aachen.org/
r
ed
hat
/fein.repo /etc/yum.repos.d/
ADD https://packages.fein-aachen.org/
f
ed
ora
/fein.repo /etc/yum.repos.d/
RUN dnf -y update
RUN dnf -y update
...
@@ -27,14 +27,14 @@ RUN dnf -y install \
...
@@ -27,14 +27,14 @@ RUN dnf -y install \
pkg-config
pkg-config
# Dependencies
# Dependencies
RUN dnf -y install \
RUN dnf
--refresh
-y install \
python3-devel \
python3-devel \
eigen3-devel \
eigen3-devel \
expat-devel \
expat-devel \
graphviz-devel \
graphviz-devel \
sundials-devel \
sundials-devel \
libcimpp16v29a \
libvillas-devel \
libvillas-devel \
libcimpp16v29a \
spdlog
spdlog
# Install some debuginfos
# Install some debuginfos
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment