aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.builder
AgeCommit message (Collapse)Author
2023-11-14build: Fixup Docker changes from previous (#9223)Jakob Borg
2023-11-14Add `org.opencontainers.image.source` to Dockerfiles (#9211)DerRockWolf
### Purpose The OCI image spec specifies well-defined [annotations](https://github.com/opencontainers/image-spec/blob/main/annotations.md) that can be added to images. Theses annotations can then be used by other tools to gather more information of an image. This PR adds the `org.opencontainers.image.source` to allow tools such as [renovate](https://github.com/renovatebot/renovate) to find the release notes of a give version. ~~I've only done this change for `Dockerfile`. Should I also add the label to the other dockerfiles?~~ I've now added the source annotations to all `Dockerfile`s & action workflows. ### Testing None, change was done by following the [renovate documentation](https://docs.renovatebot.com/modules/datasource/docker/).
2021-08-17build: Simplify gem command in Debian Docker imageJakob Borg
2020-05-04docker: Accept Go version as --build-argJakob Borg
2020-04-14build: Remove snap build machinery (#6532)Jakob Borg
2020-04-07Revert "build: Go 1.14 for the Debian etc builds"Jakob Borg
This reverts commit d400e5142287e647786c18eb6cc8a6a3f55183d3.
2020-04-07build: Go 1.14 for the Debian etc buildsJakob Borg
2020-03-05build: Build image should use Go 1.13 for nowJakob Borg
2020-02-23build: Simplify build image for snapsJakob Borg
2020-02-14build: Dockerfile for the builder imageJakob Borg