osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ci/+/29600
)
Change subject: obs: lib.docker: fix redundant get_image_name()
......................................................................
obs: lib.docker: fix redundant get_image_name()
Related: OS#2385
Change-Id: Ifa4e316db63c1a3bb9e0d845e7f755d04cf1297e
---
M scripts/obs/lib/docker.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/00/29600/1
diff --git a/scripts/obs/lib/docker.py b/scripts/obs/lib/docker.py
index 0c5ec0f..2944cb3 100644
--- a/scripts/obs/lib/docker.py
+++ b/scripts/obs/lib/docker.py
@@ -20,7 +20,7 @@
lib.run_cmd(["docker", "build",
"--build-arg", f"DISTRO={distro}",
"--build-arg", f"UID={os.getuid()}",
- "-t", get_image_name(distro, image_type),
+ "-t", image_name,
"-f",
f"{lib.config.path_top}/data/{image_type}.Dockerfile",
f"{lib.config.path_top}/data"])
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/29600
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Ifa4e316db63c1a3bb9e0d845e7f755d04cf1297e
Gerrit-Change-Number: 29600
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange