From f530a17ff044ce1c2dd6e2d93c9d7178124935b7 Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Thu, 27 Jun 2019 17:42:38 +0200 Subject: [PATCH] TT#60950 Switch libtcap docker to buster Change-Id: If335975a5d50a50e713820749a8775ecedc9fcdc --- t/Dockerfile | 14 +++++++------- t/abi-check.sh | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/t/Dockerfile b/t/Dockerfile index 7886e82..86abeaa 100644 --- a/t/Dockerfile +++ b/t/Dockerfile @@ -1,11 +1,11 @@ -# DOCKER_NAME=libtcap-stretch -FROM docker.mgm.sipwise.com/sipwise-stretch:latest +# DOCKER_NAME=libtcap-buster +FROM docker.mgm.sipwise.com/sipwise-buster:latest # Important! Update this no-op ENV variable when this Dockerfile # 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 # old cached versions when the Dockerfile is built. -ENV REFRESHED_AT 2017-09-25 +ENV REFRESHED_AT 2019-06-27 RUN apt-get update RUN apt-get install --assume-yes git abi-compliance-checker @@ -18,12 +18,12 @@ WORKDIR /code/ # 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!): -# % docker build --tag="libtcap-stretch" . -# % docker run --rm -i -t -v $(pwd)/..:/code:rw libtcap-stretch:latest bash +# % docker build --tag="libtcap-buster" . +# % docker run --rm -i -t -v $(pwd)/..:/code:rw libtcap-buster:latest bash # # Use the existing docker image: -# % docker pull docker.mgm.sipwise.com/libtcap-stretch -# % docker run --rm -i -t -v $(pwd)/..:/code:rw docker.mgm.sipwise.com/libtcap-stretch:latest bash +# % docker pull docker.mgm.sipwise.com/libtcap-buster +# % docker run --rm -i -t -v $(pwd)/..:/code:rw docker.mgm.sipwise.com/libtcap-buster:latest bash # # Inside docker (the command is in history, just press UP button): # ./t/testrunner diff --git a/t/abi-check.sh b/t/abi-check.sh index 7a5928c..5ef921f 100755 --- a/t/abi-check.sh +++ b/t/abi-check.sh @@ -54,7 +54,7 @@ check/source.${old_version_norm}/include -check/source.${old_version_norm}/lib/ +check/source.${old_version_norm}/src/ @@ -72,7 +72,7 @@ check/source.${new_version_norm}/include -check/source.${new_version_norm}/lib/ +check/source.${new_version_norm}/src/