Pectojin / duc-builder

A repository of docker and docker-compose files for building Duplicati Client executables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Duplicati client builder images

This repository is for docker and docker-compose files that will allow building Duplicati client executeables in a disposable environment

Currently I've only setup a Debian environment

Usage

Clone the repo

git clone https://github.com/Pectojin/duc-builder

Go in and create a releases folder for the container to mount

cd duc-builder
mkdir releases

Build, run the container, and run the linux_build.sh script

docker-compose up --build
docker-compose run duc-builder bash

or run the script directly

docker-compose run duc-builder ./linux_build.sh

Once the container finishes running collect the build in the releases folder previously created

About

A repository of docker and docker-compose files for building Duplicati Client executables

License:MIT License


Languages

Language:Dockerfile 100.0%