-
Notifications
You must be signed in to change notification settings - Fork 0
Como probar el script de bala en ubuntu
Cesar Celis Hernandez edited this page Oct 11, 2023
·
17 revisions
- Modify the script:
cd ~
rm -rf ~/directpv/
git clone [email protected]:minio/directpv.git
cd ~/directpv
subl .
- Change
quay.io/minio
forquay.io/cniackz4
there are 2 spots. - Comment this line:
cd "$(dirname "$0")" || exit 255
- Comment these lines:
set -o errexit
set -o nounset
set -o pipefail
- Comment these lines:
exit 255
and putecho "a"
instead. There are two spots.
- Connect to Ubuntu:
docker run -v /Users/cniackz/directpv:/dp -it ubuntu
apt update
apt upgrade -y
apt install -y wget
apt install -y vim
apt-get -y install podman
apt install -y curl
apt install golang-go -y
apt-get install git -y
- Login to quay
podman login quay.io
- Run the script:
cd /dp
source release-operator.sh 4.0.8
- Two images are pushed: