-
**Minimal .gitlab-ci.yml illustrating the issue**
```yml
---
docker_build:
stage: package
image: docker:latest
services:
- docker:dind
script:
- echo "blablabla"
```
**Exp…
-
I have set up GlusterFS storage and created a directory on my local host machine, which I then mounted to the GlusterFS storage.
When I mount a directory from my local host machine in the volumes s…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the com…
-
Excellent work! I am learning it. Here is a little question:
I found that many docker images used in $PROJECT_PATH/exp are based on **dmerge-base image**. The Dockerfile for building **dmerge-base im…
-
If a host does not have the image the tagging fails, I feel like it should be done only on primary host. The log seems self-explanatory.
```
INFO [e693dc5b] Running docker tag registry.gitlab.co…
-
**Minimal .gitlab-ci.yml illustrating the issue**
```yml
---
myjob:
stage: check
image:
name: mysteriouscode/cfn-lint:latest
entrypoint: [""]
script:
- cfn-lint CloudFormati…
-
Estou tentando dar uma otimizada no tempo dos testes de um APP Laravel que estou trabalhando. O processo em si já funciona perfeitamente, mas gostaria de melhorar algumas coisas e não estou tendo tant…
-
When running docker-compose up -d to launch the clickhouse reporter, the following error occurred:
```
! gitlab-exporter-clickhouse-recorder-migrate The requested image's platform (linux/amd64) do…
-
Please can you describe the steps to make a correct update procedure?
my docker-compose is like this
```
version: '3.6'
services:
gitlab:
image: 'zengxs/gitlab:latest'
restart: al…
-
# Description
To enable foxx tests the CMakeLists setting needs to be set.
Current contents of CI pipeline.
```
ssh ci-datafed-client
sudo su gitlab-runner
gitlab-runner@ci-datafed-client…