Skip to content

Commit

Permalink
Merge branch 'gitbook' of https://github.com/indigo-dc/onedock into g…
Browse files Browse the repository at this point in the history
…itbook
  • Loading branch information
alpegon committed Oct 13, 2016
2 parents fe6aa30 + a562ce4 commit decf28a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion install/centos/install-docker
Expand Up @@ -8,7 +8,8 @@ enabled=1
gpgcheck=1
gpgkey=https://yum.dockerproject.org/gpg
EOT
yum install -y docker-engine-1.9.1-1.el7.centos
yum install -y yum-versionlock docker-engine-1.9.1-1.el7.centos
yum versionlock docker-engine

systemctl start docker
systemctl enable docker
1 change: 1 addition & 0 deletions install/ubuntu/install-docker
Expand Up @@ -8,6 +8,7 @@ deb https://apt.dockerproject.org/repo ubuntu-trusty main
EOT
apt-get -y update
apt-get -y install linux-image-extra-$(uname -r) docker-engine=1.9.1-0~trusty
apt-mark hold docker-engine
cat > /etc/init.d/dockerrestart << EOT
#!/bin/bash
cgroups-umount
Expand Down
2 changes: 1 addition & 1 deletion packaging/debian/master/DEBIAN/control
Expand Up @@ -3,7 +3,7 @@ Version: 1.0-2
Section: unknown
Priority: extra
Architecture: all
Depends: opennebula (>= 4.12.3+dfsg-3build1), xmlstarlet (>= 1.5.0-1), mount, jq (>= 1.3-1.1ubuntu1), qemu-utils
Depends: opennebula (>= 4.12.3+dfsg-3build1), xmlstarlet (>= 1.5.0-1), mount, jq (>= 1.3-1.1ubuntu1), qemu-utils, docker-engine (=1.9.1-0~trusty)
Maintainer: Indigo DC Project (https://github.com/indigo-dc/onedock)
Description: ONEDock
ONEDock is a set of extensions for OpenNebula to use containers as
Expand Down
2 changes: 1 addition & 1 deletion packaging/debian/node/DEBIAN/control
Expand Up @@ -3,7 +3,7 @@ Version: 1.0-2
Section: unknown
Priority: extra
Architecture: all
Depends: opennebula-node (>= 4.12.3+dfsg-3build1), xmlstarlet (>= 1.5.0-1), mount, jq (>= 1.3-1.1ubuntu1), qemu-utils
Depends: opennebula-node (>= 4.12.3+dfsg-3build1), xmlstarlet (>= 1.5.0-1), mount, jq (>= 1.3-1.1ubuntu1), qemu-utils, docker-engine (=1.9.1-0~trusty)
Maintainer: Indigo DC Project (https://github.com/indigo-dc/onedock)
Description: ONEDock (for internal nodes)
ONEDock is a set of extensions for OpenNebula to use containers as
Expand Down
2 changes: 1 addition & 1 deletion packaging/rpm/onedock-master.spec
Expand Up @@ -6,7 +6,7 @@ URL: https://github.com/indigo-dc/onedock
License: Apache-2.0
Group: unknown
BuildRoot: %{_tmppath}/%{name}-root
Requires: xmlstarlet jq opennebula
Requires: xmlstarlet jq opennebula docker-engine = 1.9.1-1.el7.centos
Source0: onedock-master-%{version}.tar.gz
BuildArch: noarch

Expand Down
2 changes: 1 addition & 1 deletion packaging/rpm/onedock-node.spec
Expand Up @@ -6,7 +6,7 @@ URL: https://github.com/indigo-dc/onedock
License: Apache-2.0
Group: unknown
BuildRoot: %{_tmppath}/%{name}-root
Requires: xmlstarlet jq opennebula-node-kvm
Requires: xmlstarlet jq opennebula-node-kvm docker-engine = 1.9.1-1.el7.centos
BuildArch: noarch

%description
Expand Down

0 comments on commit decf28a

Please sign in to comment.