Compare commits
11 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f8b02a730c | ||
|
|
57b1ac75e0 | ||
|
|
62c6ef4f94 | ||
|
|
b28310fccb | ||
|
|
8f01b0e193 | ||
|
|
47960ad041 | ||
|
|
4017cc15da | ||
|
|
aa2a3d7c5c | ||
|
|
0e2146c8ee | ||
|
|
fe8becb04e | ||
|
|
8aff9763a2 |
1 changed files with 7 additions and 8 deletions
15
Dockerfile
15
Dockerfile
|
|
@ -1,23 +1,22 @@
|
|||
FROM registry.fedoraproject.org/fedora:25
|
||||
FROM registry.fedoraproject.org/fedora:rawhide
|
||||
MAINTAINER "Stef Walter" <stefw@redhat.com>
|
||||
|
||||
ENV VERSION=135 RELEASE=14
|
||||
ENV VERSION=181
|
||||
LABEL BZComponent="cockpit" \
|
||||
Name="$FGC/cockpit" \
|
||||
Version="$VERSION" \
|
||||
Release="$RELEASE.$DISTTAG" \
|
||||
Architecture="x86_64"
|
||||
|
||||
|
||||
RUN dnf install -y cockpit-ws cockpit-dashboard
|
||||
RUN dnf install -y cockpit-ws cockpit-dashboard cockpit-bridge && \
|
||||
mkdir -p /container && ln -s /host/proc/1 /container/target-namespace && \
|
||||
dnf clean all
|
||||
|
||||
RUN mkdir -p /container && ln -s /host/proc/1 /container/target-namespace
|
||||
ADD atomic-install /container/atomic-install
|
||||
ADD atomic-uninstall /container/atomic-uninstall
|
||||
ADD atomic-run /container/atomic-run
|
||||
RUN chmod -v +x /container/atomic-install
|
||||
RUN chmod -v +x /container/atomic-uninstall
|
||||
RUN chmod -v +x /container/atomic-run
|
||||
|
||||
RUN chmod -v +x /container/atomic-install /container/atomic-uninstall /container/atomic-run
|
||||
|
||||
# Make the container think it's the host OS version
|
||||
RUN rm -f /etc/os-release /usr/lib/os-release && ln -sv /host/etc/os-release /etc/os-release && ln -sv /host/usr/lib/os-release /usr/lib/os-release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue