-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add vendor label to Containerfiles
Signed-off-by: Ernesto González <[email protected]>
- Loading branch information
1 parent
9dd1d93
commit b251fc4
Showing
9 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,4 +19,5 @@ LABEL \ | |
io.openshift.tags="migration,forklift,mtv" \ | ||
summary="Forklift- API" \ | ||
description="Forklift - API" \ | ||
vendor="Red Hat, Inc." \ | ||
maintainer="Forklift by Konveyor Community <[email protected]>" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,4 +23,5 @@ LABEL \ | |
summary="Forklift - Controller" \ | ||
description="Forklift controller pod orchestrates migrations and \ | ||
maintains an up-to-date inventory of the source providers." \ | ||
vendor="Red Hat, Inc." \ | ||
maintainer="Migration Toolkit for Virtualization Team <[email protected]>" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,4 +19,5 @@ LABEL \ | |
io.openshift.tags="migration,mtv,forklift" \ | ||
summary="Forklift - Operator" \ | ||
description="Forklift - Operator" \ | ||
vendor="Red Hat, Inc." \ | ||
maintainer="Forklift by Konveyor Community <[email protected]>" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,4 +19,5 @@ LABEL \ | |
io.openshift.tags="migration,forklift,mtv" \ | ||
summary="Forklift - openstack-populator" \ | ||
description="Forklift - openstack-populator" \ | ||
vendor="Red Hat, Inc." \ | ||
maintainer="Forklift by Konveyor Community <[email protected]>" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,4 +22,5 @@ LABEL \ | |
io.openshift.tags="migration,mtv,forklift" \ | ||
summary="Forklift - OVA Provider Server" \ | ||
description="Forklift - OVA Provider Server" \ | ||
vendor="Red Hat, Inc." \ | ||
maintainer="Forklift by Konveyor Community <[email protected]>" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,4 +24,5 @@ LABEL \ | |
io.openshift.tags="migration,mtv,forklift" \ | ||
summary="Forklift - oVirt Populator" \ | ||
description="Forklift - oVirt Populator" \ | ||
vendor="Red Hat, Inc." \ | ||
maintainer="Forklift by Konveyor Community <[email protected]>" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,4 +22,5 @@ LABEL \ | |
io.openshift.tags="migration,mtv,forklift" \ | ||
summary="Forklift - Populator Controller" \ | ||
description="Forklift - Populator Controller" \ | ||
vendor="Red Hat, Inc." \ | ||
maintainer="Forklift by Konveyor Community <[email protected]>" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,5 @@ LABEL \ | |
io.openshift.tags="migration,mtv,forklift" \ | ||
summary="Forklift - Validation Service" \ | ||
description="Forklift - Validation Service" \ | ||
vendor="Red Hat, Inc." \ | ||
maintainer="Forklift by Konveyor Community <[email protected]>" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,4 +53,5 @@ LABEL \ | |
io.openshift.tags="migration,mtv,forklift" \ | ||
summary="Forklift - Virt-V2V" \ | ||
io.k8s.description="Forklift - Virt-V2V" \ | ||
vendor="Red Hat, Inc." \ | ||
maintainer="Forklift by Konveyor Community <[email protected]>" |