-
So I was basically doing the same thing as explained in [this guide](https://www.redhat.com/sysadmin/image-stores-podman), setting in `/etc/containers/storage.conf` to:
```
[storage.options.overlay]…
-
In course of #2103 it also appears good to consider migrations to the official container image at https://hub.docker.com/r/gitlab/gitlab-ce.
This concerns migrating from [this repository's `gitlab.…
-
version: "2"
services:
redis:
restart: unless-stopped
container_name: test_redis
image: redis:6.2
command:
- --loglevel warning
volumes:
- ./git_files/gitl…
-
## Description
I use the Docker container of librespeed from linuxserver.io behind an Apache reverse proxy. When taking a speed test, my client IP always shows as null. I have set the `X-Forwarded-Fo…
-
After using the dockerized Gitlab for a couple of days I had to restart the machine. The volumes are mapped onto the host machine. I tried to start the container again, but it failed to start. This is…
-
I have Nginx Proxy Manager as my 1st point of entry into my network for 80,443 which then routes out to the various containers. However I have a GitLab container that I wish to have using it's own bui…
-
### What happened in your environment?
@srkohn
Trying to push a .sif file to the GitLab container registry takes a very long time measured around 1 hour in my GitLab job. The size of the .sif is 580…
-
### Description
If the container name is very long the DNS server will timeout for reverse lookups. This can create hard to find problems in CI pipelines due to a Gitlab bug (see below).
Related i…
-
On Linux, bind mounting the host-based `SERVICE_LOGS_DIR` into a container can cause permissions problems for elastic-package when the service writes files as root. You can get failures like:
> Err…
-
**Describe the bug**
If environment variable value is defined in default `.env` -file and environment variable is replicated in `compose.yml` file, environment variable is not passed to container
…