Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
David Kosztka
Pod
Commits
1cdb4422
Unverified
Commit
1cdb4422
authored
3 years ago
by
Vasili Novikov
Browse files
Options
Download
Plain Diff
Merge branch 'dev' into ci-cd-clean
parents
40b23822
212d99aa
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Cargo.lock
+3
-1
Cargo.lock
Cargo.toml
+1
-1
Cargo.toml
src/plugin_run.rs
+1
-0
src/plugin_run.rs
with
5 additions
and
2 deletions
+5
-2
Cargo.lock
+
3
-
1
View file @
1cdb4422
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "aead"
version = "0.4.2"
...
...
@@ -928,7 +930,7 @@ dependencies = [
[[package]]
name = "pod"
version = "0.4.
2
"
version = "0.4.
3
"
dependencies = [
"bytes",
"chacha20poly1305",
...
...
This diff is collapsed.
Click to expand it.
Cargo.toml
+
1
-
1
View file @
1cdb4422
[package]
name
=
"pod"
version
=
"0.4.
2
"
version
=
"0.4.
3
"
authors
=
[
"Bijun Li <bijun.li@polis.global>"
,
"Ruben Seggers <ruben.seggers@polis.global>"
,
...
...
This diff is collapsed.
Click to expand it.
src/plugin_run.rs
+
1
-
0
View file @
1cdb4422
...
...
@@ -193,6 +193,7 @@ fn run_kubernetes_container(
);
let
mut
args
:
Vec
<
String
>
=
Vec
::
with_capacity
(
7
);
args
.push
(
"run"
.to_string
());
args
.push
(
"--rm"
.to_string
());
args
.push
(
container_id
);
args
.push
(
format!
(
"--image={}"
,
container_image
));
args
.push
(
format!
(
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Explore
Projects
Groups
Snippets