File tree Expand file tree Collapse file tree 4 files changed +4
-7
lines changed
Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1919
2020FROM ubuntu:22.04
2121
22- MAINTAINER "Apache CloudStack" <dev@cloudstack.apache.org>
23- LABEL Vendor="Apache.org" License="ApacheV2" Version="4.18.3.0-SNAPSHOT"
22+ LABEL Vendor="Apache.org" License="ApacheV2" Version="4.18.3.0-SNAPSHOT" Author="Apache CloudStack <dev@cloudstack.apache.org>"
2423
2524ARG DEBIAN_FRONTEND=noninteractive
2625
Original file line number Diff line number Diff line change 1919# build for cloudstack_home_dir not this folder
2020FROM python:2
2121
22- MAINTAINER "Apache CloudStack" <dev@cloudstack.apache.org>
23- LABEL Vendor="Apache.org" License="ApacheV2" Version="4.18.3.0-SNAPSHOT"
22+ LABEL Vendor="Apache.org" License="ApacheV2" Version="4.18.3.0-SNAPSHOT" Author="Apache CloudStack <dev@cloudstack.apache.org>"
2423
2524ENV WORK_DIR=/marvin
2625
Original file line number Diff line number Diff line change 1919
2020FROM ubuntu:16.04
2121
22- MAINTAINER "Apache CloudStack" <dev@cloudstack.apache.org>
23- LABEL Vendor="Apache.org" License="ApacheV2" Version="4.12.0-SNAPSHOT"
22+ LABEL Vendor="Apache.org" License="ApacheV2" Version="4.12.0-SNAPSHOT" Author="Apache CloudStack <dev@cloudstack.apache.org>"
2423
2524RUN apt-get -y update && apt-get install -y \
2625 genisoimage \
Original file line number Diff line number Diff line change 1919
2020FROM node:14-bullseye AS build
2121
22- MAINTAINER "Apache CloudStack" <dev@cloudstack.apache.org>
2322LABEL Description="Apache CloudStack UI; Modern role-base progressive UI for Apache CloudStack"
2423LABEL Vendor="Apache.org"
2524LABEL License=ApacheV2
2625LABEL Version=0.5.0
26+ LABEL Author="Apache CloudStack <dev@cloudstack.apache.org>"
2727
2828WORKDIR /build
2929
You can’t perform that action at this time.
0 commit comments