|
| 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 | + |
1 | 17 | FROM registry.access.redhat.com/ubi9/nodejs-22:9.5-1734528986 AS builder
|
2 | 18 |
|
3 | 19 | USER root
|
@@ -35,14 +51,15 @@ COPY --from=builder /usr/src/app/dist /var/www/html/plugin
|
35 | 51 | CMD run-httpd
|
36 | 52 |
|
37 | 53 | LABEL \
|
38 |
| - name="openshift-gitops-1/gitops-rhel8-console-plugin" \ |
| 54 | + name="openshift-gitops-1/gitops-console-plugin-rhel8" \ |
39 | 55 | License="Apache 2.0" \
|
40 | 56 | com.redhat.component="openshift-gitops-console-plugin-container" \
|
41 | 57 | com.redhat.delivery.appregistry="false" \
|
42 | 58 | release=${CI_CONTAINER_RELEASE} \
|
43 | 59 | upstream-vcs-type="git" \
|
44 | 60 | upstream-version=${CI_UPSTREAM_VERSION} \
|
45 | 61 | upstream-vcs-ref="${COMMIT_SHA}" \
|
| 62 | + version=${CI_CONTAINER_VERSION} \ |
46 | 63 | summary="Red Hat OpenShift GitOps Console Plugin" \
|
47 | 64 | maintainer="William Tam < [email protected]>" \
|
48 | 65 | io.openshift.tags="openshift,gitops-console-plugin" \
|
|
0 commit comments