mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
qemu: remove registry_auth for Docker Terraform module (#957)
This commit is contained in:
parent
ab508a52d6
commit
b3c3c2fa8c
3
.github/actions/e2e_mini/run-e2e.sh
vendored
3
.github/actions/e2e_mini/run-e2e.sh
vendored
@ -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"
|
||||
|
@ -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" {
|
||||
|
Loading…
Reference in New Issue
Block a user