mirror of
https://gitlab.com/d3tn/ud3tn.git
synced 2026-08-13 12:33:27 +02:00
test(hdtn-interop) Bump HDTN 2.0.0 + docker image buildpack-dep:trixie
Signed-off-by: Maximilian Nitsch <maximilian.nitsch@d3tn.com>
This commit is contained in:
parent
7d6b14131f
commit
f5f128c022
3 changed files with 5 additions and 5 deletions
|
|
@ -476,7 +476,7 @@ ione-dtn-bpv7-interoperability-test:
|
|||
hdtn-interoperability-test:
|
||||
stage: functional_test
|
||||
when: always
|
||||
image: registry.gitlab.com/d3tn/ud3tn-docker-images/hdtn-interop:1.3.1-1
|
||||
image: registry.gitlab.com/d3tn/ud3tn-docker-images/hdtn-interop:2.0.0
|
||||
script:
|
||||
- bash test/dockerfiles/prepare_for_test.sh . /ud3tn_build sanitize=yes
|
||||
- cd /ud3tn_build
|
||||
|
|
|
|||
|
|
@ -28,8 +28,8 @@ docker build . \
|
|||
|
||||
docker build . \
|
||||
--file test/dockerfiles/hdtn-interop \
|
||||
--build-arg GIT_REF="v1.3.1" \
|
||||
--tag ud3tn-hdtn-interop:1.3.1-1
|
||||
--build-arg GIT_REF="v2.0.0" \
|
||||
--tag ud3tn-hdtn-interop:2.0.0
|
||||
|
||||
docker build . \
|
||||
--file test/dockerfiles/dtn7-interop \
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# HDTN Dockerfile that contains the Python dependencies for interoperability tests
|
||||
|
||||
FROM buildpack-deps:bullseye
|
||||
FROM buildpack-deps:trixie
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get dist-upgrade -y && \
|
||||
|
|
@ -15,7 +15,7 @@ ENV HDTN_SOURCE_ROOT=${SW_DIR}
|
|||
|
||||
WORKDIR "$HDTN_SOURCE_ROOT"
|
||||
RUN git checkout "$GIT_REF"
|
||||
RUN mkdir build && cd build &&cmake .. && make -j8
|
||||
RUN mkdir build && cd build && cmake .. && make -j8
|
||||
|
||||
COPY ./pyd3tn/requirements.txt /req-pyd3tn.txt
|
||||
COPY ./python-ud3tn-utils/requirements.txt /req-utils.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue