debian-forge-composer/internal/distro/rhel84
Christian Kellner c64e3149aa distro/*: handle image size internally
Do not rely on `distro.imageOptions` having any size information,
i.e. `Size` being `0`. Instead use `imageType.Size()` and the
information in the blueprint customization to calculate the size.
This makes the individual distro definitions idenpendent of the
API entry points that currently calculate the size, e.g.:
  internal/cloudapi/v1/v1.go:PostCompose line 184
  internal/cloudapi/v2/v2.go:PostCompose line 197
  internal/kojiapi/server.go:PostCompose line 135
  internal/weldr/api.go:composeHandler line 2289
2022-02-22 19:23:41 +00:00
..
distro.go distro/*: handle image size internally 2022-02-22 19:23:41 +00:00
distro_test.go distro: test filesystem errors 2021-07-28 21:44:03 +01:00
distro_v2.go Move ostreePullStageInputs() from distros to osbuild2 2022-02-18 09:26:35 +01:00