Giter VIP home page Giter VIP logo

Comments (3)

deitch avatar deitch commented on June 14, 2024 1

Ah shoot, I see it. Messed up build.yml is rebuilding the kernel each time. Should be fixable.

from linuxkit.

deitch avatar deitch commented on June 14, 2024 1

Should be all good now.

from linuxkit.

deitch avatar deitch commented on June 14, 2024

This is confusing. I pulled down the latest image and inspected its contents.

$ docker create linuxkit/kernel-perf:6.6.13 sh
ff32f250a6dc052915b4521873cb20a88a408eddfa9c7166b9f40b8e0b684c40
$ docker export ff32f250a6dc052915b4521873cb20a88a408eddfa9c7166b9f40b8e0b684c40 > /tmp/kernel.tar
$ tar tvf /tmp/kernel.tar
-rwxr-xr-x 0/0               0 2024-04-16 07:43 .dockerenv
-rw-r--r-- 0/0         8535352 2024-03-06 08:51 System.map
drwxr-xr-x 0/0               0 2024-04-16 07:43 dev/
-rwxr-xr-x 0/0               0 2024-04-16 07:43 dev/console
drwxr-xr-x 0/0               0 2024-04-16 07:43 dev/pts/
drwxr-xr-x 0/0               0 2024-04-16 07:43 dev/shm/
drwxr-xr-x 0/0               0 2024-04-16 07:43 etc/
-rwxr-xr-x 0/0               0 2024-04-16 07:43 etc/hostname
-rwxr-xr-x 0/0               0 2024-04-16 07:43 etc/hosts
lrwxrwxrwx 0/0               0 2024-04-16 07:43 etc/mtab -> /proc/mounts
-rwxr-xr-x 0/0               0 2024-04-16 07:43 etc/resolv.conf
-rw-r--r-- 0/0            1677 2024-03-06 08:46 intel-ucode-license.txt
-rw-r--r-- 0/0         4738048 2024-03-06 08:46 intel-ucode.cpio
-rw-r--r-- 0/0        11444992 2024-03-06 08:51 kernel
-rw-r--r-- 0/0              56 2024-03-06 08:52 kernel-builder
-rw-r--r-- 0/0        91514880 2024-03-06 08:52 kernel-dev.tar
-rw-r--r-- 0/0         7137280 2024-03-06 08:52 kernel-headers.tar
-rw-r--r-- 0/0              79 2024-03-06 08:46 kernel-source-info
-rw-r--r-- 0/0       123228160 2024-03-06 08:51 kernel.tar
-rw-r--r-- 0/0       144125632 2024-03-06 08:47 linux.tar.xz
drwxr-xr-x 0/0               0 2024-04-16 07:43 proc/
drwxr-xr-x 0/0               0 2024-04-16 07:43 sys/

All of that is what should be inside kernel:6.6.13, not kernel-perf. I wonder if the build process got confused somewhere down the line.

Looking at GitHub Actions - whatever is available after a month - job #179 finds linuxkit/kernel-perf:6.6.13-ad4d0da9e582d714cf61c8d99468cc7c1109bce5 on the registry and does not push, but job #180 finds the most recent linuxkit/kernel-perf:6.6.13-e274bc71d6552570c922d2fca6c6481d1f9f045a on the registry. Which means it got pushed out somewhere in between, perhaps not by the pipeline.

The latest tag is e274bc71d6552570c922d2fca6c6481d1f9f045a, which you can see via make show-tags in the kernel/ directory.

So where did that build get messed up? Not sure, but we can manually override.

from linuxkit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.