Skip to content
Snippets Groups Projects
Commit 8e317319 authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark
Browse files

wip

parent d7e21818
No related branches found
No related tags found
1 merge request!574Create new integration-test setup
Pipeline #165227 failed
This commit is part of merge request !574. Comments created here will be created in the context of that merge request.
ARG GOLANG_VERSION=1.21 ARG GOLANG_VERSION=1.21
ARG CLAB_VERSION=0.46.2
ARG $GITLAB_PROXY ARG $GITLAB_PROXY
ARG CLAB_VERSION
FROM ${GITLAB_PROXY}golang:$GOLANG_VERSION-bookworm as GO-BASELINE FROM ${GITLAB_PROXY}golang:$GOLANG_VERSION-bookworm as GO-BASELINE
FROM ${GITLAB_PROXY}debian:bookworm as CLAB-BASELINE FROM ${GITLAB_PROXY}debian:bookworm as CLAB-BASELINE
ENV CLAB_VERSION=${CLAB_VERSION:-0.46.2} ARG CLAB_VERSION
RUN apt update && apt upgrade -y && apt install -y curl RUN apt update && apt upgrade -y && apt install -y curl
RUN bash -c "$(curl -sL https://get.containerlab.dev)" -- -v ${CLAB_VERSION} RUN bash -c "$(curl -sL https://get.containerlab.dev)" -- -v ${CLAB_VERSION}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment