forked from apache/cloudstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
6 additions
and
7 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 |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
FROM ubuntu:22.04 | ||
|
||
MAINTAINER "Apache CloudStack" <[email protected]> | ||
LABEL Vendor="Apache.org" License="ApacheV2" Version="4.19.2.0-SNAPSHOT" | ||
LABEL Vendor="Apache.org" License="ApacheV2" Version="4.18.3.0-SNAPSHOT" Author="Apache CloudStack <[email protected]>" | ||
|
||
ARG DEBIAN_FRONTEND=noninteractive | ||
|
||
|
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
FROM python:2 | ||
|
||
MAINTAINER "Apache CloudStack" <[email protected]> | ||
LABEL Vendor="Apache.org" License="ApacheV2" Version="4.19.2.0-SNAPSHOT" | ||
LABEL Vendor="Apache.org" License="ApacheV2" Version="4.18.3.0-SNAPSHOT" Author="Apache CloudStack <[email protected]>" | ||
|
||
ENV WORK_DIR=/marvin | ||
|
||
|
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,8 +19,7 @@ | |
|
||
FROM ubuntu:16.04 | ||
|
||
MAINTAINER "Apache CloudStack" <[email protected]> | ||
LABEL Vendor="Apache.org" License="ApacheV2" Version="4.12.0-SNAPSHOT" | ||
LABEL Vendor="Apache.org" License="ApacheV2" Version="4.12.0-SNAPSHOT" Author="Apache CloudStack <[email protected]>" | ||
|
||
RUN apt-get -y update && apt-get install -y \ | ||
genisoimage \ | ||
|
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,11 +19,11 @@ | |
|
||
FROM node:14-bullseye AS build | ||
|
||
MAINTAINER "Apache CloudStack" <[email protected]> | ||
LABEL Description="Apache CloudStack UI; Modern role-base progressive UI for Apache CloudStack" | ||
LABEL Vendor="Apache.org" | ||
LABEL License=ApacheV2 | ||
LABEL Version=0.5.0 | ||
LABEL Author="Apache CloudStack <[email protected]>" | ||
|
||
WORKDIR /build | ||
|
||
|
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