Skip to content

Instantly share code, notes, and snippets.

docker run -v $(pwd):/work quay.io/skopeo/stable:latest copy docker://busybox:latest docker-archive:/work/archive-file.tar:busybox:latest
@dvgitit
dvgitit / README.md
Last active March 10, 2023 14:55
taskfile USER_WORKING_DIRECTORY test

Steps to reproduce

git clone https://gist.github.com/dvgitit/7554e02c75815ac155b3ceb2c283996c test_uwd
cd test_uwd
chmod -R +x *.sh
./create_test_scenario.sh
cd test/test_uwd
./test.sh
@dvgitit
dvgitit / nv.sh
Last active October 4, 2022 15:31
nv
# helm
helm version --client --short
helm ls --all-namespaces
# cert-manager
helm repo add jetstack https://charts.jetstack.io
@dvgitit
dvgitit / README.md
Created March 7, 2020 12:53 — forked from drewblas/README.md
Chef Bootstrapper For SuSE/SLES

Chef Bootstrapper For SuSE/SLES

Installation

Note: Run this script as the root user (no sudo calls are used in the script).

You will need the curl package installed, though I would have no idea why it wouldn't be installed by default:

zypper --non-interactive install curl