- Jan 10, 2020
-
-
Daniel García authored
-
- Jan 05, 2020
-
-
Daniel García authored
Delete old workflow file and disable building binaries on pull requests, as we already have CI for that
-
Daniel García authored
Use Debian base image for all steps of the build process
-
Daniel García authored
-
Daniel García authored
Improve Github Actions Workflow
-
Sebastian Schmidt authored
-
- Jan 04, 2020
-
-
Daniel García authored
-
Daniel García authored
Minor typo conect -> connect
-
Daniel García authored
-
Richard Huang authored
-
- Jan 03, 2020
-
-
Robin Schneider authored
-
Robin Schneider authored
-
- Jan 01, 2020
-
-
Robin Schneider authored
-
- Dec 31, 2019
-
-
Robin Schneider authored
apt is intended for humans, not scripts. --no-install-recommends improves build time by avoiding to install unneeded packages.
-
Robin Schneider authored
Checked with: ```Shell find . -type f -print0 | xargs -0 pcregrep -M '\n\n\n' ```
-
Robin Schneider authored
-
Robin Schneider authored
-
Robin Schneider authored
-
Robin Schneider authored
Note from @dani-garcia: > I don't think this is doing anything right now because the target is probably > installed already.
-
Daniel García authored
The muslrust images seem to have a workdir of /volume as opposed to / in the others so doing cargo new like this would create the folder in /volume/app.
-
Robin Schneider authored
-
Robin Schneider authored
Thanks to @dani-garcia for the review!
-
Robin Schneider authored
-
Daniel García authored
-
- Dec 29, 2019
-
-
Daniel García authored
Avoid some to_string in the request logging and include message to disable web vault when not found.
-
Sebastian Schmidt authored
-
Sebastian Schmidt authored
-
- Dec 28, 2019
-
-
Robin Schneider authored
-
Daniel García authored
-
Daniel García authored
-
Robin Schneider authored
No need to use two different base images. Debian buster is pulled later anyway so we can just use it for the vault stage as well. My reason for this change is partly to avoid redundancy and partly to make it easier to build everything yourself. When all the build environment is based on Debian than you just have to figure out how to build a Debian Docker base image (ref: https://github.com/ypid/docker-makefile).
-
- Dec 27, 2019
-
-
Daniel García authored
Add Github build Action
-
Daniel García authored
-
Daniel García authored
-
Daniel García authored
-
- Dec 25, 2019
-
-
Sebastian Schmidt authored
-
Sebastian Schmidt authored
-
Sebastian Schmidt authored
-
- Dec 24, 2019
-
-
Sebastian Schmidt authored
-