Graphe des révisions

7 Révisions

Auteur SHA1 Message Date
dev-docker
7b8dea218f Create a merged branch to deploy 2021-05-21 06:51:22 +00:00
dev-docker
8d55a3741b pass ARG to DEV image 2021-05-20 07:20:48 +00:00
dev-docker
e427f472eb debug output devplatform 2021-05-20 07:20:48 +00:00
dev-docker
b14337ef0a add $DEVPLATFORM
this adds the above variable to allow building the nightly image on the (fast) native build platform
2021-05-20 07:20:48 +00:00
dev-docker
27d56a92cf add build-base for arm platforms
alpine type build package
2021-05-20 07:20:37 +00:00
dev-docker
540196b488 fix(DEV): add global node-sass
This fixes the case, where you bind-mount your own tileboard source directory into the dev container.

Apparently, the node-sass module is compiled for the specdific machine.
This seems to result in the `node-sass` executable not being found in the container, if the `node_modules` folder was compiled on a different machine (OS?).
By adding node-sass globally in the container, it can be found even with a bind-mounted `tileboard-source` directory.
2021-05-15 13:14:07 +00:00
6595011075 feature: nightly and dev images (#5)
So, here we go with a PR for the nightly images. **They will need to have a nightly (at least) run of the pipeline.**

I have also included a script and modifications to `drone.yml`, which I believe should serve well as a check-for-changes. But I have no way to check this in your drone environment. ~~And I have not (yet) checked it locally, either. I just copied things over from my GitHub setup.~~ (Update: The script works for me locally.)

Could you have a look and let me know, what needs to be changed from your point of view?

(I don't know Gitea too well... If there's an option to let you write into this feature branch, I'll enable it.)

fixes #4

Co-authored-by: dev-docker <akloeckner@users.noreply.github.com>
Co-authored-by: Florian Brinker <mail+gitlab@f-brinker.de>
Reviewed-on: fbrinker/docker-tileboard#5
Co-authored-by: akloeckner <akloeckner@noreply.example.org>
Co-committed-by: akloeckner <akloeckner@noreply.example.org>
2021-05-10 19:23:50 +00:00