Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deb: add Ubuntu 24.04 (Noble Numbat) #639

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

kenhys
Copy link
Contributor

@kenhys kenhys commented Mar 27, 2024

No description provided.

@kenhys kenhys added this to the 5.0.4 (T.B.D.) milestone Mar 27, 2024
@kenhys kenhys force-pushed the noble branch 2 times, most recently from 1fc183a to f0562c7 Compare April 2, 2024 01:24
@kenhys
Copy link
Contributor Author

kenhys commented Apr 4, 2024

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
Copy link
Contributor Author

kenhys commented Apr 8, 2024

arm64v8/ubuntu:noble cause an error.

It seems that this issue was resolved.

@kenhys kenhys force-pushed the noble branch 4 times, most recently from c262211 to f4a270c Compare April 10, 2024 04:22
NOTE that piuparts package was not imported from debian as universe
package.

ref.

* https://packages.ubuntu.com/search?suite=mantic&searchon=names&keywords=piuparts
* https://packages.ubuntu.com/search?suite=oracular&searchon=names&keywords=piuparts

Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
@kenhys
Copy link
Contributor Author

kenhys commented May 31, 2024

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

@kenhys
Copy link
Contributor Author

kenhys commented May 31, 2024

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

@kenhys
Copy link
Contributor Author

kenhys commented May 31, 2024

still ubuntu:24.04 image is not published yet.

@kenhys
Copy link
Contributor Author

kenhys commented May 31, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant