Skip to content

Commit 607c444

Browse files
jbtrystramHuijingHei
authored andcommitted
tests: use container images from coreos-assembler org
Now that coreos/fedora-coreos-pipeline#959 is merged, we have these images built by the coreOS CI and hosted on the quay.io/coreos-assembler org. Point tests that requires containers to use images from the coreos-assembler org. See #3727 Fixes coreos/fedora-coreos-tracker#1639 (cherry picked from commit 6cbe502)
1 parent e42dd7e commit 607c444

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

mantle/kola/tests/ignition/luks.go

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,7 @@ func setupTangMachine(c cluster.TestCluster) ut.TangServer {
9191
c.Fatal(err)
9292
}
9393

94-
// TODO: move container image to centralized namespace
95-
// container source: https://github.com/mike-nguyen/tang-docker-container/
96-
containerImage := "quay.io/mike_nguyen/tang"
97-
if coreosarch.CurrentRpmArch() != "x86_64" {
98-
containerImage = "quay.io/multi-arch/tang:" + coreosarch.CurrentRpmArch()
99-
}
94+
containerImage := "quay.io/coreos-assembler/tang:latest"
10095

10196
containerID, errMsg, err := m.SSH("sudo podman run -d -p 80:80 " + containerImage)
10297
if err != nil {

0 commit comments

Comments
 (0)