Create a docker image #3
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
daniel.kasmeroglu/resticdash#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
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.