Skip to content
Snippets Groups Projects
Verified Commit 64b36078 authored by Alexander Wellbrock's avatar Alexander Wellbrock
Browse files

fix: problems with curl in F35 container

Revert back to F34 until curl issues are resolved.

It appears that in latest curl in F35 container some issue in the x86_64
version causes domain name resolution problems.
parent aebd5336
No related tags found
1 merge request!5CI: add multiarch build / tagging
Pipeline #10873 passed
FROM docker.io/library/fedora:35 FROM docker.io/library/fedora:34
COPY resources/storage.conf /etc/containers/ COPY resources/storage.conf /etc/containers/
......
...@@ -4,7 +4,7 @@ stages: ...@@ -4,7 +4,7 @@ stages:
shell-tools-shellcheck: shell-tools-shellcheck:
image: docker.io/library/fedora:35 image: docker.io/library/fedora:34
stage: shell-tools-lint stage: shell-tools-lint
before_script: before_script:
- dnf install -y ShellCheck - dnf install -y ShellCheck
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment