diff --git a/sdk_container/src/third_party/coreos-overlay/.github/workflows/cacerts-releases-alpha.yml b/sdk_container/src/third_party/coreos-overlay/.github/workflows/cacerts-releases-alpha.yml index 7e96061e1c..13a75af638 100644 --- a/sdk_container/src/third_party/coreos-overlay/.github/workflows/cacerts-releases-alpha.yml +++ b/sdk_container/src/third_party/coreos-overlay/.github/workflows/cacerts-releases-alpha.yml @@ -32,6 +32,8 @@ jobs: BASE_BRANCH: ${{ steps.fetch-latest-release.outputs.BASE_BRANCH_MAINTENANCE }} PATH: ${{ steps.setup-flatcar-sdk.outputs.path }} VERSION_NEW: ${{ steps.fetch-latest-release.outputs.VERSION_MAINTENANCE }} + PACKAGES_CONTAINER: ${{ steps.setup-flatcar-sdk.outputs.PACKAGES_CONTAINER }} + SDK_NAME: ${{ steps.setup-flatcar-sdk.outputs.SDK_NAME }} run: .github/workflows/cacerts-apply-patch.sh - name: Create pull request for maintenance branch uses: peter-evans/create-pull-request@v3 diff --git a/sdk_container/src/third_party/coreos-overlay/.github/workflows/cacerts-releases-beta.yml b/sdk_container/src/third_party/coreos-overlay/.github/workflows/cacerts-releases-beta.yml index fbdde125cb..070c7e142a 100644 --- a/sdk_container/src/third_party/coreos-overlay/.github/workflows/cacerts-releases-beta.yml +++ b/sdk_container/src/third_party/coreos-overlay/.github/workflows/cacerts-releases-beta.yml @@ -32,6 +32,8 @@ jobs: BASE_BRANCH: ${{ steps.fetch-latest-release.outputs.BASE_BRANCH_MAINTENANCE }} PATH: ${{ steps.setup-flatcar-sdk.outputs.path }} VERSION_NEW: ${{ steps.fetch-latest-release.outputs.VERSION_MAINTENANCE }} + PACKAGES_CONTAINER: ${{ steps.setup-flatcar-sdk.outputs.PACKAGES_CONTAINER }} + SDK_NAME: ${{ steps.setup-flatcar-sdk.outputs.SDK_NAME }} run: .github/workflows/cacerts-apply-patch.sh - name: Create pull request for maintenance branch uses: peter-evans/create-pull-request@v3 diff --git a/sdk_container/src/third_party/coreos-overlay/.github/workflows/cacerts-releases-lts-2021.yml b/sdk_container/src/third_party/coreos-overlay/.github/workflows/cacerts-releases-lts-2021.yml index 460d99c330..443d204cae 100644 --- a/sdk_container/src/third_party/coreos-overlay/.github/workflows/cacerts-releases-lts-2021.yml +++ b/sdk_container/src/third_party/coreos-overlay/.github/workflows/cacerts-releases-lts-2021.yml @@ -30,6 +30,9 @@ jobs: BASE_BRANCH: ${{ steps.fetch-latest-release.outputs.BASE_BRANCH_MAINTENANCE }} PATH: ${{ steps.setup-flatcar-sdk.outputs.path }} VERSION_NEW: ${{ steps.fetch-latest-release.outputs.VERSION_MAINTENANCE }} + CHECKOUT_SCRIPTS: "false" + PACKAGES_CONTAINER: ${{ steps.setup-flatcar-sdk.outputs.PACKAGES_CONTAINER }} + SDK_NAME: ${{ steps.setup-flatcar-sdk.outputs.SDK_NAME }} run: .github/workflows/cacerts-apply-patch.sh - name: Create pull request for maintenance branch uses: peter-evans/create-pull-request@v3 diff --git a/sdk_container/src/third_party/coreos-overlay/.github/workflows/cacerts-releases-lts.yml b/sdk_container/src/third_party/coreos-overlay/.github/workflows/cacerts-releases-lts.yml index e4ed185a90..71db47da19 100644 --- a/sdk_container/src/third_party/coreos-overlay/.github/workflows/cacerts-releases-lts.yml +++ b/sdk_container/src/third_party/coreos-overlay/.github/workflows/cacerts-releases-lts.yml @@ -32,6 +32,8 @@ jobs: BASE_BRANCH: ${{ steps.fetch-latest-release.outputs.BASE_BRANCH_MAINTENANCE }} PATH: ${{ steps.setup-flatcar-sdk.outputs.path }} VERSION_NEW: ${{ steps.fetch-latest-release.outputs.VERSION_MAINTENANCE }} + PACKAGES_CONTAINER: ${{ steps.setup-flatcar-sdk.outputs.PACKAGES_CONTAINER }} + SDK_NAME: ${{ steps.setup-flatcar-sdk.outputs.SDK_NAME }} run: .github/workflows/cacerts-apply-patch.sh - name: Create pull request for maintenance branch uses: peter-evans/create-pull-request@v3 diff --git a/sdk_container/src/third_party/coreos-overlay/.github/workflows/cacerts-releases-main.yaml b/sdk_container/src/third_party/coreos-overlay/.github/workflows/cacerts-releases-main.yaml index 496ed45b83..962530b21e 100644 --- a/sdk_container/src/third_party/coreos-overlay/.github/workflows/cacerts-releases-main.yaml +++ b/sdk_container/src/third_party/coreos-overlay/.github/workflows/cacerts-releases-main.yaml @@ -29,6 +29,8 @@ jobs: BASE_BRANCH: ${{ steps.fetch-latest-release.outputs.BASE_BRANCH_MAIN }} PATH: ${{ steps.setup-flatcar-sdk.outputs.path }} VERSION_NEW: ${{ steps.fetch-latest-release.outputs.VERSION_MAIN }} + PACKAGES_CONTAINER: ${{ steps.setup-flatcar-sdk.outputs.PACKAGES_CONTAINER }} + SDK_NAME: ${{ steps.setup-flatcar-sdk.outputs.SDK_NAME }} run: .github/workflows/cacerts-apply-patch.sh - name: Create pull request for main uses: peter-evans/create-pull-request@v3 diff --git a/sdk_container/src/third_party/coreos-overlay/.github/workflows/cacerts-releases-stable.yml b/sdk_container/src/third_party/coreos-overlay/.github/workflows/cacerts-releases-stable.yml index c0a8d0faab..ef7f406536 100644 --- a/sdk_container/src/third_party/coreos-overlay/.github/workflows/cacerts-releases-stable.yml +++ b/sdk_container/src/third_party/coreos-overlay/.github/workflows/cacerts-releases-stable.yml @@ -32,6 +32,8 @@ jobs: BASE_BRANCH: ${{ steps.fetch-latest-release.outputs.BASE_BRANCH_MAINTENANCE }} PATH: ${{ steps.setup-flatcar-sdk.outputs.path }} VERSION_NEW: ${{ steps.fetch-latest-release.outputs.VERSION_MAINTENANCE }} + PACKAGES_CONTAINER: ${{ steps.setup-flatcar-sdk.outputs.PACKAGES_CONTAINER }} + SDK_NAME: ${{ steps.setup-flatcar-sdk.outputs.SDK_NAME }} run: .github/workflows/cacerts-apply-patch.sh - name: Create pull request for maintenance branch uses: peter-evans/create-pull-request@v3 diff --git a/sdk_container/src/third_party/coreos-overlay/.github/workflows/containerd-releases-main.yml b/sdk_container/src/third_party/coreos-overlay/.github/workflows/containerd-releases-main.yml index 0f330e7033..cf4312914a 100644 --- a/sdk_container/src/third_party/coreos-overlay/.github/workflows/containerd-releases-main.yml +++ b/sdk_container/src/third_party/coreos-overlay/.github/workflows/containerd-releases-main.yml @@ -32,6 +32,8 @@ jobs: VERSION_NEW: ${{ steps.fetch-latest-release.outputs.VERSION_MAIN }} COMMIT_HASH: ${{ steps.fetch-latest-release.outputs.COMMIT_MAIN }} PATH: ${{ steps.setup-flatcar-sdk.outputs.path }} + PACKAGES_CONTAINER: ${{ steps.setup-flatcar-sdk.outputs.PACKAGES_CONTAINER }} + SDK_NAME: ${{ steps.setup-flatcar-sdk.outputs.SDK_NAME }} run: .github/workflows/containerd-apply-patch.sh - name: Create pull request for main uses: peter-evans/create-pull-request@v3 diff --git a/sdk_container/src/third_party/coreos-overlay/.github/workflows/docker-releases-main.yml b/sdk_container/src/third_party/coreos-overlay/.github/workflows/docker-releases-main.yml index 955c6434eb..d74af68ae7 100644 --- a/sdk_container/src/third_party/coreos-overlay/.github/workflows/docker-releases-main.yml +++ b/sdk_container/src/third_party/coreos-overlay/.github/workflows/docker-releases-main.yml @@ -36,6 +36,8 @@ jobs: COMMIT_HASH: ${{ steps.fetch-latest-release.outputs.COMMIT_MAIN }} COMMIT_CLI_HASH: ${{ steps.fetch-latest-release.outputs.COMMIT_CLI }} PATH: ${{ steps.setup-flatcar-sdk.outputs.path }} + PACKAGES_CONTAINER: ${{ steps.setup-flatcar-sdk.outputs.PACKAGES_CONTAINER }} + SDK_NAME: ${{ steps.setup-flatcar-sdk.outputs.SDK_NAME }} run: .github/workflows/docker-apply-patch.sh - name: Create pull request for main uses: peter-evans/create-pull-request@v3 diff --git a/sdk_container/src/third_party/coreos-overlay/.github/workflows/firmware-releases-main.yml b/sdk_container/src/third_party/coreos-overlay/.github/workflows/firmware-releases-main.yml index b160fbce67..fbfcc3258c 100644 --- a/sdk_container/src/third_party/coreos-overlay/.github/workflows/firmware-releases-main.yml +++ b/sdk_container/src/third_party/coreos-overlay/.github/workflows/firmware-releases-main.yml @@ -29,6 +29,8 @@ jobs: BASE_BRANCH: ${{ steps.fetch-latest-release.outputs.BASE_BRANCH_MAIN }} PATH: ${{ steps.setup-flatcar-sdk.outputs.path }} VERSION_NEW: ${{ steps.fetch-latest-release.outputs.VERSION_MAIN }} + PACKAGES_CONTAINER: ${{ steps.setup-flatcar-sdk.outputs.PACKAGES_CONTAINER }} + SDK_NAME: ${{ steps.setup-flatcar-sdk.outputs.SDK_NAME }} run: .github/workflows/firmware-apply-patch.sh - name: Create pull request for main uses: peter-evans/create-pull-request@v3 diff --git a/sdk_container/src/third_party/coreos-overlay/.github/workflows/go-releases-main.yml b/sdk_container/src/third_party/coreos-overlay/.github/workflows/go-releases-main.yml index 88cb394eb2..3804f88f00 100644 --- a/sdk_container/src/third_party/coreos-overlay/.github/workflows/go-releases-main.yml +++ b/sdk_container/src/third_party/coreos-overlay/.github/workflows/go-releases-main.yml @@ -34,6 +34,8 @@ jobs: BASE_BRANCH: ${{ steps.fetch-latest-releases.outputs.BASE_BRANCH_MAIN }} PATH: ${{ steps.setup-flatcar-sdk.outputs.path }} VERSIONS_NEW: ${{ steps.fetch-latest-releases.outputs.VERSIONS_MAIN }} + PACKAGES_CONTAINER: ${{ steps.setup-flatcar-sdk.outputs.PACKAGES_CONTAINER }} + SDK_NAME: ${{ steps.setup-flatcar-sdk.outputs.SDK_NAME }} run: .github/workflows/go-apply-patch.sh - name: Create pull request for main uses: peter-evans/create-pull-request@v3 diff --git a/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-alpha.yml b/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-alpha.yml index 637933f9db..a3121e7451 100644 --- a/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-alpha.yml +++ b/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-alpha.yml @@ -33,6 +33,8 @@ jobs: BASE_BRANCH: ${{ steps.fetch-latest-release.outputs.BASE_BRANCH_MAINTENANCE }} PATH: ${{ steps.setup-flatcar-sdk.outputs.path }} VERSION_NEW: ${{ steps.fetch-latest-release.outputs.VERSION_MAINTENANCE }} + PACKAGES_CONTAINER: ${{ steps.setup-flatcar-sdk.outputs.PACKAGES_CONTAINER }} + SDK_NAME: ${{ steps.setup-flatcar-sdk.outputs.SDK_NAME }} run: .github/workflows/kernel-apply-patch.sh - name: Create pull request for maintenance branch uses: peter-evans/create-pull-request@v3 diff --git a/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-beta.yml b/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-beta.yml index e6fc6dc1b9..ca21f3b47c 100644 --- a/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-beta.yml +++ b/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-beta.yml @@ -33,6 +33,8 @@ jobs: BASE_BRANCH: ${{ steps.fetch-latest-release.outputs.BASE_BRANCH_MAINTENANCE }} PATH: ${{ steps.setup-flatcar-sdk.outputs.path }} VERSION_NEW: ${{ steps.fetch-latest-release.outputs.VERSION_MAINTENANCE }} + PACKAGES_CONTAINER: ${{ steps.setup-flatcar-sdk.outputs.PACKAGES_CONTAINER }} + SDK_NAME: ${{ steps.setup-flatcar-sdk.outputs.SDK_NAME }} run: .github/workflows/kernel-apply-patch.sh - name: Create pull request for maintenance branch uses: peter-evans/create-pull-request@v3 diff --git a/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-lts-2021.yml b/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-lts-2021.yml index b8c923e4c4..0ebc33ccda 100644 --- a/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-lts-2021.yml +++ b/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-lts-2021.yml @@ -33,6 +33,9 @@ jobs: BASE_BRANCH: ${{ steps.fetch-latest-release.outputs.BASE_BRANCH_MAINTENANCE }} PATH: ${{ steps.setup-flatcar-sdk.outputs.path }} VERSION_NEW: ${{ steps.fetch-latest-release.outputs.VERSION_MAINTENANCE }} + CHECKOUT_SCRIPTS: "false" + PACKAGES_CONTAINER: ${{ steps.setup-flatcar-sdk.outputs.PACKAGES_CONTAINER }} + SDK_NAME: ${{ steps.setup-flatcar-sdk.outputs.SDK_NAME }} run: .github/workflows/kernel-apply-patch.sh - name: Create pull request for maintenance branch uses: peter-evans/create-pull-request@v3 diff --git a/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-lts.yml b/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-lts.yml index 17353c1d90..cd03aceabd 100644 --- a/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-lts.yml +++ b/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-lts.yml @@ -33,6 +33,8 @@ jobs: BASE_BRANCH: ${{ steps.fetch-latest-release.outputs.BASE_BRANCH_MAINTENANCE }} PATH: ${{ steps.setup-flatcar-sdk.outputs.path }} VERSION_NEW: ${{ steps.fetch-latest-release.outputs.VERSION_MAINTENANCE }} + PACKAGES_CONTAINER: ${{ steps.setup-flatcar-sdk.outputs.PACKAGES_CONTAINER }} + SDK_NAME: ${{ steps.setup-flatcar-sdk.outputs.SDK_NAME }} run: .github/workflows/kernel-apply-patch.sh - name: Create pull request for maintenance branch uses: peter-evans/create-pull-request@v3 diff --git a/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-main.yml b/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-main.yml index 7260583636..9c45e24520 100644 --- a/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-main.yml +++ b/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-main.yml @@ -31,6 +31,8 @@ jobs: BASE_BRANCH: ${{ steps.fetch-latest-release.outputs.BASE_BRANCH_MAIN }} PATH: ${{ steps.setup-flatcar-sdk.outputs.path }} VERSION_NEW: ${{ steps.fetch-latest-release.outputs.VERSION_MAIN }} + PACKAGES_CONTAINER: ${{ steps.setup-flatcar-sdk.outputs.PACKAGES_CONTAINER }} + SDK_NAME: ${{ steps.setup-flatcar-sdk.outputs.SDK_NAME }} run: .github/workflows/kernel-apply-patch.sh - name: Create pull request for main uses: peter-evans/create-pull-request@v3 diff --git a/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-stable.yml b/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-stable.yml index f5917eb7d8..2196470a75 100644 --- a/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-stable.yml +++ b/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-stable.yml @@ -33,6 +33,8 @@ jobs: BASE_BRANCH: ${{ steps.fetch-latest-release.outputs.BASE_BRANCH_MAINTENANCE }} PATH: ${{ steps.setup-flatcar-sdk.outputs.path }} VERSION_NEW: ${{ steps.fetch-latest-release.outputs.VERSION_MAINTENANCE }} + PACKAGES_CONTAINER: ${{ steps.setup-flatcar-sdk.outputs.PACKAGES_CONTAINER }} + SDK_NAME: ${{ steps.setup-flatcar-sdk.outputs.SDK_NAME }} run: .github/workflows/kernel-apply-patch.sh - name: Create pull request for maintenance branch uses: peter-evans/create-pull-request@v3 diff --git a/sdk_container/src/third_party/coreos-overlay/.github/workflows/runc-releases-main.yml b/sdk_container/src/third_party/coreos-overlay/.github/workflows/runc-releases-main.yml index 5034ccf484..a068034285 100644 --- a/sdk_container/src/third_party/coreos-overlay/.github/workflows/runc-releases-main.yml +++ b/sdk_container/src/third_party/coreos-overlay/.github/workflows/runc-releases-main.yml @@ -36,6 +36,8 @@ jobs: VERSION_NEW: ${{ steps.fetch-latest-release.outputs.VERSION_MAIN }} COMMIT_HASH: ${{ steps.fetch-latest-release.outputs.COMMIT_MAIN }} PATH: ${{ steps.setup-flatcar-sdk.outputs.path }} + PACKAGES_CONTAINER: ${{ steps.setup-flatcar-sdk.outputs.PACKAGES_CONTAINER }} + SDK_NAME: ${{ steps.setup-flatcar-sdk.outputs.SDK_NAME }} run: .github/workflows/runc-apply-patch.sh - name: Create pull request for main uses: peter-evans/create-pull-request@v3 diff --git a/sdk_container/src/third_party/coreos-overlay/.github/workflows/rust-release-main.yml b/sdk_container/src/third_party/coreos-overlay/.github/workflows/rust-release-main.yml index ba71db6f26..f564865163 100644 --- a/sdk_container/src/third_party/coreos-overlay/.github/workflows/rust-release-main.yml +++ b/sdk_container/src/third_party/coreos-overlay/.github/workflows/rust-release-main.yml @@ -29,6 +29,8 @@ jobs: BASE_BRANCH: ${{ steps.fetch-latest-release.outputs.BASE_BRANCH_MAIN }} PATH: ${{ steps.setup-flatcar-sdk.outputs.path }} VERSION_NEW: ${{ steps.fetch-latest-release.outputs.VERSION_MAIN }} + PACKAGES_CONTAINER: ${{ steps.setup-flatcar-sdk.outputs.PACKAGES_CONTAINER }} + SDK_NAME: ${{ steps.setup-flatcar-sdk.outputs.SDK_NAME }} run: .github/workflows/rust-apply-patch.sh - name: Create pull request for main id: create-pull-request diff --git a/sdk_container/src/third_party/coreos-overlay/.github/workflows/vmware-releases-main.yml b/sdk_container/src/third_party/coreos-overlay/.github/workflows/vmware-releases-main.yml index 0542030410..5927099192 100644 --- a/sdk_container/src/third_party/coreos-overlay/.github/workflows/vmware-releases-main.yml +++ b/sdk_container/src/third_party/coreos-overlay/.github/workflows/vmware-releases-main.yml @@ -32,6 +32,8 @@ jobs: BUILD_NUMBER: ${{ steps.fetch-latest-release.outputs.BUILD_NUMBER }} PATH: ${{ steps.setup-flatcar-sdk.outputs.path }} VERSION_NEW: ${{ steps.fetch-latest-release.outputs.VERSION_MAIN }} + PACKAGES_CONTAINER: ${{ steps.setup-flatcar-sdk.outputs.PACKAGES_CONTAINER }} + SDK_NAME: ${{ steps.setup-flatcar-sdk.outputs.SDK_NAME }} run: .github/workflows/vmware-apply-patch.sh - name: Create pull request for main uses: peter-evans/create-pull-request@v3