@ -1,11 +1,11 @@
# DOCKER_NAME=repoapi-b ullseye
# DOCKER_NAME=repoapi-b ookworm
FROM docker.mgm.sipwise.com/sipwise-b ullseye :latest
FROM docker.mgm.sipwise.com/sipwise-b ookworm :latest
# Important! Update this no-op ENV variable when this Dockerfile
# Important! Update this no-op ENV variable when this Dockerfile
# is updated with the current date. It will force refresh of all
# is updated with the current date. It will force refresh of all
# of the base images and things like `apt-get update` won't be using
# of the base images and things like `apt-get update` won't be using
# old cached versions when the Dockerfile is built.
# old cached versions when the Dockerfile is built.
ENV REFRESHED_AT 2023-07-18
ENV REFRESHED_AT 2024-03-11
RUN apt-get update && apt-get install --assume-yes python3 python3-dev \
RUN apt-get update && apt-get install --assume-yes python3 python3-dev \
python3-pytest python3-pytest-pep8 \
python3-pytest python3-pytest-pep8 \
@ -15,7 +15,7 @@ RUN apt-get update && apt-get install --assume-yes python3 python3-dev \
# Get pip to download and install requirements:
# Get pip to download and install requirements:
ADD requirements/*.txt /tmp/
ADD requirements/*.txt /tmp/
RUN pip3 install -r /tmp/test.txt
RUN pip3 install --break-system-packages - r /tmp/test.txt
RUN echo './t/testrunner' >>/root/.bash_history
RUN echo './t/testrunner' >>/root/.bash_history
ADD .tmux.conf /root/.tmux.conf
ADD .tmux.conf /root/.tmux.conf
@ -26,12 +26,12 @@ WORKDIR /code/
# Instructions for usage
# Instructions for usage
# ----------------------
# ----------------------
# When you want to build the base image from scratch (jump to the next section if you don't want to build yourself!):
# When you want to build the base image from scratch (jump to the next section if you don't want to build yourself!):
# % docker build --tag="repoapi-b ullseye " -f t/Dockerfile .
# % docker build --tag="repoapi-b ookworm " -f t/Dockerfile .
# % docker run --rm -i -t -v $(pwd):/code:rw repoapi-b ullseye :latest bash
# % docker run --rm -i -t -v $(pwd):/code:rw repoapi-b ookworm :latest bash
#
#
# Use the existing docker image:
# Use the existing docker image:
# % docker pull docker.mgm.sipwise.com/repoapi-b ullseye
# % docker pull docker.mgm.sipwise.com/repoapi-b ookworm
# % docker run --rm -i -t -v $(pwd):/code:rw docker.mgm.sipwise.com/repoapi-b ullseye :latest bash
# % docker run --rm -i -t -v $(pwd):/code:rw docker.mgm.sipwise.com/repoapi-b ookworm :latest bash
#
#
# Inside docker (the command is in history, just press UP button):
# Inside docker (the command is in history, just press UP button):
# ./t/testrunner
# ./t/testrunner