docs/release/expanded/setup_rc.md
The scripts and tools involved in release require specific environment variables, the value of these variables is not always obvious. This guide helps you navigate the creation of those variables.
export SSH_MOUNT_PATH="/var/folders/m7/1d53xcj57d76n1qxv_ykgr040000gp/T//ssh-dmtrX2MOkrzO/agent.45422"
export OLD_K8S="v1.22.13"
export NEW_K8S="v1.22.14"
export OLD_K8S_CLIENT="v0.22.13"
export NEW_K8S_CLIENT="v0.22.14"
export OLD_K3S_VER="v1.22.13-k3s1"
export NEW_K3S_VER="v1.22.14-k3s1"
export RELEASE_BRANCH="release-1.22"
export GOVERSION="1.16.15"
export GOIMAGE="golang:1.16.15-alpine"
# On Linux
export GLOBAL_GIT_CONFIG_PATH="$HOME/.gitconfig"
export GOPATH="$HOME/go"
# On Mac
export GLOBAL_GIT_CONFIG_PATH="/Users/mtrachier/.gitconfig"
export GOPATH="/Users/mtrachier/go"
export BUILD_CONTAINER="FROM golang:1.16.15-alpine\n RUN apk add --no-cache bash gnupg git make tar gzip curl git coreutils rsync alpine-sdk"