2020 rtpp-tag :
2121 required : false
2222 type : string
23- default : debian_12-slim
23+ default : debian_13-slim
24+ pipcache-repo :
25+ required : false
26+ type : string
27+ default : ghcr.io/sippy/b2bua/sippy-wheelset:latest
2428
2529jobs :
2630 get_container_platforms :
8185 packages : write
8286 env :
8387 BASE_IMAGE : ${{ inputs.rtpp-repo }}-${{ inputs.rtpp-tag }}
88+ PIPCACHE_IMAGE : ${{ inputs.pipcache-repo }}-${{ inputs.rtpp-tag }}
8489 BUILD_OS : ${{ needs.set_env.outputs.build-os }}
8590 PLATFORMS : ${{ needs.set_env.outputs.platforms }}
8691 BUILD_IMAGE : ${{ needs.set_env.outputs.build-image }}
@@ -154,6 +159,7 @@ jobs:
154159 file : ./docker/Dockerfile.rtp.io
155160 build-args : |
156161 BASE_IMAGE=${{ env.BASE_IMAGE }}
162+ PIPCACHE_IMAGE=${{ env.PIPCACHE_IMAGE }}
157163 BUILD_OS=${{ env.BUILD_OS }}
158164 LLVM_VER=${{ inputs.llvm-version }}
159165 LLVM_VER_OLD=${{ inputs.llvm-version-old }}
@@ -174,6 +180,7 @@ jobs:
174180 platform : ${{ fromJSON(needs.set_env.outputs.build-matrix) }}
175181 env :
176182 BASE_IMAGE : ${{ inputs.rtpp-repo }}-${{ inputs.rtpp-tag }}
183+ PIPCACHE_IMAGE : ${{ inputs.pipcache-repo }}-${{ inputs.rtpp-tag }}
177184 BUILD_OS : ${{ needs.set_env.outputs.build-os }}
178185
179186 steps :
@@ -226,6 +233,7 @@ jobs:
226233 file : ./docker/Dockerfile.rtp.io
227234 build-args : |
228235 BASE_IMAGE=${{ env.BASE_IMAGE }}
236+ PIPCACHE_IMAGE=${{ env.PIPCACHE_IMAGE }}
229237 BUILD_OS=${{ env.BUILD_OS }}
230238 LLVM_VER=${{ inputs.llvm-version }}
231239 LLVM_VER_OLD=${{ inputs.llvm-version-old }}
0 commit comments