qemu: remove registry_auth for Docker Terraform module (#957)

This commit is contained in:
Nils Hanke 2023-01-12 15:47:50 +01:00 committed by GitHub
parent ab508a52d6
commit b3c3c2fa8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 8 deletions

View File

@ -37,9 +37,6 @@ chmod u+x constellation
sudo sh -c 'echo "127.0.0.1 license.confidential.cloud" >> /etc/hosts'
mkdir -p "$HOME"/.docker
touch "$HOME"/.docker/config.json
./constellation mini up
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"

View File

@ -17,11 +17,6 @@ provider "libvirt" {
provider "docker" {
host = "unix:///var/run/docker.sock"
registry_auth {
address = "ghcr.io"
config_file = pathexpand("~/.docker/config.json")
}
}
resource "random_password" "initSecret" {