Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
UNLOCK
kubernetes
Commits
d36054be
Commit
d36054be
authored
Nov 11, 2020
by
Koehorst, Jasper
Browse files
change docker image
parent
ebb4159e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/nl/munlock/kubernetes/Kubernetes.java
View file @
d36054be
...
...
@@ -213,7 +213,7 @@ public class Kubernetes {
// Defines the docker container
V1Container
containerItem
=
new
V1Container
();
containerItem
.
name
(
uuid
+
"_"
+
yamlName
);
containerItem
.
image
(
"
m
unlock/
base
"
);
containerItem
.
image
(
"
docker-registry.wur.nl/
unlock/
docker
"
);
V1ResourceRequirements
resource
=
new
V1ResourceRequirements
();
// Set limits to the job
...
...
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