fluent / fluent-package-builder

td-agent (Fluentd) Building and Packaging System
Apache License 2.0
21 stars 23 forks source link

deb: add Ubuntu 24.04 (Noble Numbat) #639

Closed kenhys closed 2 weeks ago

kenhys commented 3 months ago

NOTE:

16.52 
16.52 The following packages have unmet dependencies:
16.58  cmake : Depends: cmake-data (= 3.28.3-1build5) but it is not going to be installed
16.59 E: Unable to correct problems, you have held broken packages.

arm64v8/ubuntu:noble cause an error. I'll take a look it later.

kenhys commented 3 months ago

arm64v8/ubuntu:noble cause an error.

It seems that this issue was resolved.

kenhys commented 1 month ago

memo: missing ubuntu:24.04 lxc image was blocker before, check it again.

kenhys commented 1 month ago

It is strange that some container images were not found...

kenhys commented 1 month ago

still ubuntu:24.04 image is not published yet.

kenhys commented 1 month ago

It is very weird, the container images for CentOS/7, AmazonLinux 2 and AmazonLinux 2023 - CGroup V1 platform were not available.

Thus, from ubuntu-20.04 host, these container can't be launched.

Here is the log on ubuntu-20.04 host:

lxc image list images:
Run test: list images
  To start your first container, try: lxc launch ubuntu:20.04
  Or for a virtual machine: lxc launch ubuntu:20.04 --vm

  +-------+-------------+--------+-------------+--------------+------+------+-------------+
  | ALIAS | FINGERPRINT | PUBLIC | DESCRIPTION | ARCHITECTURE | TYPE | SIZE | UPLOAD DATE |
  +-------+-------------+--------+-------------+--------------+------+------+-------------+
  + echo ::endgroup::

Empty image lists.

In contrast to ubuntu-20.04 host, centos/7 images are listed on ubuntu-latest (CGroup V2). (centos/7 requires cgroup v1, but it was listed on it )

  +------------------------------------------+--------------+--------+-------------------------------------------+--------------+-----------------+------------+-------------------------------+
  | centos/7 (3 more)                        | a6930d4481f8 | yes    | CentOS 7 amd64 (20240531_0019)            | x86_64       | VIRTUAL-MACHINE | 405.45MiB  | May 31, 2024 at 12:00am (UTC) |
  +------------------------------------------+--------------+--------+-------------------------------------------+--------------+-----------------+------------+-------------------------------+
  | centos/7 (3 more)                        | f4c23689f2c8 | yes    | CentOS 7 amd64 (20240531_0019)            | x86_64       | CONTAINER       | 85.45MiB   | May 31, 2024 at 12:00am (UTC) |
  +------------------------------------------+--------------+--------+-------------------------------------------+--------------+-----------------+------------+-------------------------------+
  | centos/7/cloud (1 more)                  | 061551e59b88 | yes    | CentOS 7 amd64 (20240531_0019)            | x86_64       | CONTAINER       | 99.48MiB   | May 31, 2024 at 12:00am (UTC) |
  +------------------------------------------+--------------+--------+-------------------------------------------+--------------+-----------------+------------+-------------------------------+
  | centos/7/cloud (1 more)                  | d745955c6b5c | yes    | CentOS 7 amd64 (20240531_0019)            | x86_64       | VIRTUAL-MACHINE | 417.75MiB  | May 31, 2024 at 12:00am (UTC) |

lxc image info images:centos/7 on ubuntu-latest shows:

Fingerprint: f4c23689f2c89ca2c6d6088e7fb8c02b34fb3b39700d757e3844041562c3df25
  Size: 85.45MiB
  Architecture: x86_64
  Type: container
  Public: yes
  Timestamps:
      Created: 2024/05/31 00:00 UTC
      Uploaded: 2024/05/31 00:00 UTC
      Expires: never
      Last used: never
  Properties:
      architecture: amd64
      variant: default
      os: CentOS
      release: 7
      type: squashfs
      serial: 20240531_0019
      description: CentOS 7 amd64 (20240531_0019)
      requirements.cgroup: v1
  Aliases:
      - centos/7/default
      - centos/7/default/amd64
      - centos/7
      - centos/7/amd64
  Cached: no
  Auto update: disabled
  Profiles: []

It seems that ubuntu 20.04 host lxc images seems completely broken.

kenhys commented 2 weeks ago

As #646 was resolved, rebased with master.

kenhys commented 2 weeks ago

Fixed now.