-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
container image not found on host …
-
Can't use podman instead of docker despite having setup docker compatibility options and set env variables to redirect docker calls to podman, but whenever I have tried to run the installer script, I …
-
Overriding `entrypoint` doesn't work.
Documentation https://docs.semaphoreci.com/reference/pipeline-yaml-reference/#containers doesn't have an explicit example, and I try the following syntax, whic…
-
I've received this error after running those commands literally
```
docker run --rm -v $(pwd):/app composer create-project sylius/sylius-standard acme --ignore-platform-reqs --no-scripts --no-insta…
-
Hey! Thanks for creating this!
I'm looking to run this on my NAS but i've hit a roadblock.
So i've pulled the repo and tried to run everything. Firstly I was getting an error about a string v…
-
Just pull the repo, I run the docker commands successfully and front-end come alive http://localhost:3000/search
I'm getting "Failed to set provider as default: undefined", it's quite bad experi…
-
### Describe the bug
The pipeline's 'UpdatePipeline' stage succeeds and the pipeline restarts, which it is expected to do once when infrastructure is updated. However, when it restarts, it updates …
-
**What happened**:
Create the file: `docker-hello-tiny.yaml` with the following content:
```yaml
components:
- name: docker.io/recmo/docker-hello-tiny
version: v1.0
provider:
name: recmo
r…
-
## What happened?
Github CI fails when local envs is not kept.
I think we need to remove these lines in Github CI: https://github.com/cookiecutter/cookiecutter-django/blob/f947c612faf1d612b…
-
We should support executable commands in docker login env variables:
```yaml
envs:
SKYPILOT_DOCKER_PASSWORD: "$(aws ecr get-login-password --region us-west-2)"
```