GitHub Action test repository...
Version test
- Full Release: 2.1.0
cat << EOF
* Full Release: 2.1.0
EOF- Full Release: 2.0.0
- Major Release: 2
- Major Release: test@2
cat << EOF
* Full Release: 2.0.0
* Major Release: 2
* Major Release: test@2
EOF- Full Release: 1.0.0
- Minor Release: 1
- Minor Release: test@1
cat << EOF
* Full Release: 1.0.0
* Minor Release: 1
* Minor Release: test@1
EOF- Full Release: 0.0.0
- Patch Release: 0
- Patch Release: test@0
MP4 Video:
2023-12-17_13-02-14.mp4
AV1 Video:
2023-12-17_13-02-14-av1.mp4
cat << EOF
* Full Release: 0.0.0
* Patch Release: 0
* Patch Release: test@0
EOFEnd...
echo "Test: $(date +'%F')"echo "Test: $(date +'%F')"kubectl run malware-cryptominer --image=quay.io/petr_ruzicka/malware-cryptominer-container:2.1.0kubectl run malware-cryptominer --image=quay.io/petr_ruzicka/malware-cryptominer-container:2kubectl run malware-cryptominer --image=quay.io/petr_ruzicka/malware-cryptominer-container:1.1- Container Image:
export AWS_DEFAULT_REGION="eu-central-1"
aws cloudformation deploy --capabilities CAPABILITY_IAM \
--stack-name "${USER}-malware-cryptominer-container-ec2" \
--parameter-overrides "ContainerImage=quay.io/petr_ruzicka/malware-cryptominer-container:2.1.0" \
--template-file EC2InstanceWithDockerSample.yaml \
--tags "Name=${USER}-malware-cryptominer-container-ec2"
# aws cloudformation delete-stack --stack-name ${USER}-malware-cryptominer-container-ec2export AWS_DEFAULT_REGION="eu-central-2"
aws cloudformation deploy --capabilities CAPABILITY_IAM \
--stack-name "${USER}-malware-cryptominer-container-ec2" \
--parameter-overrides "ContainerImage=quay.io/petr_ruzicka/malware-cryptominer-container:2" \
--template-file EC2InstanceWithDockerSample.yaml \
--tags "Name=${USER}-malware-cryptominer-container-ec2"
# aws cloudformation delete-stack --stack-name ${USER}-malware-cryptominer-container-ec2Run in Kubernetes:
# Test release: 2.1.0
# Test release: 1.1
# Test release: 1
kubectl run malware-cryptominer --image=quay.io/petr_ruzicka/malware-cryptominer-container:2.1.0