Skip to content

Commit c246121

Browse files
[nightly] Update common Docker engineering infrastructure with latest (#6839)
Co-authored-by: Logan Bussell <[email protected]>
1 parent d9b9d18 commit c246121

File tree

104 files changed

+198
-308
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+198
-308
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
applyTo: "eng/common/**/*"
2+
applyTo: "eng/docker-tools/**/*"
33
---
44

5-
# Instructions for modifying files in eng/common/
5+
# Instructions for modifying files in eng/docker-tools/
66

7-
Do not edit files in `eng/common/`. These files are shared across multiple
7+
Do not edit files in `eng/docker-tools/`. These files are shared across multiple
88
repositories and are managed in the [dotnet/docker-tools](https://github.com/dotnet/docker-tools)
99
repository. Changes must be made in that repository and then propagated to
1010
this repository via a pull request.
1111

1212
If you are working on a particularly complex infrastructure change, you may
13-
choose to make local changes to `eng/common/`, but make sure to notify the user
13+
choose to make local changes to `eng/docker-tools/`, but make sure to notify the user
1414
that the changes must be backported to the `dotnet/docker-tools` repository.

.github/workflows/lint-code-base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
uses: github/super-linter@v6 # https://github.com/github/super-linter
2626
env:
2727
DEFAULT_BRANCH: main
28-
FILTER_REGEX_EXCLUDE: eng/common/.*|eng/readme-templates/.*|.portal-docs/.*
28+
FILTER_REGEX_EXCLUDE: eng/docker-tools/.*|eng/readme-templates/.*|.portal-docs/.*
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
VALIDATE_MARKDOWN: true

build-and-test.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ if (($Mode -eq "BuildAndTest" -or $Mode -eq "Test")) {
5454

5555
if ($Mode -eq "BuildAndTest" -or $Mode -eq "Build") {
5656
# Build the product images
57-
& ./eng/common/build.ps1 `
57+
& ./eng/docker-tools/build.ps1 `
5858
-Version $Version `
5959
-OS $OS `
6060
-Architecture $Architecture `
@@ -72,7 +72,7 @@ if ($Mode -eq "BuildAndTest" -or $Mode -eq "Build") {
7272
if ($buildSamples)
7373
{
7474
# Build the sample images
75-
& ./eng/common/build.ps1 `
75+
& ./eng/docker-tools/build.ps1 `
7676
-Version $Version `
7777
-OS @($OS) `
7878
-Architecture $Architecture `

eng/common/pull-image.sh

Lines changed: 0 additions & 37 deletions
This file was deleted.

eng/common/templates/steps/common-init-for-matrix-and-build.yml

Lines changed: 0 additions & 73 deletions
This file was deleted.

eng/common/templates/variables/common-paths.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)