mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
build: use Fedora 39 as base image for test container
It seems GitHub has an issue with the Fedora 40 container image,
extracting the Golang tarball fails. The Fedora 39 image does not have
this problem, so use that for the time being.
Signed-off-by: Niels de Vos <ndevos@ibm.com>
(cherry picked from commit 60e2527917
)
This commit is contained in:
parent
49fbef830b
commit
aa7d6b85a9
@ -8,7 +8,7 @@
|
||||
# little different.
|
||||
#
|
||||
|
||||
FROM registry.fedoraproject.org/fedora:latest
|
||||
FROM registry.fedoraproject.org/fedora:39
|
||||
|
||||
ARG GOPATH=/go
|
||||
ARG GOROOT=/usr/local/go
|
||||
|
Loading…
Reference in New Issue
Block a user