infrastructure-dockerfiles icon indicating copy to clipboard operation
infrastructure-dockerfiles copied to clipboard

Dockerfile-s to build the images which power source{d}'s computing infrastructure.

Results 8 infrastructure-dockerfiles issues
Sort by recently updated
recently updated
newest added

Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1. Release notes Sourced from node-fetch's releases. v2.6.1 This is an important security release. It is strongly recommended to update as soon as possible. See...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918...

dependencies

Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.1 to 2.2.4. Release notes Sourced from https-proxy-agent's releases. 2.2.4 Patches Add .editorconfig file: a0d4a20458498fc31e5721471bd2b655e992d44b Add .eslintrc.js file: eecea74a1db1c943eaa4f667a561fd47c33da897 Use a net.Socket instead of a plain EventEmitter...

dependencies

related to https://github.com/bblfsh/performance/issues/27 Signed-off-by: lwsanty

Install additional packages such as git and build-base(meta-package that will install the GCC, libc-dev and binutils packages (amongst others)). Signed-off-by: lwsanty

I have noticed that if I update the lowest image in our stack - `ml-infra-base-python` - the CI build fails due to the log exceeding the maximum length limit. This...

@mcuadros used https://github.com/hadolint/hadolint for the docker best practices dashboard in sourced-ee. It found sensible problems in our own Dockerfiles according to @warenlg Let's add it to our CI?

After a while, build gets stalled and fails with this message ``` No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong...