-
vm-vm-create NAME ZONE TYPE
, wait 5 mins -
vm-vm-scp-setup-scripts NAME ZONE
-
vm-vm-ssh NAME ZONE
-
./vm-keygen
-
./vm-vm-setup
-
Configure commit signing
gpg --full-generate-key echo 'export GPG_TTY=$(tty)' >> ~/.bashrc gpg --list-secret-keys --keyid-format LONG <your_email> # Look for a line starting with `sec` and copy the GPG private key ID (the # 16-character hexadecimal string after the slash) git config --global user.signingkey <YOUR_GPG_KEY_ID> git config --global commit.gpgsign true gpg --armor --export <YOUR_GPG_KEY_ID> # Add the public key at https://github.com/settings/keys
-
Log in to Docker:
# Create new token at https://app.docker.com/accounts/<username>/settings/personal-access-tokens/create docker login -u <username>
-
Log in to Quay.io
# Create an encrypted password at https://quay.io/user/<username>/?tab=settings docker login -u <username> -p '<password>' quay.io
-
Set
GITHUB_TOKEN
:# Generate the token at https://github.com/settings/tokens export GITHUB_TOKEN=
-
Set up multi-platform builds: https://docs.docker.com/build/building/multi-platform/
-
Notifications
You must be signed in to change notification settings - Fork 0
rtm0/vm-util
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published