• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ovn-org / ovn-kubernetes / 8661765024
53%

Build:
DEFAULT BRANCH: master
Ran 12 Apr 2024 12:31PM UTC
Jobs 1
Files 219
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

12 Apr 2024 03:13AM UTC coverage: 52.344% (-0.004%) from 52.348%
8661765024

push

github

girishmg
Dockerfile.ubuntu : fix build issue

This change stops using the Xenial repo, as it is no longer available.

The failure would look like this:
$ cd $(git rev-parse --show-toplevel)/dist/images && make ubuntu

docker build -t ovn-kube-u-amd64 -f Dockerfile.ubuntu .
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
            Install the buildx component to build images with BuildKit:
            https://docs.docker.com/go/buildx/

Sending build context to Docker daemon    428MB
Step 1/23 : FROM ubuntu:23.10
 ---> 0adee8f4dd22
Step 2/23 : USER root
 ---> Using cache
 ---> a517bccf401f
Step 3/23 : RUN apt-get update && apt-get install -y iproute2 curl software-properties-common util-linux
 ---> Using cache
 ---> 6994116cf2ef
Step 4/23 : RUN echo "deb https://apt.kubernetes.io/ kubernetes-xenial main" | tee -a /etc/apt/sources.list.d/kubernetes.list
 ---> Using cache
 ---> 932eef1283d2
Step 5/23 : RUN curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add -
 ---> Using cache
 ---> 150a17c05e3b
Step 6/23 : RUN apt-get update && apt-get install -y openvswitch-switch openvswitch-common ovn-central ovn-common ovn-host kubectl
 ---> Running in d6bc967663e5
Hit:1 http://archive.ubuntu.com/ubuntu mantic InRelease
Hit:2 http://security.ubuntu.com/ubuntu mantic-security InRelease
Hit:3 http://archive.ubuntu.com/ubuntu mantic-updates InRelease
Hit:4 http://archive.ubuntu.com/ubuntu mantic-backports InRelease
Get:6 http://archive.ubuntu.com/ubuntu mantic/main amd64 DEP-11 Metadata [665 kB]
Ign:5 https://packages.cloud.google.com/apt kubernetes-xenial InRelease
Get:7 http://archive.ubuntu.com/ubuntu mantic/universe amd64 DEP-11 Metadata [5809 kB]
Get:8 http://security.ubuntu.com/ubuntu mantic-security/main amd64 DEP-11 Metadata [7954 B]
Get:10 http://security.ubuntu.com/ubuntu mantic-security/universe amd64 DEP-11 Metadata [4195 B]
Err:9 https://packages.cloud.google.com/apt kubernetes-xenial Release
  404  No... (continued)

27343 of 52237 relevant lines covered (52.34%)

92.88 hits per line

Jobs
ID Job ID Ran Files Coverage
1 8661765024.1 12 Apr 2024 12:31PM UTC 0
52.34
GitHub Action Run
Source Files on build 8661765024
Detailed source file information is not available for this build.
  • Back to Repo
  • 9f43c6cb on github
  • Prev Build on master (#8639549456)
  • Next Build on master (#8669463107)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc