mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-23 00:10:06 -05: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'
|
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
|
./constellation mini up
|
||||||
|
|
||||||
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
|
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" {
|
provider "docker" {
|
||||||
host = "unix:///var/run/docker.sock"
|
host = "unix:///var/run/docker.sock"
|
||||||
|
|
||||||
registry_auth {
|
|
||||||
address = "ghcr.io"
|
|
||||||
config_file = pathexpand("~/.docker/config.json")
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "random_password" "initSecret" {
|
resource "random_password" "initSecret" {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user