Skip to content

Any plan to support higher Ubuntu base image? say, Ubuntu 22.04 LTS? #1370

Closed
@leiless

Description

@leiless

Checklist

Describe your issue

I'm using Linux x86_64 host system with podman 3.4.4 to cross-compiling Windows x86_64 GNU exe binary.

But I've checked the ghcr.io/cross-rs/x86_64-pc-windows-gnu:0.2.5 image, its base image is Ubuntu 18.04 LTS.
My Dockerfile is based on this one, some of the apt package version is outdated, if I wanna use more recent version, I have to upgrade the base image.

$ docker run -it --rm ghcr.io/cross-rs/x86_64-pc-windows-gnu:0.2.5 bash
root@1b78ce2842ed:/# cat /etc/os-release | grep VERSION
VERSION="18.04.6 LTS (Bionic Beaver)"
VERSION_ID="18.04"
VERSION_CODENAME=bionic

So, any plan to support higher version base image?

What target(s) are you cross-compiling for?

x86_64-pc-windows-gnu

Which operating system is the host (e.g computer cross is on) running?

  • macOS
  • Windows
  • Linux / BSD
  • other OS (specify in description)

What architecture is the host?

  • x86_64 / AMD64
  • arm32
  • arm64 (including Mac M1)

What container engine is cross using?

  • docker
  • podman
  • other container engine (specify in description)

cross version

cross 0.2.5

Example

No response

Additional information / notes

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions