docker / packaging

Docker Packaging (apk, deb, rpm, static)
https://hub.docker.com/r/dockereng/packaging
Apache License 2.0
20 stars 14 forks source link

distro: add ubuntu 23.10 #166

Closed rasa closed 11 months ago

rasa commented 11 months ago

relates to https://github.com/docker/docker-ce-packaging/pull/949 relates to https://github.com/docker/containerd-packaging/commit/68ea3734399c7701623f94d3c88794117185d8bb - https://github.com/docker/containerd-packaging/pull/328

Ubuntu 23.10 is planned to be released on October 12, 2023, but final betas are available now.

rasa commented 11 months ago

In the logs for the failed centos7 build

https://github.com/docker/packaging/actions/runs/6487035111/job/17678315850#step:8:35

shows

"GO_VERSION": "1.20.5",

but

https://github.com/docker/packaging/actions/runs/6487035111/job/17678315850#step:8:774

reports this failure:

  #36 100.3 pkg/compose/up.go:64:23: undefined: sync.OnceFunc
  #36 100.3 note: module requires Go 1.21
crazy-max commented 11 months ago

In the logs for the failed centos7 build

This has been fixed with https://github.com/docker/packaging/pull/168

Can you rebase? Thanks

rasa commented 11 months ago

Can you rebase? Thanks

@crazy-max I fixed the conflict. Is that enough? I'm not sure what you want me to rebase against, sorry.

rasa commented 11 months ago

Can you squash please?

@crazy-max Not a git expert, so I force pushed a single commit. I hope that's OK.

rasa commented 11 months ago

Oh actually you need to add ubuntu2310 here as well:

@crazy-max Fixed. Sorry I missed that. I mimic'd the 23.04 PR.