You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE.md
+24
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,30 @@
1
1
# Automated releases
2
2
TBD
3
3
4
+
# Testing installer builds of any netplugin branch
5
+
Normally, the installer requires the contiv netplugin version to be a released version hosted on github, as it pulls that archive down either during install or caches it prior to install.
6
+
7
+
Instead, to create an installer for the legacy docker swarm of any branch of contiv, additionally set these two environment variables:
8
+
9
+
* NETPLUGIN_BRANCH - the branch to checkout, compile, and archive
10
+
* NETPLUGIN_OWNER (if not contiv) - the username for the netplugin fork
11
+
12
+
This will only provide a "full" installer with the netplugin archive in `contiv_cache`
13
+
14
+
Other types of installs such as v2plugin do not yet support builds targeting specific branches, they only support building installers for released versions of netplugin.
15
+
16
+
#### Example:
17
+
18
+
```
19
+
NETPLUGIN_BRANCH=v2plugin_local_versioned NETPLUGIN_OWNER=chrisplo make build
0 commit comments