Commit Graph

31 Commits

Author SHA1 Message Date
Karol Wrótniak
536d1cbf95 Add support for arm64 to Dockerfile (#821)
* Add support for arm64 to Dockerfile
* Change machine type R1
Fixes #820
2025-01-11 19:24:57 +01:00
Denis Barbaron
2f54e40206 Upgrading STF for security reasons (#813)
* Upgrading STF for security reasons

Signed-off-by: Denis barbaron <denis.barbaron@orange.com>

* update semaphore files

Signed-off-by: Denis barbaron <denis.barbaron@orange.com>

* upgrading STF for security reasons v2

Signed-off-by: Denis barbaron <denis.barbaron@orange.com>

* update yarn.lock file

Signed-off-by: Denis barbaron <denis.barbaron@orange.com>

---------

Signed-off-by: Denis barbaron <denis.barbaron@orange.com>
2024-11-22 11:41:20 +01:00
Denis Barbaron
6b2f434acb upgrade node to latest version v17.9.0 (#500)
* upgrade node to latest version v17.9.0

Signed-off-by: Denis Barbaron <denis.barbaron@orange.com>

* remove useless comments in karma configuration file

Signed-off-by: Denis Barbaron <denis.barbaron@orange.com>
2022-04-12 17:03:43 +02:00
Karol Wrótniak
122f4aace6 Add cmake to main Dockerfile (#292) 2021-07-04 00:34:07 +02:00
nghiaviminh
841b092d25 Add .aab installation support (#103)
* Add .aab installation support

Signed-off-by: nghia.viminh <nghia.viminh@gameloft.com>
2020-09-28 11:29:58 +02:00
Karol Wrótniak
b9a302d2ea Update archive file names in Dockerfiles 2020-05-17 23:03:15 +02:00
Karol Wrótniak
07e4cb0415 Update nodejs to 8.9.3 2020-02-09 00:25:48 +01:00
Simo Kinnunen
0d4055b826 Bump node to v6.11.2. 2017-08-09 19:01:00 +09:00
Simo Kinnunen
5be9bc028e Bump node to v6.11.0. 2017-06-16 22:30:26 +09:00
Simo Kinnunen
247b3bfc5f Bump node to v6.9.5. 2017-02-14 18:30:38 +09:00
Simo Kinnunen
13e646a756 Node 6.9.1. 2016-10-25 12:31:36 +09:00
Simo Kinnunen
d015da835b Node 6.9.0. 2016-10-19 17:23:43 +09:00
Simo Kinnunen
0687b2440e Update to node 6.7.0. 2016-09-30 17:16:54 +09:00
Simo Kinnunen
20b1d708ae Update Node to v6.6.0. 2016-09-20 12:53:44 +09:00
Simo Kinnunen
944ab832f3 Get rid of our docker base image, docker has been doing digests for a
long time now so there's no need to attempt to outsmart the cache
now. It also makes the Dockerfile easier to modify since it's all there.
Updated to ubuntu 16.04 and node v6.3.0.
2016-07-21 19:39:21 +09:00
Simo Kinnunen
3a0b4e849e Fix npm loglevel option. 2015-10-11 04:26:06 +09:00
Simo Kinnunen
f7a7b6ff7d Stop using NPM3 for now, it's super slow and buggy. 2015-10-11 04:06:28 +09:00
Simo Kinnunen
368c8ad4fc Bump base image for Node 4.1.2 and latest NPM 3.x since v2 is stupid. 2015-10-10 21:47:28 +09:00
Simo Kinnunen
6c867bb1ea Revert "Use default loglevel for NPM, otherwise it's super noisy."
This reverts commit 4594ef6283.
2015-10-10 16:42:43 +09:00
Simo Kinnunen
4594ef6283 Use default loglevel for NPM, otherwise it's super noisy. 2015-10-10 16:23:25 +09:00
Simo Kinnunen
7a716a6da5 Update base to v1.0.4. 2015-09-28 14:59:07 +09:00
Simo Kinnunen
fb2eaca4c2 Move users to the base image, so that we can download the gyp sources for the correct user in the base image. 2015-08-24 17:11:05 +09:00
Simo Kinnunen
243be57e10 Reduce image size to ~580MB by making sure we get absolutely nothing but production dependencies, and clear all caches. 2015-08-24 16:29:47 +09:00
Simo Kinnunen
adce1ba835 Prune development dependencies once build is over. Shaves off about 180MB from the final image (which is still quite large at ~790MB, previously ~970MB). 2015-08-21 00:33:22 +09:00
Simo Kinnunen
8facb9c82c Update base image for node 0.12.7. 2015-07-10 12:15:09 +09:00
Simo Kinnunen
437e03d9bd Use separate base image for faster builds and pulls, since the official Docker Hub doesn't handle rebuilds as well as it should, and Quay.io only serves from the US-east region right now. 2015-07-08 18:50:30 +09:00
Simo Kinnunen
f17e583585 Use a non-shady base image and add node installation directly to our Dockerfile. This makes it more easily customizable and should be more trustworthy. 2015-07-01 19:35:49 +09:00
Simo Kinnunen
775bffe4a9 Get rid of our internal "build system" and switch to a CI-buildable Dockerfile instead. 2015-07-01 18:44:31 +09:00
Simo Kinnunen
6a733fb5bd Update node. 2015-04-28 13:57:31 +09:00
Simo Kinnunen
a8170e316b Add stf bin dir to PATH. 2014-08-05 13:50:02 +09:00
Simo Kinnunen
83ca386334 Add base image Dockerfile. 2014-08-04 16:55:32 +09:00