Skip to content

Commit 71f24ed

Browse files
author
Tomasz Dzięcioł
committed
Rename repo from vpp-base to fpp-vpp
1 parent d69f4e9 commit 71f24ed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
BUILD_TYPE ?= debug
44
CI_BUILD ?= 0
55

6-
BASE_REPO ?= quay.io/travelping/vpp-base
6+
BASE_REPO ?= quay.io/travelping/fpp-vpp
77
BASE_TAG ?= local
88
BASE_HASH ?= $(shell git rev-parse HEAD)
99
BUILDER_REPO ?= quay.io/travelping/vpp-builder

build/ensure-base-image-to-retag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -o nounset
44

5-
: ${BASE_REPO:="quay.io/travelping/vpp-base"}
5+
: ${BASE_REPO:="quay.io/travelping/fpp-vpp"}
66
: ${BASE_HASH:=$(git rev-parse HEAD)}
77
: ${BUILD_TYPE:=debug}
88

build/retag-base-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -o errexit
44
set -o nounset
55

66
: ${BUILD_TYPE:=debug}
7-
: ${BASE_REPO:="quay.io/travelping/vpp-base"}
7+
: ${BASE_REPO:="quay.io/travelping/fpp-vpp"}
88
: ${BASE_HASH:=$(git rev-parse HEAD)}
99

1010
IMAGE_HASH_NAME="${BASE_REPO}:${BUILD_TYPE}-sha-${BASE_HASH}"

0 commit comments

Comments
 (0)