-
I am building a rather large docker image, end size is ~8GB. It builds fine in DinD, however we would like to use kaniko. The kaniko pod running the dockerfile balloons in memory usage and gets killed…
-
GitHub actions supports caching across builds which is super powerful. However, once a cache has been saved it can no longer be modified. While this is fine for most scenarios where you need the cache…
-
The cache does not seems to work with gcl, a simple config as below fail with gcl but succeed with gitlab,
if i do `ls vendor` i get the files that should be in node_modules
any artisan command …
-
**Actual behavior**
Tekton is using Kaniko to build a Docker image from alpine and recently the builds started failing.
_TL;DR_
The alpine:3.12 image has /var/run aliased to /run. When runnin…
-
This was observed in https://github.com/conda-forge/openssl-feedstock/pull/79 & https://github.com/conda-forge/openssl-feedstock/pull/84:
There's a single test failure on aarch64 (all other platfor…
-
I want to start a docker container (postgres) and mount the folder /var/lib/postgres/data to my local system.
```
docker run -e POSTGRES_PASSWORD=123456 -v `pwd`/postgres:/var/lib/postgresql/data pos…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Repository problems
These pr…
-
#### What's the problem this feature will solve?
Partitioned off of https://github.com/pytest-dev/pytest/issues/5243
When a fixture creates an external resource, this plugin would provide a mechan…
-
I just upgraded to docker-machine 0.5.2 (OS X). In a previous version of docker-machine I setup a Digitalocean VPS with docker-machine with the digitalocean driver.
Withe last update to 0.5.2 I can n…
-
### Description
I have been trying to launch Windows ECS tasks with 16 CPUs, but I have been getting only `TaskFailledToStart: ATTRIBUTE`. After some research, I found that since I am request…