Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ CONTROLLER_IMAGE=$(image_for agent-installer-csr-approver)
INSTALLER_IMAGE=$(image_for agent-installer-orchestrator)
AGENT_DOCKER_IMAGE=$(image_for agent-installer-node-agent)
AGENT_INSTALLER_UTILS_IMAGE=$(image_for agent-installer-utils)
INSTALLER_UI_IMAGE=localhost/agent-installer-ui:latest
INSTALLER_UI_IMAGE=$(image_for agent-installer-ui)
EOF
4 changes: 0 additions & 4 deletions data/data/agent/systemd/units/agent-extract-tui.service
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ ConditionPathExists=/etc/assisted/interactive-ui

[Service]
Type=oneshot
# Temporarily load assisted-install-ui here. It was previously in agent-extract-tui.service in the
# agent-install-utils repo but that service is being removed.
# TODO: Remove after assisted-install-ui is productized.
ExecStartPre=/bin/bash -c "podman tag $(podman load -q -i /run/media/iso/images/agent-installer-ui/agent-installer-ui.tar | awk '{print $NF}') localhost/agent-installer-ui:latest"
ExecStart=/usr/local/bin/agent-extract-tui.sh
TimeoutStartSec=300s

Expand Down