docker-tools icon indicating copy to clipboard operation
docker-tools copied to clipboard

This is a repo to house some common tools for our various docker repos.

Results 145 docker-tools issues
Sort by recently updated
recently updated
newest added

The [annotate-eol-digests pipeline](https://github.com/dotnet/docker-tools/blob/main/eng/pipelines/annotate-eol-digests.yml) fails to run in AzDO. It will get the following error: ``` Encountered error(s) while parsing pipeline YAML: A value for the 'sourceBuildPipelineRunId' parameter must be provided....

This is a follow-up to https://github.com/dotnet/dotnet-docker-internal/issues/8105. With the introduction of official/unofficial pipelines split, we'd like to exercise publish steps that reach out to GitHub during unofficial builds, if possible. This...

area-infrastructure

This is a follow-up to https://github.com/dotnet/dotnet-docker-internal/issues/8105. With the introduction of official/unofficial pipelines split, we'd like to exercise the `ingestKustoImageInfo` step during unofficial publishing if possible. https://github.com/dotnet/docker-tools/blob/7841dec2366245a4446a48617e7fbf68b27fa98e/eng/common/templates/jobs/publish.yml#L186-L206 We should have a...

area-infrastructure

The `Guardian: CredScan (Binary)` step is having trouble with the SBOM files that are now being generated after the changes in https://github.com/dotnet/docker-tools/pull/1787. This only happens for the very large SBOMs...

area-infrastructure

The changes from https://github.com/dotnet/docker-tools/pull/1787 add a reference to a pinned image tag of the syft tool: https://github.com/dotnet/docker-tools/blob/810e5c9104d77987bca01db48cb5e908ce27aa5e/eng/common/templates/variables/docker-images.yml#L7 There should be automation which keeps this updated to reference the latest version....

area-infrastructure

Today, we use the following default images for linux-amd64 builds: - Public: `ubuntu-latest` - Internal: `1es-ubuntu-2204` Downsides of using these images: - We (.NET) do not control the contents of...

area-infrastructure

Of all the repos that use ImageBuilder, only two use its templating features: - [dotnet/dotnet-docker](https://github.com/dotnet/dotnet-docker) - [microsoft/dotnet-framework-docker](https://github.com/microsoft/dotnet-framework-docker) dotnet-docker makes heavy use of templating to generate hundreds of Dockerfiles. dotnet-framework-docker, on...

area-infrastructure

Base image digest is included in our image-info/ImageArtifactDetails, but it is not included in Kusto data. It could be useful to query this information. https://github.com/dotnet/versions/blob/main/build-info/docker/image-info.dotnet-dotnet-docker-main.json

up-for-grabs
area-infrastructure

This is needed before [Add a common prefix to all pipeline stages that aren't injected by 1ES pipeline templates (#1696)](https://github.com/dotnet/docker-tools/issues/1696) can be implemented. The PostPublishNotification command depends on the `displayName`...

area-infrastructure