Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disabled app list stays empty due to missing diffutils on Alpine #1911

Open
bjo81 opened this issue Feb 3, 2023 · 1 comment · May be fixed by #2267
Open

Disabled app list stays empty due to missing diffutils on Alpine #1911

bjo81 opened this issue Feb 3, 2023 · 1 comment · May be fixed by #2267
Labels
1. To develop bug feature: upgrading Upgrading an existing deployment to a new image/NC version good first issue image: alpine Alpine image specific

Comments

@bjo81
Copy link

bjo81 commented Feb 3, 2023

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.

@J0WI J0WI added the bug label Apr 4, 2023
@J0WI
Copy link
Contributor

J0WI commented Apr 4, 2023

That's probably a good reason for #1213

@joshtrichards joshtrichards added image feature: upgrading Upgrading an existing deployment to a new image/NC version labels Oct 25, 2023
Aakash788 added a commit to Aakash788/docker that referenced this issue Jul 4, 2024
Signed-off-by: Aakash788 <[email protected]>
@joshtrichards joshtrichards added image: alpine Alpine image specific and removed image labels Jul 5, 2024
@J0WI J0WI closed this as completed in 75e1b80 Jul 11, 2024
@joshtrichards joshtrichards reopened this Jul 11, 2024
@J0WI J0WI linked a pull request Jul 20, 2024 that will close this issue
@joshtrichards joshtrichards added this to the Milestone 31.0.0 milestone Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. To develop bug feature: upgrading Upgrading an existing deployment to a new image/NC version good first issue image: alpine Alpine image specific
Projects
None yet
3 participants