Commit Graph
56 Commits
Author SHA1 Message Date
Mathias Schreck 4ddbac7037 nodejs-12_x: init at 12.0.0 2019-04-24 00:23:50 +02:00
Mathias Schreck a66d273e23 libuv: 1.27.0 -> 1.28.0 2019-04-24 00:23:45 +02:00
Mathias Schreck e96e5bc0d7 libuv: 1.23.2 -> 1.24.1 2019-01-08 11:49:48 +01:00
Mathias Schreck e6a86e65d9 nodejs-11_x: init at 11.5.0 2018-12-21 11:23:49 +01:00
Mathias Schreck 0041d742ab nodejs: 10.11.0 -> 10.12.0 2018-10-11 01:53:34 +02:00
Mathias Schreck bda054725b sauce-connect: 4.4.12 -> 4.5.1 (#45856) 2018-09-01 15:36:00 +02:00
Mathias Schreck 39e678e24e dockerTools.buildImage: add option to use nix output hash as tag 2018-07-06 15:15:09 +02:00
Mathias Schreck 7e7f286fe6 nodejs: 10.4.1 -> 10.5.0 2018-06-21 15:03:53 +02:00
Mathias Schreck 9aba987f37 bat: support darwin 2018-06-06 00:06:22 +02:00
Mathias Schreck 9a7b9675d9 nodejs: 10.0.0 -> 10.3.0 2018-05-29 21:44:58 +02:00
Mathias Schreck 7bd68dff1e chromedriver: 2.33 -> 2.35 2018-02-07 16:57:10 +01:00
Mathias Schreck 674b39b048 jenkins: 2.103 -> 2.105 2018-02-05 20:13:28 +01:00
Mathias Schreck 4eba35bc9d jenkins: 2.95 -> 2.101 2018-01-12 17:01:19 +01:00
Mathias Schreck b627615602 git-secret: init at 0.2.2 (#31486)
* Add lo1tuma to maintainers

* git-secret: init at 0.2.2

* gitAndTools.git-secret: man page in correct directory
2017-11-10 23:12:41 +00:00
Mathias Schreck ccbcf15c8e nodejs: refactor generic build function
This removes some duplicated and dead code across the different versions of
nodejs.
2017-11-02 10:58:45 +01:00
Mathias Schreck 5a43c92ffd nodejs: init at 9.0.0 2017-11-01 00:55:05 +01:00
Mathias Schreck f1e8138630 nodejs: 8.8.1 -> 8.9.0 2017-11-01 00:07:58 +01:00
Mathias Schreck e730815e38 nodejs: 8.8.0 -> 8.8.1 2017-10-28 11:57:54 +02:00
Mathias Schreck cd9d780f89 nodejs: 8.6.0 -> 8.7.0 2017-10-16 02:36:49 +02:00
Mathias Schreck 741e78804b jenkins: 2.77 -> 2.84 2017-10-14 18:13:23 +02:00
Mathias Schreck bd559dcea7 git-lfs: 2.2.1 -> 2.3.3 2017-10-10 23:47:24 +02:00
Mathias Schreck f8ffbcb520 nodejs: 8.5.0 -> 8.6.0 2017-09-28 17:41:28 +02:00
Mathias Schreck 9d2a2dc43e nodejs: 8.4.0 -> 8.5.0 2017-09-18 13:51:27 +02:00
Mathias Schreck f4b207438d libuv: 1.13.1 -> 1.14.1 2017-09-18 13:50:56 +02:00
Mathias Schreck c699694cbf nodejs: 8.3.0 -> 8.4.0 2017-08-30 02:57:36 +02:00
Mathias Schreck 7c669d6f7b nodejs: 8.2.1 -> 8.3.0 2017-08-10 08:02:20 +02:00
Mathias Schreck e19a7068ba git-lfs: 2.0.2 -> 2.2.1 2017-08-05 14:22:18 +02:00
Mathias Schreck 28b0a79c04 nodejs: remove version 7_x
nodejs v7 reached its end of life in June 2017.
2017-08-05 13:17:50 +02:00
Mathias Schreck cd3d852943 dockerTools: document image spec v1.2 compatibility 2017-08-03 11:52:03 +02:00
Mathias Schreck 86d9b09c9b dockerTools: fix image json and manifest
The image json is not exactly the same as the layer json, therefore I
changed the implementation to use the `baseJson` which doesn’t include
layer specific details like `id`, `size` or the checksum of the layer.

Also the `history` entry was missing in the image json. I’m not totally
sure if this field is required, but a I got an error from a docker
registry when I’ve tried to receive the distribution manifest of an
image without those `history` entry:

GET: `http://<registry-host>/v2/<imageName>/manifests/<imageTag>`

```json
{
  "errors": [
    {
      "code": "MANIFEST_INVALID",
      "message": "manifest invalid",
      "detail": {}
    }
  ]
}
```

I’ve also used a while loop to iterate over all layers which should make
sure that the order of the layers is correct. Previously `find` was
used and I’m not sure if the order was always correct.
2017-08-03 11:52:03 +02:00
Mathias Schreck 6589a83a88 sauce-connect: 4.4.7 -> 4.4.8 2017-07-22 12:41:47 +02:00
Mathias Schreck 77ebd34459 nodejs: 8.2.0 -> 8.2.1 2017-07-21 12:27:23 +02:00
Mathias Schreck e849c7645e nodejs: 8.1.4 -> 8.2.0 2017-07-20 20:13:39 +02:00
Mathias Schreck 9540cc4645 nodejs: 8.0.0 -> 8.1.0 2017-06-08 22:15:57 +02:00
Mathias Schreck b67d01a0e9 nodejs: init at 8.0.0 2017-05-30 22:39:43 +02:00
Mathias Schreck 4abefec367 nodejs-7_x: 7.9.0 -> 7.10.0 2017-05-24 21:11:05 +02:00
Mathias Schreck 6cdec33141 nodejs: 7.7.3 -> 7.9.0 2017-04-18 22:43:50 +02:00
Mathias Schreck 792d8bd74b nodejs: 7.6.0 -> 7.7.1 2017-03-03 20:08:38 +01:00
Mathias Schreck 61e9862bc0 nodejs: 7.1.0 -> 7.2.1 2016-12-07 15:25:31 +01:00
Mathias Schreck 0f7f0ced81 libuv: 1.9.1 -> 1.10.1
Taken from #20650.
2016-11-29 18:25:22 +01:00
Mathias Schreck 5b21c716c6 nodejs: 6.6.0 -> 6.7.0 2016-09-28 10:54:26 +02:00
Mathias Schreck 7e7a54aba0 sauce-connect: refactor patchPhase instead of reordering phases 2016-09-17 19:49:01 +02:00
Mathias Schreck 50111d5cf4 sauce-connect: 4.3.16 -> 4.4.0 2016-09-17 19:49:01 +02:00
Mathias Schreck 8e4248a95d galen: 2.2.4 -> 2.3.0 2016-07-14 10:52:13 +02:00
Mathias Schreck 9b610e57bb sauce-connect: 4.3.14 -> 4.3.16 2016-06-23 11:30:07 +02:00
Mathias Schreck 22b0cb9a72 nodejs: 6.1.0 -> 6.2.0 2016-05-18 10:31:21 +02:00
Mathias Schreck dce7e66f51 nodejs: 6.0.0 -> 6.1.0 2016-05-06 12:45:21 +02:00
Mathias Schreck 594416b210 nodejs: 5.10.1 -> 5.11.0 2016-04-22 12:31:09 +02:00
Mathias Schreck 3d412dd84e nodejs: 5.10.0 -> 5.10.1 2016-04-06 09:45:35 +02:00
Mathias Schreck 5c21ca886e galen: 2.2.3 -> 2.2.4 2016-04-01 12:51:17 +02:00
Mathias Schreck 8d756babee nodejs: 5.9.0 -> 5.10.0 2016-04-01 12:35:51 +02:00
Mathias Schreck f59b01847b sauce-connect: 4.3.13 -> 4.3.14 2016-03-18 18:30:10 +01:00
Mathias Schreck cd38a38316 nodejs: 5.8.0 -> 5.9.0 2016-03-16 23:22:22 +01:00
Mathias Schreck 7533784f28 nodejs: 5.7.1 -> 5.8.0 2016-03-12 23:06:09 +01:00
Mathias Schreck f1d9be699d galen: 2.2.1 -> 2.2.3 2016-03-08 14:39:55 +01:00
Mathias Schreck c7759dd8a0 nodejs: 5.7.0 -> 5.7.1 2016-03-04 10:32:17 +01:00