mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-17 18:29:52 +00:00
Merge pull request #49 from resin-io/github-34
Do not report the tun addresses to API
This commit is contained in:
commit
a8aa3ebd4f
@ -1,3 +1,6 @@
|
||||
|
||||
* Do not report the tun addresses to API [Praneeth]
|
||||
|
||||
# v1.3.1
|
||||
|
||||
* Only save the app if starting the container was successful [Pablo]
|
||||
|
@ -16,7 +16,7 @@ import (
|
||||
|
||||
// Compile the expression once, usually at init time.
|
||||
// Use raw strings to avoid having to quote the backslashes.
|
||||
var dockerMatch = regexp.MustCompile(`(docker[0-9]+)|(rce[0-9]+)`)
|
||||
var dockerMatch = regexp.MustCompile(`(docker[0-9]+)|(rce[0-9]+)|(tun[0-9]+)`)
|
||||
|
||||
// APIResponse The api response sent from go supervisor
|
||||
type APIResponse struct {
|
||||
|
Loading…
Reference in New Issue
Block a user