-
I followed [Sqlite3 on fly volumes](https://fly.io/docs/rails/advanced-guides/sqlite3) tutorial and proactively enabled [swap](https://fly.io/docs/rails/getting-started/dockerfiles/#out-of-memory) for…
-
maybe like
```yaml
apiVersion: cbi.containerbuilding.github.io/v1alpha1
kind: FlexContextProvider
metadata:
name: foo
labels:
mediaType: application/tar+gzip
spec:
template:
…
-
### Bug description
Trying to running `prisma generate` inside Docker container build, but it does not happen.
See console output:
It started some Prisma engine downloading, but gives up in abo…
-
### Proposal
There are several ideas I can see concerning testcontainers-go, some concerning modulegen, some concerning the CI/CD.
## Modulegen
- [x] ~~extract mkdocs `example.md` file generati…
-
From Christian:
Create an agent that publishes a price and consumption periodically. Make the grid controller listen to this price, and if the GC receives no price, it should assume that the grid is …
-
Docker Hub allows you to create Automated Builds from source: https://docs.docker.com/docker-hub/builds/
It would add another packaging/distribution/installation method, whose buildings would be trig…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Rate-Limited
These updates a…
-
My docker file looks like this :-
dockerfile: |
FROM node:lts
WORKDIR /app
COPY . .
RUN find /app -type f -name .yarnrc -execdir chmod 644 {} \;
RUN ls -la
…
-
Use case: I'd like to add certain files before running the build or install.
-
**Describe the feature:**
AFAIK. Currently, our CI workers don't share any docker caching layers. This results in every CI-built Docker image running all the steps in our Dockerfile.
Apart from be…