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
76f1386b
Commit
76f1386b
authored
Mar 02, 2018
by
Jan Safranek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Gluster image
- rebase to Fedora 26
parent
410b7240
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
Dockerfile
test/images/volumes-tester/gluster/Dockerfile
+2
-2
Makefile
test/images/volumes-tester/gluster/Makefile
+1
-1
manifest.go
test/utils/image/manifest.go
+1
-1
No files found.
test/images/volumes-tester/gluster/Dockerfile
View file @
76f1386b
...
@@ -12,8 +12,8 @@
...
@@ -12,8 +12,8 @@
# 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
centos
FROM
fedora:26
RUN
yum
-y
install hostname
centos-release-gluster
&&
yum
-y
install
glusterfs-server
&&
yum clean all
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 @
76f1386b
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
# 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.
TAG
=
0.
4
TAG
=
0.
5
PREFIX
=
staging-k8s.gcr.io
PREFIX
=
staging-k8s.gcr.io
all
:
push
all
:
push
...
...
test/utils/image/manifest.go
View file @
76f1386b
...
@@ -95,7 +95,7 @@ var (
...
@@ -95,7 +95,7 @@ var (
TestWebserver
=
ImageConfig
{
e2eRegistry
,
"test-webserver"
,
"1.0"
,
true
}
TestWebserver
=
ImageConfig
{
e2eRegistry
,
"test-webserver"
,
"1.0"
,
true
}
VolumeNFSServer
=
ImageConfig
{
gcRegistry
,
"volume-nfs"
,
"0.8"
,
false
}
VolumeNFSServer
=
ImageConfig
{
gcRegistry
,
"volume-nfs"
,
"0.8"
,
false
}
VolumeISCSIServer
=
ImageConfig
{
gcRegistry
,
"volume-iscsi"
,
"0.2"
,
false
}
VolumeISCSIServer
=
ImageConfig
{
gcRegistry
,
"volume-iscsi"
,
"0.2"
,
false
}
VolumeGlusterServer
=
ImageConfig
{
gcRegistry
,
"volume-gluster"
,
"0.
2
"
,
false
}
VolumeGlusterServer
=
ImageConfig
{
gcRegistry
,
"volume-gluster"
,
"0.
5
"
,
false
}
VolumeRBDServer
=
ImageConfig
{
gcRegistry
,
"volume-rbd"
,
"0.2"
,
false
}
VolumeRBDServer
=
ImageConfig
{
gcRegistry
,
"volume-rbd"
,
"0.2"
,
false
}
)
)
...
...
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