-
Using [captain](https://github.com/harbur/captain) in the default builder image would be nice for a couple of reasons:
1. It supports a captain.yml file to build multiple Dockerfiles.
2. captain could…
-
Hi Shane,
How would you setup the Dockerfiles and Docker-Compose files (with nginx config and such) in a repo for both local as production?
I mean, you split it in two branches, but ideally, I wou…
-
hi,
When running command
```
docker exec haproxy-certbot certbot-certonly \
--domain example.com \
--domain www.example.com \
--email email@domain.com \
--dry-run
```
I got the t…
-
When playing with dockerfiles and multiple repos (main usecase for me is part of CI) it would be nice to be able to override specific config settings via environment; for instance `YAMLLINT_CONFIG="li…
-
### Proposal
Use [versioningit](https://pypi.org/project/versioningit/).
### Details
GH-931 already added `versioningit` to the Dockerfiles. I recently started using it on one or two projects, an…
-
### Link to reproduction
_No response_
### Describe the Bug
Not sure if it's just not working on my machine, but when using the Dockerfiles of either the ecommerce or the website template, it refer…
-
I am not sure if this is feasible.
For now, the dockerfiles contain the version of Phalcon in a variable
`ARG PHALCON_VERSION=5.0.4`
I am wondering if there is a way to change that and thus i…
niden updated
2 years ago
-
## Expected Behaviour
We should not be using `--no-cache` with `apk del`.
## Current Behaviour
Most alpine based template `Dockerfile`s have `--no-cache` set which results in the APK index be…
-
- [x] I have tried with the latest version of Docker Desktop
- [x] I have tried disabling enabled experimental features
- [x] I have uploaded Diagnostics
- Diagnostics ID: b30021e2-4cf7-4…
-
`sgx-lkl-disk` should be extended to accept Docker `--build-arg`s, then we can put `DOCKER_ALPINE_VERSION=3.10` in `tests/common.mk` and use that variable in all `sgx-lkl-disk` invocations in tests. T…