We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7707d28 commit b4b92a0Copy full SHA for b4b92a0
bci_tester/data.py
@@ -842,7 +842,6 @@ def create_BCI(
842
DISTRIBUTION_CONTAINER = create_BCI(
843
build_tag=f"{APP_CONTAINER_PREFIX}/registry:{_distribution_version}",
844
bci_type=ImageType.APPLICATION,
845
- image_type="kiwi",
846
forwarded_ports=[PortForwarding(container_port=5000)],
847
volume_mounts=[ContainerVolume(container_path="/var/lib/docker-registry")],
848
# FIXME: https://github.com/SUSE/BCI-tests/issues/647, Default timeout is 4 minutes
0 commit comments