Make the socker available on /var/run/docker.sock as well
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
parent
7f2f2abd2c
commit
3b0519f50e
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ docker-build:
|
|||
before_script:
|
||||
- dnf -y install git make
|
||||
- sed -i 's/short-name-mode="enforcing"/short-name-mode="permissive"/g' /etc/containers/registries.conf
|
||||
- ln -s /var/run/podman/podman.sock /var/run/docker.sock
|
||||
- ln -s /usr/bin/podman /usr/bin/docker
|
||||
- echo "$DOCKER_PASSWORD" | podman login -u "$DOCKER_USERNAME" registry.baalajimaestro.me --password-stdin
|
||||
variables:
|
||||
|
|
Loading…
Reference in a new issue