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
Bradley Matusiak
POD
Commits
bc3addf8
Commit
bc3addf8
authored
2 years ago
by
Muhammad Bilal
Committed by
Szymon Zimnowoda
2 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Added DO plugin registry
parent
70e91a18
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libpod/src/plugin_run.rs
+2
-1
libpod/src/plugin_run.rs
with
2 additions
and
1 deletion
+2
-1
libpod/src/plugin_run.rs
+
2
-
1
View file @
bc3addf8
...
...
@@ -177,9 +177,10 @@ fn run_docker_container(
run_any_command
(
"docker"
,
&
args
,
&
envs
,
triggered_by_item_id
)
.map
(|
_c
|
())
}
static
IMPORTERS_PLUGINS
:
[
&
str
;
2
]
=
[
static
IMPORTERS_PLUGINS
:
[
&
str
;
3
]
=
[
"gitlab.memri.io:5050/memri/plugins/whatsapp-multi-device"
,
"gitlab.memri.io:5050/memri/plugins/twitter"
,
"registry.digitalocean.com/polis/memri-plugins"
,
];
const
K8S_CONTAINER_PORT
:
u32
=
8080
;
...
...
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