Change in docker-playground[master]: Makefile: Fix default naming of images

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Sun Jun 3 17:18:47 UTC 2018


Harald Welte has uploaded this change for review. ( https://gerrit.osmocom.org/9435


Change subject: Makefile: Fix default naming of images
......................................................................

Makefile: Fix default naming of images

This got broken in Change-Id If2e3cc7693ce5e7c1c95d2f81e302c72bb4230be

Change-Id: I97f9eb3f203301ebc2315ff38216d5b4502eb3d2
---
M make/Makefile
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/35/9435/1

diff --git a/make/Makefile b/make/Makefile
index 231b685..5bbdbb7 100644
--- a/make/Makefile
+++ b/make/Makefile
@@ -18,7 +18,7 @@
 NAME?=$(shell basename $(CURDIR))
 
 RELEASE_SUPPORT := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))/.make-release-support
-IMAGE?=$(REGISTRY_HOST)/$(NAME)
+IMAGE?=$(REGISTRY_HOST)/$(USER)/$(NAME)
 
 VERSION?=$(shell . $(RELEASE_SUPPORT) ; getRelease)
 

-- 
To view, visit https://gerrit.osmocom.org/9435
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I97f9eb3f203301ebc2315ff38216d5b4502eb3d2
Gerrit-Change-Number: 9435
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180603/7fdab456/attachment.htm>


More information about the gerrit-log mailing list