-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
1. To developbugfeature: upgradingUpgrading an existing deployment to a new image/NC versionUpgrading an existing deployment to a new image/NC versiongood first issueimage: alpineAlpine image specificAlpine image specific
Milestone
Description
Hi,
when using the Alpine image, the diff regarding the disabled apps on upgrade always stays empty. This is due to output of busybox-diff:
--- list_before
+++ list_after
@@ -1,10 +1,10 @@
Enabled:
- activity: 2.17.0
- - calendar: 4.2.2
+ - calendar: 4.2.3
- circles: 25.0.0
- cloud_federation_api: 1.8.0
- comments: 1.15.0
- - contacts: 5.0.3
+ - contacts: 5.1.0
- contactsinteraction: 1.6.0
- dashboard: 7.5.0
- dav: 1.24.0
@@ -44,6 +44,5 @@
- updatenotification: 1.15.0
- user_status: 1.5.0
- viewer: 1.9.0
- - weather_status: 1.5.0
- workflowengine: 2.7.0
Disabled:
So diff /tmp/list_before /tmp/list_after | grep '<' | cut -d- -f2 | cut -d: -f1
could not work. apk add diffutils
fixes it.
Metadata
Metadata
Assignees
Labels
1. To developbugfeature: upgradingUpgrading an existing deployment to a new image/NC versionUpgrading an existing deployment to a new image/NC versiongood first issueimage: alpineAlpine image specificAlpine image specific