mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

copilot-swe-agent[bot]
2 days ago 192afdc82d65e6473b56c41a625992d586e612d6
fix: limit BuildKit parallelism to 1 for local registry in build-docker jobs

Agent-Logs-Url: https://github.com/OpenIdentityPlatform/OpenDJ/sessions/f70f036c-c9d3-49ea-9ca6-ff9de91dd657

Co-authored-by: vharseko <6818498+vharseko@users.noreply.github.com>
1 files modified
6 ■■■■■ changed files
.github/workflows/build.yml 6 ●●●●● patch | view | raw | blame | history
.github/workflows/build.yml
@@ -309,6 +309,9 @@
        uses: docker/setup-buildx-action@v4
        with:
          driver-opts: network=host
          buildkitd-config-inline: |
            [worker.oci]
              max-parallelism = 1
      - name: Prepare Dockerfile
        shell: bash
        run: |
@@ -374,6 +377,9 @@
        uses: docker/setup-buildx-action@v4
        with:
          driver-opts: network=host
          buildkitd-config-inline: |
            [worker.oci]
              max-parallelism = 1
      - name: Prepare Dockerfile
        shell: bash
        run: |