-
Notifications
You must be signed in to change notification settings - Fork 11k
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
2,610 changed files
with
55,110 additions
and
48,012 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM node:12.22.1-buster-slim | ||
FROM node:12.22.8-buster-slim | ||
|
||
LABEL maintainer="[email protected]" | ||
|
||
|
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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM node:12.22.1-buster-slim | ||
FROM node:12.22.8-buster-slim | ||
|
||
LABEL maintainer="[email protected]" | ||
|
||
|
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 |
---|---|---|
@@ -1,30 +1,30 @@ | ||
FROM registry.access.redhat.com/ubi8/nodejs-12 | ||
|
||
ENV RC_VERSION 4.3.0-develop | ||
ENV RC_VERSION 4.4.0-develop | ||
|
||
MAINTAINER [email protected] | ||
|
||
LABEL name="Rocket.Chat" \ | ||
vendor="Rocket.Chat" \ | ||
version="${RC_VERSION}" \ | ||
release="1" \ | ||
url="https://rocket.chat" \ | ||
summary="The Ultimate Open Source Web Chat Platform" \ | ||
description="The Ultimate Open Source Web Chat Platform" \ | ||
run="docker run -d --name ${NAME} ${IMAGE}" | ||
vendor="Rocket.Chat" \ | ||
version="${RC_VERSION}" \ | ||
release="1" \ | ||
url="https://rocket.chat" \ | ||
summary="The Ultimate Open Source Web Chat Platform" \ | ||
description="The Ultimate Open Source Web Chat Platform" \ | ||
run="docker run -d --name ${NAME} ${IMAGE}" | ||
|
||
USER root | ||
RUN dnf install -y python38 && rm -rf /var/cache /var/log/dnf* /var/log/yum.* | ||
USER default | ||
|
||
RUN set -x \ | ||
&& gpg --keyserver keys.openpgp.org --recv-keys 0E163286C20D07B9787EBE9FD7F9D0414FD08104 \ | ||
&& curl -SLf "https://releases.rocket.chat/${RC_VERSION}/download" -o rocket.chat.tgz \ | ||
&& curl -SLf "https://releases.rocket.chat/${RC_VERSION}/asc" -o rocket.chat.tgz.asc \ | ||
&& gpg --verify rocket.chat.tgz.asc \ | ||
&& tar -zxf rocket.chat.tgz -C /opt/app-root/src/ \ | ||
&& cd /opt/app-root/src/bundle/programs/server \ | ||
&& npm install | ||
&& gpg --keyserver keys.openpgp.org --recv-keys 0E163286C20D07B9787EBE9FD7F9D0414FD08104 \ | ||
&& curl -SLf "https://releases.rocket.chat/${RC_VERSION}/download" -o rocket.chat.tgz \ | ||
&& curl -SLf "https://releases.rocket.chat/${RC_VERSION}/asc" -o rocket.chat.tgz.asc \ | ||
&& gpg --verify rocket.chat.tgz.asc \ | ||
&& tar -zxf rocket.chat.tgz -C /opt/app-root/src/ \ | ||
&& cd /opt/app-root/src/bundle/programs/server \ | ||
&& npm install | ||
|
||
COPY licenses /licenses | ||
|
||
|
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
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
Oops, something went wrong.