Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@

FROM ubuntu:22.04

MAINTAINER "Apache CloudStack" <dev@cloudstack.apache.org>
LABEL Vendor="Apache.org" License="ApacheV2" Version="4.18.2.0-SNAPSHOT"
LABEL Vendor="Apache.org" License="ApacheV2" Version="4.18.2.0-SNAPSHOT" Author="Apache CloudStack <dev@cloudstack.apache.org>"

ARG DEBIAN_FRONTEND=noninteractive

Expand Down
3 changes: 1 addition & 2 deletions tools/docker/Dockerfile.marvin
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
# build for cloudstack_home_dir not this folder
FROM python:2

MAINTAINER "Apache CloudStack" <dev@cloudstack.apache.org>
LABEL Vendor="Apache.org" License="ApacheV2" Version="4.18.2.0-SNAPSHOT"
LABEL Vendor="Apache.org" License="ApacheV2" Version="4.18.2.0-SNAPSHOT" Author="Apache CloudStack <dev@cloudstack.apache.org>"

ENV WORK_DIR=/marvin

Expand Down
3 changes: 1 addition & 2 deletions tools/docker/Dockerfile.smokedev
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@

FROM ubuntu:16.04

MAINTAINER "Apache CloudStack" <dev@cloudstack.apache.org>
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 <dev@cloudstack.apache.org>"

RUN apt-get -y update && apt-get install -y \
genisoimage \
Expand Down
2 changes: 1 addition & 1 deletion ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@

FROM node:14-bullseye AS build

MAINTAINER "Apache CloudStack" <dev@cloudstack.apache.org>
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 <dev@cloudstack.apache.org>"

WORKDIR /build

Expand Down