Change-Id: Iba5ae47202806a255afb4c26ed1f2107b5254837
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
#
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
rsync \
sops \
yq
-#\
-# apg \
-# gnupg \
-# gpg \
-# openssh-client \
-# sshpass
# Install other dependencies
RUN (curl -s https://fluxcd.io/install.sh | bash) && \
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"}"