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
# | |
# Automatically generated file; DO NOT EDIT. | |
# Linux/x86 5.8.0 Kernel Configuration | |
# | |
CONFIG_CC_VERSION_TEXT="gcc (Ubuntu 8.4.0-3ubuntu2) 8.4.0" | |
CONFIG_CC_IS_GCC=y | |
CONFIG_GCC_VERSION=80400 | |
CONFIG_LD_VERSION=234000000 | |
CONFIG_CLANG_VERSION=0 | |
CONFIG_CC_CAN_LINK=y |
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
### Setup containerd/devmapper/nerdctl/docker | |
CNI_VERSION=1.1.1 | |
NERDCTL_VERSION=0.20.0 | |
# cni | |
wget https://github.com/containernetworking/plugins/releases/download/v$CNI_VERSION/cni-plugins-linux-amd64-v$CNI_VERSION.tgz | |
mkdir -p /opt/cni/bin | |
tar Cxzvf /opt/cni/bin cni-plugins-linux-amd64-v$CNI_VERSION.tgz |
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
# | |
# Automatically generated file; DO NOT EDIT. | |
# Linux/arm64 5.4.0 Kernel Configuration | |
# | |
# | |
# Compiler: aarch64-linux-gnu-gcc (Debian 6.3.0-18) 6.3.0 20170516 | |
# | |
CONFIG_CC_IS_GCC=y | |
CONFIG_GCC_VERSION=60300 |
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
### Keybase proof | |
I hereby claim: | |
* I am ananos on github. | |
* I am ananos (https://keybase.io/ananos) on keybase. | |
* I have a public key ASAMCKTP8Eg1Qoe9tMiWGEgeTtIOmYDrrZinMJRaP6sRgwo | |
To claim this, I am signing this 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
CONFIG_CC_IS_GCC=y | |
CONFIG_GCC_VERSION=60300 | |
CONFIG_CLANG_VERSION=0 | |
CONFIG_CC_CAN_LINK=y | |
CONFIG_CC_HAS_ASM_GOTO=y | |
CONFIG_CC_HAS_WARN_MAYBE_UNINITIALIZED=y | |
CONFIG_IRQ_WORK=y | |
CONFIG_BUILDTIME_EXTABLE_SORT=y | |
CONFIG_THREAD_INFO_IN_TASK=y | |
CONFIG_INIT_ENV_ARG_LIMIT=32 |