From 19140593f763d12b5054d4b66c16b1876aefa769 Mon Sep 17 00:00:00 2001 From: pa Date: Tue, 7 May 2024 15:34:03 +0000 Subject: [PATCH] remove labels --- .../.devcontainer/Dockerfile | 4 ---- .../.devcontainer/devcontainer.json | 3 +-- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/containers/clab-build-containerlab-with-ceos/.devcontainer/Dockerfile b/containers/clab-build-containerlab-with-ceos/.devcontainer/Dockerfile index ec7c83a..1d05cb0 100644 --- a/containers/clab-build-containerlab-with-ceos/.devcontainer/Dockerfile +++ b/containers/clab-build-containerlab-with-ceos/.devcontainer/Dockerfile @@ -10,10 +10,6 @@ ARG GIT_INIT_ARG ENV CEOS_LAB_VERSION=${CEOS_LAB_VERSION_ARG} ENV GIT_INIT=${GIT_INIT_ARG} -LABEL maintainer="Petr Ankudinov" -LABEL org.opencontainers.image.title="clab-build-containerlab-with-ceos" -LABEL org.opencontainers.image.description="The image is for development and testing purposes only and not officially supported" - USER root # install some basic tools inside the container diff --git a/containers/clab-build-containerlab-with-ceos/.devcontainer/devcontainer.json b/containers/clab-build-containerlab-with-ceos/.devcontainer/devcontainer.json index 584b3a6..798a25a 100644 --- a/containers/clab-build-containerlab-with-ceos/.devcontainer/devcontainer.json +++ b/containers/clab-build-containerlab-with-ceos/.devcontainer/devcontainer.json @@ -6,8 +6,7 @@ "FROM_VARIANT": "${localEnv:FROM_VARIANT}", "USERNAME": "${localEnv:USERNAME}", "CEOS_LAB_VERSION_ARG": "${localEnv:CEOS_LAB_VERSION_ARG}", - "GIT_INIT_ARG": "${localEnv:GIT_INIT_ARG}", - "label": "org.opencontainers.image.description=The image is for development and testing purposes only and not officially supported" + "GIT_INIT_ARG": "${localEnv:GIT_INIT_ARG}" } }, "features": {