mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-27 16:50:23 +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
2f19479981
commit
dc33450a84
@ -8,7 +8,7 @@
|
|||||||
# little different.
|
# little different.
|
||||||
#
|
#
|
||||||
|
|
||||||
FROM registry.fedoraproject.org/fedora:latest
|
FROM registry.fedoraproject.org/fedora:39
|
||||||
|
|
||||||
ARG GOPATH=/go
|
ARG GOPATH=/go
|
||||||
ARG GOROOT=/usr/local/go
|
ARG GOROOT=/usr/local/go
|
||||||
|
Loading…
Reference in New Issue
Block a user