From 96efd173b24ad4cce9a1ee5e1dc36c635e53c25d Mon Sep 17 00:00:00 2001 From: Vigneshwaran Karunanithi Date: Sun, 2 Feb 2025 17:04:33 +0000 Subject: [PATCH] test --- docs/images/params.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/docs/images/params.md b/docs/images/params.md index ccd01672..849e95c4 100644 --- a/docs/images/params.md +++ b/docs/images/params.md @@ -32,21 +32,6 @@ In addition, an armored public key file or URL can be given as “key”, and a NOTE: -If apt repositories require credentials, please store the [credential files](https://manpages.debian.org/testing/apt/apt_auth.conf.5.de.html) (\*.conf files in netrc format) under ~/.ebcl_config/auth.d/ (or) directly create/copy files under the /workspace/tools/user_config/auth.d directory of devcontainer. - -Example: when use apt repos from artifactory-central.elektrobit.com (protected by credentials) as apt_repo in any of the config file. - -a) Generate access token by clicking *Generate an Identity token* button in artifactory's [user_profile](https://artifactory-central.elektrobit.com/ui/user_profile) - -b) Add a credential file called artifactory.conf like below under ~/.ebcl_config/auth.d/ of host machine (or) /workspace/tools/user_config/auth.d of devcontainer before starting the image creation operation - -``` -machine artifactory-central.elektrobit.com -login -password -``` - - - **use_ebcl_apt** _(boot/initrd/root)_ \[default: No \]: If yes, the public apt repository of the EB corbos Linux will be added. By default, the latest release will be used if the _ebcl_version_ parameter is not given. This is a convenience feature, but be aware that this public apt repository doesn’t provide customer specific or proprietary packages.