Skip to content

Commit

Permalink
draft: move container images to coreos org
Browse files Browse the repository at this point in the history
Test commit, POC for coreos/fedora-coreos-tracker#1639
This should be ammended once this repo is moved to the coreOS org
  • Loading branch information
jbtrystram committed Jan 3, 2024
1 parent 5a81fdf commit 0c0471a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions mantle/cmd/kola/resources/iscsi_butane_setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ storage:
Wants=network-online.target
OnFailure=emergency.target
[Container]
#TODO: move container image to centralized namespace
Image=quay.io/jbtrystram/targetcli:latest
ContainerName=target
Network=host
Expand Down
5 changes: 1 addition & 4 deletions mantle/kola/tests/ignition/luks.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,7 @@ func setupTangMachine(c cluster.TestCluster) ut.TangServer {

// TODO: move container image to centralized namespace
// container source: https://github.com/mike-nguyen/tang-docker-container/
containerImage := "quay.io/mike_nguyen/tang"
if coreosarch.CurrentRpmArch() != "x86_64" {
containerImage = "quay.io/multi-arch/tang:" + coreosarch.CurrentRpmArch()
}
containerImage := "quay.io/jbtrystram/tang"

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

0 comments on commit 0c0471a

Please sign in to comment.