Skip to content

Commit 043c676

Browse files
committed
Run voiptests with latest-debian_13-slim image.
1 parent aa93b1b commit 043c676

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/python-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ jobs:
5858
name: List Supported Arches
5959
uses: sippy/cimagic/.github/workflows/GetContainerPlatforms.yml@v2
6060
with:
61-
image: sippylabs/rtpproxy:latest
61+
image: sippylabs/rtpproxy:latest-debian_13-slim
6262

6363
voiptests:
6464
name: Run VoIPTests
6565
runs-on: ubuntu-latest
6666
needs: [set_env, build]
6767
env:
68-
BASE_IMAGE: sippylabs/rtpproxy:latest
68+
BASE_IMAGE: sippylabs/rtpproxy:latest-debian_13-slim
6969
TARGETPLATFORM: ${{ matrix.platform }}
7070
strategy:
7171
fail-fast: false

docker/Dockerfile.voiptests

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ RUN env -S "`${SET_ENV}`" sh -x docker/install_depends.sh
1919

2020
COPY --exclude=.git --exclude=.github --exclude=dist_out . .
2121

22-
ENV PYTHON_CMD=python3
23-
24-
RUN ${PYTHON_CMD} setup.py sdist
25-
2622
ENV CACHE_HOME="/root"
2723
ENV CACHE_ROOT="${CACHE_HOME}/.cache"
2824

@@ -33,6 +29,9 @@ RUN test ! -d ${TROOT}${CACHE_ROOT} || \
3329
cp -a ${TROOT}${CACHE_ROOT} ${CACHE_HOME}/
3430
RUN rm -r ${TROOT}
3531

32+
ENV PYTHON_CMD=python3
33+
RUN ${PYTHON_CMD} -m pip install --upgrade setuptools
34+
RUN ${PYTHON_CMD} setup.py sdist
3635
RUN ${PYTHON_CMD} -m pip install dist/sippy*.gz
3736
RUN env -S "`${SET_ENV}`" \
3837
${PYTHON_CMD} -m pip install git+https://github.com/sippy/rtp.io@wip

0 commit comments

Comments
 (0)