ci: update ci/docker/fedora to work with Rawhide 44 #7152
+3
−3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Small changes, but required for the build to pass.
Closes #7151.
Log of a successful build
❯ docker build --no-cache -t libgit2-fedora -f ci/docker/fedora . [+] Building 55.8s (11/11) FINISHED docker:desktop-linux => [internal] load build definition from fedora 0.0s => => transferring dockerfile: 1.16kB 0.0s => [internal] load metadata for docker.io/library/fedora:rawhide 0.5s => [internal] load .dockerignore 0.0s => => transferring context: 2B 0.0s => CACHED [stream 1/2] FROM docker.io/library/fedora:rawhide@sha256:8a396124f358d2922f1b1c40aee2e7f1dd016b26b3d525d433 0.0s => [stream 2/2] RUN dnf -y distro-sync 6.7s => [yum 1/1] RUN yum install -y which bzip2 git libarchive cmake gcc make openssl-devel openssh-server git- 32.5s => [libssh2 1/1] RUN cd /tmp && curl --location --silent --show-error https://www.libssh2.org/download/libssh2-1. 14.3s => [adduser 1/1] RUN if [ "" != "" ]; then USER_ARG="--uid "; fi && if [ "" != "" ]; then GROUP_ARG="--gid "; fi & 0.2s => [configure 1/2] RUN mkdir -p /var/run/sshd 0.1s => [configure 2/2] RUN echo "/usr/local/lib" > /etc/ld.so.conf.d/local && ldconfig 0.1s => exporting to image 1.4s => => exporting layers 1.4s => => writing image sha256:cd17f5c7bb60a9dbc30e95c7cab3bd298fc0f4b677aabd81b54e105025635a7e 0.0s => => naming to docker.io/library/libgit2-fedora 0.0s