Thanks to the great tool, resticprofile, but the official image doesn't include any database clients. Therefore, this image is rebuilt based on the official image to include database clients.
Rebuilt to include the following database clients:
To support non-root users, this image also includes supercronic.
This is the most basic image, which includes the database clients and supercronic.
Contains all the features of the base image, plus additional docker command, so it will be relatively large. However, you can mount the /var/run/docker.sock file into the container to control other containers from within the container.
docker run --rm \
-v /var/run/docker.sock:/var/run/docker.sock \
...
ttionya/resticprofile:<version>-dockerResticprofile images are rebuilt every Sunday, as per the release cycle detailed here.
This image will be rebuilt a bit later, approximately every Monday at 6:00 AM.
MIT
Resticprofile is released under the GPL-3.0 license. While my repository does not include its source code, I am unsure if using the MIT license is appropriate. If there are any concerns or objections, please submit an issue to let me know.