1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01:00

Add a bitwarden label to docker images (#305)

* Add a bitwarden label to docker images

* Prefix label with reverse DNS
This commit is contained in:
Mart124 2018-06-09 14:17:16 +02:00 committed by Kyle Spearrin
parent 7aa9681222
commit b3c48fd3fa
9 changed files with 19 additions and 0 deletions

View File

@ -1,5 +1,7 @@
FROM microsoft/aspnetcore:2.0.6
LABEL com.bitwarden.product="bitwarden"
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
gosu \

View File

@ -1,5 +1,7 @@
FROM microsoft/aspnetcore:2.0.6
LABEL com.bitwarden.product="bitwarden"
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
cron \

View File

@ -1,5 +1,7 @@
FROM microsoft/aspnetcore:2.0.6
LABEL com.bitwarden.product="bitwarden"
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
gosu \

View File

@ -1,5 +1,7 @@
FROM microsoft/aspnetcore:2.0.6
LABEL com.bitwarden.product="bitwarden"
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
gosu \

View File

@ -1,5 +1,7 @@
FROM bitwarden/server
LABEL com.bitwarden.product="bitwarden"
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
gosu \

View File

@ -1,5 +1,7 @@
FROM microsoft/mssql-server-linux:2017-CU7
LABEL com.bitwarden.product="bitwarden"
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
cron \

View File

@ -1,5 +1,7 @@
FROM nginx:1.12
LABEL com.bitwarden.product="bitwarden"
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
gosu \

View File

@ -1,2 +1,5 @@
FROM microsoft/aspnetcore:2.0.6
LABEL com.bitwarden.product="bitwarden"
COPY obj/Docker/publish /bitwarden_server

View File

@ -1,5 +1,7 @@
FROM microsoft/dotnet:2.0.6-runtime
LABEL com.bitwarden.product="bitwarden"
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
openssl \