Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libnice
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
libnice
Commits
92a2d6b7
Commit
92a2d6b7
authored
Jan 03, 2019
by
Olivier Crête
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests: Add Dockerfiles
parent
6df8fa64
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
0 deletions
+32
-0
tests/docker/centos7-autotools/Dockerfile
tests/docker/centos7-autotools/Dockerfile
+13
-0
tests/docker/centos7-meson/Dockerfile
tests/docker/centos7-meson/Dockerfile
+19
-0
No files found.
tests/docker/centos7-autotools/Dockerfile
0 → 100644
View file @
92a2d6b7
# build with
# docker build -t registry.freedesktop.org/ocrete/libnice/centos7/autotools-build:$(date --rfc-3339=date) .
# docker tag registry.freedesktop.org/ocrete/libnice/centos7/autotools-build:$(date --rfc-3339=date) registry.freedesktop.org/ocrete/libnice/centos7/autotools-build:latest
# docker push registry.freedesktop.org/ocrete/libnice/centos7/autotools-build:$(date --rfc-3339=date)
# docker push registry.freedesktop.org/ocrete/libnice/centos7/autotools-build:latest
FROM
centos:centos7
RUN
yum
-y
update
;
yum clean all
RUN
yum
-y
install
git gtk-doc gnutls-devel gupnp-igd-devel gstreamer1-devel gobject-introspection-devel
;
yum clean all
RUN
yum
-y
install
autoconf automake libtool
;
yum clean all
RUN
yum
-y
install
net-tools
;
yum clean all
tests/docker/centos7-meson/Dockerfile
0 → 100644
View file @
92a2d6b7
# build with
# docker build -t registry.freedesktop.org/ocrete/libnice/centos7/meson-build:$(date --rfc-3339=date) .
# docker tag registry.freedesktop.org/ocrete/libnice/centos7/meson-build:$(date --rfc-3339=date) registry.freedesktop.org/ocrete/libnice/centos7/meson-build:latest
# docker push registry.freedesktop.org/ocrete/libnice/centos7/meson-build:latest
# docker push registry.freedesktop.org/ocrete/libnice/centos7/meson-build:$(date --rfc-3339=date)
FROM
centos:centos7
RUN
yum
-y
update
;
yum clean all
RUN
yum
-y
install
git gtk-doc gnutls-devel gupnp-igd-devel gstreamer1-devel gobject-introspection-devel
;
yum clean all
RUN
yum
-y
install
net-tools
;
yum clean all
RUN
yum
-y
install
centos-release-scl
;
yum clean all
RUN
yum
-y
install
rh-python36
;
yum clean all
RUN
scl
enable
rh-python36
"pip3 install meson"
RUN
yum
-y
install
https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
;
yum clean all
RUN
yum
-y
install
ninja-build
;
yum clean all
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