Skip to content

Commit 41d044b

Browse files
committed
adding license and labels
Signed-off-by: nmirasch <[email protected]>
1 parent 8cbee9d commit 41d044b

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

.konflux/Containerfile.plugin

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# Copyright 2021 Red Hat
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
#
15+
# ------------------------------------------------------------------------
16+
117
FROM registry.access.redhat.com/ubi9/nodejs-22:9.5-1734528986 AS builder
218

319
USER root
@@ -35,14 +51,15 @@ COPY --from=builder /usr/src/app/dist /var/www/html/plugin
3551
CMD run-httpd
3652

3753
LABEL \
38-
name="openshift-gitops-1/gitops-rhel8-console-plugin" \
54+
name="openshift-gitops-1/gitops-console-plugin-rhel8" \
3955
License="Apache 2.0" \
4056
com.redhat.component="openshift-gitops-console-plugin-container" \
4157
com.redhat.delivery.appregistry="false" \
4258
release=${CI_CONTAINER_RELEASE} \
4359
upstream-vcs-type="git" \
4460
upstream-version=${CI_UPSTREAM_VERSION} \
4561
upstream-vcs-ref="${COMMIT_SHA}" \
62+
version=${CI_CONTAINER_VERSION} \
4663
summary="Red Hat OpenShift GitOps Console Plugin" \
4764
maintainer="William Tam <[email protected]>" \
4865
io.openshift.tags="openshift,gitops-console-plugin" \

0 commit comments

Comments
 (0)