Create a docker image #3

Closed
opened 2026-02-02 21:05:09 +01:00 by daniel.kasmeroglu · 2 comments
No description provided.
Author
Owner

Attempting to use Alpine Linux as the basis for the Dockerfile turned out to be problematic as the resticdash executable didn't work.
The reason is that Alpine Linux uses MUSL rather than standard GLIBC which in this case caused problems. Therefore I switched to another base image.

References:

Attempting to use Alpine Linux as the basis for the Dockerfile turned out to be problematic as the __resticdash__ executable didn't work. The reason is that Alpine Linux uses MUSL rather than standard GLIBC which in this case caused problems. Therefore I switched to another base image. References: * https://martinheinz.dev/blog/92 * https://github.com/wolfi-dev/
Author
Owner

The creation of the Docker image has been finished with commit d40118372 . The documentation has been updated accordingly.
The build of the Docker image for now just runs locally as part of the Jenkins pipeline using a dedicated build script.
Furthermore the documentation contains an example for a docker-compose file.

The creation of the Docker image has been finished with commit d40118372 . The documentation has been updated accordingly. The build of the Docker image for now just runs locally as part of the Jenkins pipeline using a dedicated build script. Furthermore the documentation contains an example for a docker-compose file.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
daniel.kasmeroglu/resticdash#3
No description provided.