Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Nomad
Commits
6014a508
Commit
6014a508
authored
6 years ago
by
Michael Schurter
Browse files
Options
Download
Email Patches
Plain Diff
rkt: revert to redis 3.2 to favor stability
parent
734602e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
client/driver/rkt_test.go
+4
-4
client/driver/rkt_test.go
with
4 additions
and
4 deletions
+4
-4
client/driver/rkt_test.go
+
4
-
4
View file @
6014a508
...
...
@@ -277,7 +277,7 @@ func TestRktDriver_Start_Wait_AllocDir(t *testing.T) {
Name
:
"rkttest_alpine"
,
Driver
:
"rkt"
,
Config
:
map
[
string
]
interface
{}{
"image"
:
"docker://redis:
4
-alpine"
,
"image"
:
"docker://redis:
3.2
-alpine"
,
"command"
:
"/bin/sh"
,
"args"
:
[]
string
{
"-c"
,
...
...
@@ -343,7 +343,7 @@ func TestRktDriver_UserGroup(t *testing.T) {
Driver
:
"rkt"
,
User
:
"nobody"
,
Config
:
map
[
string
]
interface
{}{
"image"
:
"docker://redis:
4
-alpine"
,
"image"
:
"docker://redis:
3.2
-alpine"
,
"group"
:
"nogroup"
,
"command"
:
"sleep"
,
"args"
:
[]
string
{
"9000"
},
...
...
@@ -467,7 +467,7 @@ func TestRktDriver_PortMapping(t *testing.T) {
Name
:
"redis"
,
Driver
:
"rkt"
,
Config
:
map
[
string
]
interface
{}{
"image"
:
"docker://redis:
4
-alpine"
,
"image"
:
"docker://redis:
3.2
-alpine"
,
"port_map"
:
[]
map
[
string
]
string
{
{
"main"
:
"6379-tcp"
,
...
...
@@ -536,7 +536,7 @@ func TestRktDriver_PortsMapping_Host(t *testing.T) {
Name
:
"redis"
,
Driver
:
"rkt"
,
Config
:
map
[
string
]
interface
{}{
"image"
:
"docker://redis:
4
-alpine"
,
"image"
:
"docker://redis:
3.2
-alpine"
,
"net"
:
[]
string
{
"host"
},
},
LogConfig
:
&
structs
.
LogConfig
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Projects
Groups
Snippets
Help