aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
Commit message (Collapse)AuthorAge
* upgrade 'node-gyp' to '8.2.0' (#2053)Libravatar Vijay Aravamudhan2021-10-11
|
* chore: upgrade 'pnpm' to '6.16.0' (#2014)Libravatar Vijay Aravamudhan2021-10-03
|
* chore: refactor Dockerfile to make use of layer cache when installing npm ↵Libravatar Vijay A2021-09-25
| | | | modules. [skip ci]
* chore: use 'pnpm' for the Docker builds of the 'recipes'. [skip ci]Libravatar Vijay A2021-09-09
|
* Use namespaces when pulling docker base images since this is reqd for podmanLibravatar Vijay A2021-09-04
|
* chore: upgrade 'nodejs' to '14.17.6'Libravatar Vijay A2021-09-02
|
* chore: upgrade 'nodejs' to '14.17.5'Libravatar Vijay A2021-08-27
|
* refactor(docker): remove unnecessary copy of package config files into ↵Libravatar Vijay A2021-08-08
| | | | | | | Docker context Since we are using lerna, we need more nested config files - and its easier to copy everything before installing npm modules.
* Backporting configs in prep for node upgrade to v16Libravatar mhatvan2021-07-28
|
* Update documentation for new contributors for system dependencies. [skip ci]Libravatar Vijay A2021-07-28
|
* Missed removing of custom npm config setter for node-gyp. [skip ci]Libravatar Vijay A2021-07-26
|
* Use node-gyp@8.1 for all CI builds (and brings windows at par with macos and ↵Libravatar Vijay Raghavan Aravamudhan2021-07-26
| | | | | linux) (#1690) Upgraded node-gyp to '8.1.0' (since this was a pre-requisite for it to work on windows os)
* Documentation updates taken from #1629 [skip ci]Libravatar Vijay A2021-07-12
| | | | Co-authored-by: mhatvan <markus_hatvan@aon.at>
* Fixing DockerfileLibravatar Vijay A2021-07-10
|
* Removing 'sudo' since it fails Docker build.Libravatar Vijay A2021-07-10
|
* Removing incorrect apt pkg.Libravatar Vijay A2021-07-10
|
* Turned on other h/w architectures for linux builds. (#1633)Libravatar Vijay Raghavan Aravamudhan2021-07-10
|
* Building ferdi on an ARM machine (#1611)Libravatar Vijay Raghavan Aravamudhan2021-07-07
| | | Moving away from electron-builder base image (since it doesn't support building on ARM yet)
* Builds using GitHub actions (#1467)Libravatar Vijay Raghavan Aravamudhan2021-06-08
| | | | | * Using GH Actions for building, packaging and publishing for all 3 OSes (macos, ubuntu and windows). Handles PR builds, release builds, scheduled nightly builds and manual triggering from the web-ui. * Removed references to travis and appveyor and their respective config files. * Added ability to force rebuild nightlies without new version number. (This should allow us to rerun nightly builds with the same build number. Looks for the trigger comment to contain: 'force build' and 'nightly branch')
* Use electronuserland base image so that we don't need to manually track all ↵Libravatar Vijay A2021-05-27
| | | | system deps (node, etc).
* Removed uninstall of 'node-sass' from nightly travis build - since it was ↵Libravatar Vijay A2021-05-18
| | | | | | causing incorrect commit into branch Updated Dockerfile for the same cmd
* Fixing the broken build process when building using the Dockerfile.Libravatar Vijay A2021-05-15
|
* Adding Docker support to create a linux package without impacting host ↵Libravatar Vijay Raghavan Aravamudhan2021-05-08
machine. (#1332)