Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libnice
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Olivier Crête
libnice
Commits
4048e2a9
Commit
4048e2a9
authored
Jul 31, 2019
by
Olivier Crête
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dockerfiles: Add valgrind to docker files
parent
b47d19af
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
2 deletions
+16
-2
tests/docker/centos7-autotools/Dockerfile
tests/docker/centos7-autotools/Dockerfile
+8
-1
tests/docker/centos7-meson/Dockerfile
tests/docker/centos7-meson/Dockerfile
+8
-1
No files found.
tests/docker/centos7-autotools/Dockerfile
View file @
4048e2a9
...
@@ -4,10 +4,17 @@
...
@@ -4,10 +4,17 @@
# docker push registry.freedesktop.org/libnice/libnice/centos7/autotools-build:$(date --rfc-3339=date)
# docker push registry.freedesktop.org/libnice/libnice/centos7/autotools-build:$(date --rfc-3339=date)
# docker push registry.freedesktop.org/libnice/libnice/centos7/autotools-build:latest
# docker push registry.freedesktop.org/libnice/libnice/centos7/autotools-build:latest
# alternatively
# buildah bud -t registry.freedesktop.org/libnice/libnice/centos7/autotools-build:$(date --rfc-3339=date) .
# buildah tag registry.freedesktop.org/libnice/libnice/centos7/autotools-build:$(date --rfc-3339=date) registry.freedesktop.org/libnice/libnice/centos7/autotools-build:latest
# buildah push registry.freedesktop.org/libnice/libnice/centos7/autotools-build:latest
# buildah push registry.freedesktop.org/libnice/libnice/centos7/autotools-build:$(date --rfc-3339=date)
FROM
centos:centos7
FROM
centos:centos7
RUN
yum
-y
update
;
yum clean all
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
git gtk-doc gnutls-devel gupnp-igd-devel gstreamer1-devel gobject-introspection-devel
valgrind
;
yum clean all
RUN
yum
-y
install
autoconf automake libtool
;
yum clean all
RUN
yum
-y
install
autoconf automake libtool
;
yum clean all
RUN
yum
-y
install
net-tools
;
yum clean all
RUN
yum
-y
install
net-tools
;
yum clean all
tests/docker/centos7-meson/Dockerfile
View file @
4048e2a9
...
@@ -4,10 +4,17 @@
...
@@ -4,10 +4,17 @@
# docker push registry.freedesktop.org/libnice/libnice/centos7/meson-build:latest
# docker push registry.freedesktop.org/libnice/libnice/centos7/meson-build:latest
# docker push registry.freedesktop.org/libnice/libnice/centos7/meson-build:$(date --rfc-3339=date)
# docker push registry.freedesktop.org/libnice/libnice/centos7/meson-build:$(date --rfc-3339=date)
# alternatively
# buildah bud -t registry.freedesktop.org/libnice/libnice/centos7/meson-build:$(date --rfc-3339=date) .
# buildah tag registry.freedesktop.org/libnice/libnice/centos7/meson-build:$(date --rfc-3339=date) registry.freedesktop.org/libnice/libnice/centos7/meson-build:latest
# buildah push registry.freedesktop.org/libnice/libnice/centos7/meson-build:latest
# buildah push registry.freedesktop.org/libnice/libnice/centos7/meson-build:$(date --rfc-3339=date)
FROM
centos:centos7
FROM
centos:centos7
RUN
yum
-y
update
;
yum clean all
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
git gtk-doc gnutls-devel gupnp-igd-devel gstreamer1-devel gobject-introspection-devel
valgrind
;
yum clean all
RUN
yum
-y
install
net-tools
;
yum clean all
RUN
yum
-y
install
net-tools
;
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