mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 02:52:56 +01:00
Add dynamic Helm 3.10 CI image for GitLab chart
This commit is contained in:
parent
0420021dad
commit
b70bdd0493
10 changed files with 118 additions and 45 deletions
12
scripts/install-awscli
Executable file
12
scripts/install-awscli
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -xeou pipefail
|
||||
|
||||
AWSCLI_VERSION=${1}
|
||||
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
apt-get update
|
||||
apt-get -y install python3 python3-pip
|
||||
|
||||
rm /usr/lib/python3.*/EXTERNALLY-MANAGED
|
||||
pip install awscli==${AWSCLI_VERSION}
|
||||
Loading…
Add table
Add a link
Reference in a new issue