Minor updates in docker/osm-krm-functions 35/15535/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Fri, 21 Nov 2025 09:15:24 +0000 (10:15 +0100)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Fri, 21 Nov 2025 09:17:01 +0000 (10:17 +0100)
Change-Id: Iba5ae47202806a255afb4c26ed1f2107b5254837
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
docker/osm-krm-functions/Dockerfile
docker/osm-krm-functions/scripts/library/krm-functions.rc

index ca7c90f..9a7df43 100644 (file)
@@ -13,7 +13,6 @@
 #
 
 FROM alpine:3.20
-# FROM bash:3.1.23-alpine3.20
 
 # Ensure compatibility with any script
 RUN ln -s /usr/local/bin/bash /bin/bash
@@ -30,12 +29,6 @@ RUN apk add --no-cache \
     rsync \
     sops \
     yq
-#\
-# apg \
-# gnupg \
-# gpg \
-# openssh-client \
-# sshpass
 
 # Install other dependencies
 RUN (curl -s https://fluxcd.io/install.sh | bash) && \
index 11c5fba..515dda6 100644 (file)
@@ -1367,7 +1367,7 @@ function create_openshift_cluster {
   local SW_CATALOGS_REPO_DIR="${21:-"${SW_CATALOGS_REPO_DIR}"}"
   local SW_CATALOGS_REPO_URL="${22:-"${SW_CATALOGS_REPO_URL}"}"
   local SKIP_BOOTSTRAP="${23:-"false"}"
-   # Only change if absolutely needeed
+  # Only change if absolutely needeed
   local MGMT_PROJECT_NAME="${24:-"osm_admin"}"
   local BASE_TEMPLATES_PATH="${25:-"cloud-resources"}"
   local TEMPLATE_MANIFEST_FILENAME="${26:-"openshift01.yaml"}"