Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.core
Commits
78edabbd
Commit
78edabbd
authored
Oct 02, 2018
by
Samuel GAIST
Browse files
[docker] Update list of images to pull for testing
parent
d9af80c1
Changes
2
Hide whitespace changes
Inline
Side-by-side
buildout_pull_images.sh
View file @
78edabbd
#! /bin/bash
#! /bin/bash
IMAGES
=(
IMAGES
=(
docker.idiap.ch/beat/beat.env.system.python:1.3.0r
0
docker.idiap.ch/beat/beat.env.system.python:1.3.0r
1
docker.idiap.ch/beat/beat.env.db.examples:1.4.0r
0
docker.idiap.ch/beat/beat.env.db.examples:1.4.0r
1
docker.idiap.ch/beat/beat.env.cxx:1.1.0r1
docker.idiap.ch/beat/beat.env.cxx:1.1.0r1
docker.idiap.ch/beat/beat.env.client:1.3.0r1
docker.idiap.ch/beat/beat.env.client:1.3.0r1
)
)
...
...
scripts/before_test.sh
View file @
78edabbd
...
@@ -8,8 +8,8 @@ check_env REGISTRY
...
@@ -8,8 +8,8 @@ check_env REGISTRY
# Select here images that are required for minimal operation (or tests)
# Select here images that are required for minimal operation (or tests)
IMAGES
=(
IMAGES
=(
"
${
REGISTRY
}
/beat/beat.env.system.python:1.3.0r
0
"
"
${
REGISTRY
}
/beat/beat.env.system.python:1.3.0r
1
"
"
${
REGISTRY
}
/beat/beat.env.db.examples:1.4.0r
0
"
"
${
REGISTRY
}
/beat/beat.env.db.examples:1.4.0r
1
"
"
${
REGISTRY
}
/beat/beat.env.cxx:1.1.0r1"
"
${
REGISTRY
}
/beat/beat.env.cxx:1.1.0r1"
"
${
REGISTRY
}
/beat/beat.env.client:1.3.0r1"
"
${
REGISTRY
}
/beat/beat.env.client:1.3.0r1"
)
)
...
...
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