Skip to content

Bugfix/Fix artifact directory not being writable by the hawkbit user#4

Merged
wborn merged 1 commit intomainfrom
bugfix/artifact-dir-permissions
Apr 17, 2026
Merged

Bugfix/Fix artifact directory not being writable by the hawkbit user#4
wborn merged 1 commit intomainfrom
bugfix/artifact-dir-permissions

Conversation

@dominiquekleeven
Copy link
Copy Markdown
Collaborator

@dominiquekleeven dominiquekleeven commented Apr 17, 2026

Ran into an issue when uploading artifacts/firmware to hawkBit due to the artifactrepo path not being writable by the hawkbit user.

This is fixed by removing the VOLUME from the Dockerfile because Docker was treating /opt/hawkbit/artifactrepo as a separate mount point, which obscured the image directory and bypassed the build-time permissions that were set.

Built and ran the image locally, and tested whether I could upload an artifact successfully.
image

@dominiquekleeven dominiquekleeven added the Bug Error or issue in the system label Apr 17, 2026
@dominiquekleeven dominiquekleeven requested a review from wborn April 17, 2026 08:03
@dominiquekleeven dominiquekleeven self-assigned this Apr 17, 2026
@wborn wborn merged commit 0bdcef2 into main Apr 17, 2026
1 check passed
@wborn wborn deleted the bugfix/artifact-dir-permissions branch April 17, 2026 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug Error or issue in the system

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants