Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
bcdf89a9
Commit
bcdf89a9
authored
Aug 27, 2015
by
Jan Safranek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rebase the gluster image to CentOS.
Using the same base for NFS and Gluster images should reduce the download size. Also, CentOS image is ~30MB smaller than Ubuntu 14.04.
parent
721afd6f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
54 additions
and
4 deletions
+54
-4
Dockerfile
test/images/volumes-tester/gluster/Dockerfile
+3
-3
Makefile
test/images/volumes-tester/gluster/Makefile
+1
-1
gluster.repo
test/images/volumes-tester/gluster/gluster.repo
+50
-0
No files found.
test/images/volumes-tester/gluster/Dockerfile
View file @
bcdf89a9
...
@@ -12,10 +12,10 @@
...
@@ -12,10 +12,10 @@
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
FROM
ubuntu:14.04
FROM
centos
MAINTAINER
Jan Safranek, jsafrane@redhat.com
MAINTAINER
Jan Safranek, jsafrane@redhat.com
ENV
DEBIAN_FRONTEND noninteractive
ADD
gluster.repo /etc/yum.repos.d/
RUN
apt-get update
-qq
&&
apt-get
install
-y
glusterfs-server
-qq
RUN
yum
-y
install hostname
glusterfs-server
&&
yum clean all
ADD
glusterd.vol /etc/glusterfs/
ADD
glusterd.vol /etc/glusterfs/
ADD
run_gluster.sh /usr/local/bin/
ADD
run_gluster.sh /usr/local/bin/
ADD
index.html /vol/
ADD
index.html /vol/
...
...
test/images/volumes-tester/gluster/Makefile
View file @
bcdf89a9
all
:
push
all
:
push
TAG
=
0.
1
TAG
=
0.
2
container
:
container
:
docker build
-t
gcr.io/google_containers/volume-gluster
.
# Build new image and automatically tag it as latest
docker build
-t
gcr.io/google_containers/volume-gluster
.
# Build new image and automatically tag it as latest
...
...
test/images/volumes-tester/gluster/gluster.repo
0 → 100644
View file @
bcdf89a9
[epel]
name=Extra Packages for Enterprise Linux 7 - $basearch
#baseurl=http://download.fedoraproject.org/pub/epel/7/$basearch
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=$basearch
failovermethod=priority
enabled=1
gpgcheck=1
gpgkey=https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7
[epel-debuginfo]
name=Extra Packages for Enterprise Linux 7 - $basearch - Debug
#baseurl=http://download.fedoraproject.org/pub/epel/7/$basearch/debug
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-debug-7&arch=$basearch
failovermethod=priority
enabled=0
gpgcheck=1
gpgkey=https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7
[epel-source]
name=Extra Packages for Enterprise Linux 7 - $basearch - Source
#baseurl=http://download.fedoraproject.org/pub/epel/7/SRPMS
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-source-7&arch=$basearch
failovermethod=priority
enabled=0
gpgcheck=1
gpgkey=https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7
[glusterfs-epel]
name=GlusterFS is a clustered file-system capable of scaling to several petabytes.
baseurl=http://download.gluster.org/pub/gluster/glusterfs/LATEST/EPEL.repo/epel-$releasever/$basearch/
enabled=1
skip_if_unavailable=1
gpgcheck=1
gpgkey=http://download.gluster.org/pub/gluster/glusterfs/LATEST/EPEL.repo/pub.key
[glusterfs-noarch-epel]
name=GlusterFS is a clustered file-system capable of scaling to several petabytes.
baseurl=http://download.gluster.org/pub/gluster/glusterfs/LATEST/EPEL.repo/epel-$releasever/noarch
enabled=1
skip_if_unavailable=1
gpgcheck=1
gpgkey=http://download.gluster.org/pub/gluster/glusterfs/LATEST/EPEL.repo/pub.key
[glusterfs-source-epel]
name=GlusterFS is a clustered file-system capable of scaling to several petabytes. - Source
baseurl=http://download.gluster.org/pub/gluster/glusterfs/LATEST/EPEL.repo/epel-$releasever/SRPMS
enabled=0
skip_if_unavailable=1
gpgcheck=1
gpgkey=http://download.gluster.org/pub/gluster/glusterfs/LATEST/EPEL.repo/pub.key
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