-
Change the docker build to use a multistage build and push UI and Server to one container.
-
**Description**
When I execute a buildah bud with a multi-stage Dockerfile with :
- A first FROM an image on public registry
- A second FROM an image on private registry
- With --creds for th…
-
```
img (aws:rean-gov-sd)(kc)$ for i in {1..10}; do time buildah build-using-dockerfile --layers -f Dockerfile.scratch .; done
STEP 1: FROM alpine
STEP 2: COPY Dockerfile.new /
--> Using cache 300…
-
**Is this the right place for my bug report?**
Yes: I asked on the [forum](https://www.raspberrypi.org/forums/viewtopic.php?f=28&t=295829&p=1817220&hilit=ptp#p1817220), I asked the raspberry foundati…
-
**Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)**
/kind bug
**Description**
I'm assuming that this isn't intended behaviour, but podman generates _and main…
-
#876 pointed out we're on Opam 1.2 and was a major reason for the delay in us seeing a new version for duppy available to fix a bug with LiquidSoap.
Also the developer of LiquidSoap pointed out tha…
-
# Summary
Add an ArgoCD sidecar plugin for either [terraform](https://www.terraform.io/) or [terraform-consul-sync](https://github.com/hashicorp/consul-terraform-sync) (CTS) support.
# Motivatio…
-
## Search Terms
typescript tsc copy files
## Suggestion
The typescript compiler should have an option to copy non-compiled files, similarly to Babel: https://babeljs.io/docs/en/babel-cli#…
-
Hi
https://hub.docker.com/r/composer/composer is incorrect. It states that a multistage build command for the bin images should look like this:
```
COPY --from=composer/composer /usr/bin/compo…
-
I’ve got a TypeScript monorepo with packages that are never published to any registry. I want to make a Docker image for one package. I need a way to bundle up a single package and its dependencies, a…