Skip to content

Commit c9e0c04

Browse files
committed
Mass migrate batch 5: 100 projects to Ubuntu 24.04
1 parent 4fa14cb commit c9e0c04

File tree

200 files changed

+200
-100
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

200 files changed

+200
-100
lines changed

projects/kubeflow-spark-operator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
################################################################################
1616

17-
FROM gcr.io/oss-fuzz-base/base-builder-go
17+
FROM gcr.io/oss-fuzz-base/base-builder-go:ubuntu-24-04
1818
RUN git clone --depth 1 https://github.com/kubeflow/spark-operator
1919
WORKDIR spark-operator
2020
COPY build.sh *.go $SRC/

projects/kubeflow-spark-operator/project.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
base_os_version: ubuntu-24-04
12
homepage: "https://github.com/kubeflow/spark-operator"
23
language: go
34
primary_contact: "github@chenyicn.net"

projects/kubevirt/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
################################################################################
1616

17-
FROM gcr.io/oss-fuzz-base/base-builder-go
17+
FROM gcr.io/oss-fuzz-base/base-builder-go:ubuntu-24-04
1818
RUN apt update && apt install -y qemu-kvm libvirt-daemon-system
1919
RUN git clone --depth 1 https://github.com/kubevirt/kubevirt
2020
RUN git clone --depth=1 https://github.com/AdamKorcz/go-118-fuzz-build --branch=v2_2 $SRC/go-118-fuzz-build

projects/kubevirt/project.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
base_os_version: ubuntu-24-04
12
homepage: "https://kubevirt.io"
23
primary_contact: "adam@adalogics.com"
34
auto_ccs :

projects/kyverno/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
################################################################################
1616

17-
FROM gcr.io/oss-fuzz-base/base-builder-go
17+
FROM gcr.io/oss-fuzz-base/base-builder-go:ubuntu-24-04
1818
RUN git clone --depth 1 https://github.com/kyverno/kyverno
1919
COPY build.sh $SRC/
2020
WORKDIR $SRC/kyverno

projects/kyverno/project.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
base_os_version: ubuntu-24-04
12
homepage: "https://www.kyverno.io"
23
main_repo: "https://github.com/kyverno/kyverno"
34
primary_contact: "chipzoller@gmail.com"

projects/lark-parser/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
#
1515
##########################################################################
16-
FROM gcr.io/oss-fuzz-base/base-builder-python
16+
FROM gcr.io/oss-fuzz-base/base-builder-python:ubuntu-24-04
1717
RUN pip3 install --upgrade pip
1818
RUN git clone https://github.com/lark-parser/lark lark
1919
COPY *.sh *py $SRC/

projects/lark-parser/project.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
base_os_version: ubuntu-24-04
12
homepage: https://github.com/lark-parser/lark
23
main_repo: https://github.com/lark-parser/lark
34
language: python

projects/lcms/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
################################################################################
1616

17-
FROM gcr.io/oss-fuzz-base/base-builder
17+
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
1818
RUN apt-get update && apt-get install -y make autoconf automake libtool
1919
RUN git clone --depth 1 https://github.com/mm2/Little-CMS.git lcms
2020
RUN mkdir $SRC/seeds && \

projects/lcms/project.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
base_os_version: ubuntu-24-04
12
main_repo: "https://github.com/mm2/Little-CMS"
23
homepage: "http://www.littlecms.com/"
34
language: c++

0 commit comments

Comments
 (0)