Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion exordos/exordos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ build:

# Override image build parameters, for instance Packer parameters
override:
disk_size: "6G"
disk_size: "4500M"
11 changes: 6 additions & 5 deletions exordos/images/exordos_base/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,12 @@ sudo cp -a "$IMG_ARTS_PATH/lib/." "/usr/local/lib/exordos/"
# Enable exordos core services
sudo systemctl enable exordos-bootstrap exordos-root-autoresize exordos-universal-agent

# Commented out because we don't need Alloy for now and we are going to change monitoring solution
# Install Alloy
wget -q https://repo.exordos.com/alloy/alloy-${ALLOY_VERSION}-1.amd64.deb
#wget -q https://github.com/grafana/alloy/releases/download/v${ALLOY_VERSION}/alloy-${ALLOY_VERSION}-1.amd64.deb
sudo dpkg -i alloy-${ALLOY_VERSION}-1.amd64.deb
rm -f alloy-${ALLOY_VERSION}-1.amd64.deb
# wget -q https://repo.exordos.com/alloy/alloy-${ALLOY_VERSION}-1.amd64.deb
# wget -q https://github.com/grafana/alloy/releases/download/v${ALLOY_VERSION}/alloy-${ALLOY_VERSION}-1.amd64.deb
# sudo dpkg -i alloy-${ALLOY_VERSION}-1.amd64.deb
# rm -f alloy-${ALLOY_VERSION}-1.amd64.deb

# Set default password
cat > /tmp/__passwd <<EOF
Expand All @@ -114,7 +115,7 @@ if [ -n "$LATEST_KERNEL_PKG" ]; then
fi
fi

sudo apt autopurge -y snapd libllvm19
sudo apt autopurge -y snapd libllvm19 python3-botocore python-babel-localedata python3-twisted
Comment thread
akremenetsky marked this conversation as resolved.
sudo rm -fr /opt/eci_base
sudo apt-get clean
sudo rm -rf /var/lib/apt/lists/*
Expand Down