Skip to content

Commit

Permalink
remove labels
Browse files Browse the repository at this point in the history
  • Loading branch information
ankudinov committed May 7, 2024
1 parent 631aa92 commit 1914059
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 1914059

Please sign in to comment.