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

Update base image for dev container setup and improve make clean

See merge request !647
parent 8b5e0c30
No related branches found
No related tags found
1 merge request!647Update base image for dev container setup and improve make clean
Pipeline #173269 passed
# The devcontainer will be based on debian # The devcontainer will be based on debian
# The base container already has entrypoint, vscode user account, etc. out of the box # The base container already has entrypoint, vscode user account, etc. out of the box
FROM mcr.microsoft.com/vscode/devcontainers/base:bullseye FROM mcr.microsoft.com/vscode/devcontainers/base:bookworm
# Containerlab version will be set in devcontainer.json # Containerlab version will be set in devcontainer.json
ARG _CLAB_VERSION ARG _CLAB_VERSION
...@@ -17,6 +17,7 @@ RUN apt-get update \ ...@@ -17,6 +17,7 @@ RUN apt-get update \
sshpass \ sshpass \
curl \ curl \
wget \ wget \
openssl \
iputils-ping \ iputils-ping \
htop \ htop \
zsh \ zsh \
......
...@@ -99,8 +99,8 @@ controller-integration-tests-debug-up: generate-certs containerize-gosdn contain ...@@ -99,8 +99,8 @@ controller-integration-tests-debug-up: generate-certs containerize-gosdn contain
controller-integration-tests-debug-down: controller-integration-tests-debug-down:
docker-compose -f dev_env_data/docker-compose/integration-test_docker-compose.yml down docker-compose -f dev_env_data/docker-compose/integration-test_docker-compose.yml down
# Warning: Depending on you go configuration might also clean caches, modules and docker containers from your other projects. # Warning: Depending on your go and development configuration might also clean caches, modules and docker containers from your other projects.
clean: clean:
rm -r $(BUILD_ARTIFACTS_PATH)
$(GOCLEAN) $(GOCLEAN)
rm -rf $(BUILD_ARTIFACTS_PATH) $(TOOLS_DIR)
docker system prune -af docker system prune -af
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment