image-builder icon indicating copy to clipboard operation
image-builder copied to clipboard

Image Builder service for console.redhat.com

Results 73 image-builder issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.122 to 1.44.156. Release notes Sourced from github.com/aws/aws-sdk-go's releases. Release v1.44.156 (2022-12-08) Service Client Updates service/autoscaling: Updates service API and documentation Adds support for metric math for...

dependencies
go

Bumps [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) from 0.108.0 to 0.110.0. Release notes Sourced from github.com/getkin/kin-openapi's releases. v0.110.0 What's Changed openapi3filter: fix crash when given arrays of objects as query parameters by @​orensolo in getkin/kin-openapi#664...

dependencies
go

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.3.1 to 3.4.0. Release notes Sourced from actions/setup-go's releases. Add support for go.work and pass the token input through on GHES In scope of this release we...

dependencies
github_actions

Bumps [github.com/deepmap/oapi-codegen](https://github.com/deepmap/oapi-codegen) from 1.11.0 to 1.12.4. Release notes Sourced from github.com/deepmap/oapi-codegen's releases. Ensure Scopes context key are generated as valid Go names As highlighted by @​KenxinKun in deepmap/oapi-codegen#874, gorilla/mux (as...

dependencies
go

Seems Azure has a new logo https://azure.microsoft.com/en-us/blog/a-fluent-new-look-for-the-azure-icon/ Also see the browser favicon on https://portal.azure.com/#home But the image builder frontend is still using the old logo: ![image](https://user-images.githubusercontent.com/209895/201156000-f8ae4585-da97-417a-b436-5d9953880f57.png)

https://en.wikipedia.org/wiki/ISO_8601 Currently the API returns a human readable string for the time a compose was created, something like `"2022-10-01 08:31:13.23555 +0000 UTC"`. Is there any issue with returning an ISO-8601...

enhancement

This is an initial template to enable deployment to ephemeral environments. It contains the minimum necessary to deploy a working image-builder backend instance. Connection to composer instance is done via...

Currently, if I want to create a guest-image, I must specify also the upload request: ``` { "distribution": "rhel-90", "image_requests": [ { "architecture": "x86_64", "image_type": "guest-image", "upload_request": { "type": "aws.s3",...