-
The docker image (alpine and ubuntu) runs as the root user by default which is a security risk. Would you consider changing to a less privileged user?
-
I miss this information from the Website:
Why is this project needed?
Can't i use Nix builds in any CI like Jenkins or Drone?
Why develop something completely new instead of improving available…
-
@dontlaugh The buildkite CI shows that a standard build of the website takes over 13 minutes. When I run the same Build on my desktop it takes 13minutes after a fresh install, and then about 3minutes …
-
Our integration tests sometimes hit errors like so:
### Error calling deployment retrieval API (**quite often**)
We should add a short timeout and retries.
> Error: error running test: failed…
rdner updated
1 month ago
-
**Describe the enhancement:**
Based on my observations over the last 2 months, the root cause of most of the issues we're experiencing with OGC while running our integration tests is the communicat…
rdner updated
2 months ago
-
Nix-based build, test and deployment system for Mina.
-
I'm aware of three sources of truth for the correspondence between PyPI and Conda names.
1. Grayskull's [config.yaml](https://github.com/conda/grayskull/blob/main/grayskull/strategy/config.yaml). C…
-
The failures can be categorized in following groups:
### ~~Firewall resource not found or already exists (**quite often**)~~ (should be fixed by https://github.com/elastic/elastic-agent/pull/4740)
…
rdner updated
6 months ago
-
This pattern will never work when running the build-kite agent from the official container.
Supposing the buildkite agent is run from buildkite/agent like [docker installation](https://buildkite.com…
-
Replaces https://github.com/elastic/kibana/issues/136834
In the process of adapting various Elastic Agent packages to the new Package Storage v2 architecture, we've identified some needs specifical…