This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM aquasec/trivy:latest | |
RUN apk --no-cache add curl | |
RUN mkdir /root/.cache/trivy/db -p && curl -L https://github.com/aquasecurity/trivy-db/releases/latest/download/trivy-offline.db.tgz | tar -zxvf - -C /root/.cache/trivy/db/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import sys | |
import string | |
from random import choice | |
target = sys.argv[1] | |
mkxor = [] | |
charset = string.ascii_letters + string.digits |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker pull redhat/ubi8;for x in $(docker run --rm redhat/ubi8 find /usr/bin -type f -executable -print| dos2unix);do echo RlJPTSByZWRoYXQvdWJpOApBUkcgZW50cnkKRU5WIGVudHJ5PSRlbnRyeQpFTlRSWVBPSU5UICRlbnRyeQ==|base64 -d|docker build - -t $(basename $x) --build-arg entry=${x};done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
collections: | |
- a10.acos_axapi | |
- a10.acos_cli | |
- abaez.containers | |
- abaez.hashicluster | |
- abalage.elasticstack_podman | |
- abdulhasiba.mycollection | |
- abhaysinghshekhawat.kubernetes_multinode_cluster | |
- abhinavg97.rr_io | |
- acch.spectrum_scale_test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
import os | |
import hooking | |
from ovirt_hosted_engine_setup import constants as ohostedcons | |
class NestedInVMWareHook(object): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export LIBGUESTFS_HV=<LOCATION OF QEMUWRAPPER>/qemu-wrapper.sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%pre | |
cd /tmp | |
rpm2cpio /run/install/repo/Packages/redhat-virtualization-host-image-update*|cpio -ivd | |
squashfs=$(find / |grep -E 'redhat.+squashfs.img$') | |
ln -s $squashfs /tmp/squashfs | |
%end | |
text | |
lang en_US.UTF-8 | |
timezone America/New_York --isUtc | |
keyboard --vckeymap=us --xlayouts='us' |
NewerOlder