mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-08-01 10:01:46 +03:00
[updated] FORM to FROM with hub
This commit is contained in:
parent
1ec3c03b84
commit
b426829155
@ -1,4 +1,4 @@
|
|||||||
name: EpicMorg Advanced Mattermost Image
|
name: EpicMorg Mattermost Image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@ -8,7 +8,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
build-images:
|
build-images:
|
||||||
name: EpicMorg Advanced Images
|
name: EpicMorg Mattermost Images
|
||||||
runs-on: [ ubuntu-24.04 ]
|
runs-on: [ ubuntu-24.04 ]
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/debian:bookworm-jdk11
|
FROM docker.io/epicmorg/debian:bookworm-jdk11
|
||||||
LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org"
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/debian:bookworm-jdk17
|
FROM docker.io/epicmorg/debian:bookworm-jdk17
|
||||||
LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org"
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/debian:bookworm-jdk21
|
FROM docker.io/epicmorg/debian:bookworm-jdk21
|
||||||
LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org"
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/debian:bookworm-jdk8
|
FROM docker.io/epicmorg/debian:bookworm-jdk8
|
||||||
LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org"
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/debian:bookworm-jdk7
|
FROM docker.io/epicmorg/debian:bookworm-jdk7
|
||||||
LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org"
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/debian:bookworm-jdk8
|
FROM docker.io/epicmorg/debian:bookworm-jdk8
|
||||||
LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org"
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/debian:bookworm-jdk11
|
FROM docker.io/epicmorg/debian:bookworm-jdk11
|
||||||
LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org"
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/debian:bookworm-jdk17
|
FROM docker.io/epicmorg/debian:bookworm-jdk17
|
||||||
LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org"
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/debian:bookworm-jdk21
|
FROM docker.io/epicmorg/debian:bookworm-jdk21
|
||||||
LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org"
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/debian:bookworm-jdk6
|
FROM docker.io/epicmorg/debian:bookworm-jdk6
|
||||||
LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org"
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/debian:bookworm-jdk7
|
FROM docker.io/epicmorg/debian:bookworm-jdk7
|
||||||
LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org"
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/debian:bookworm-jdk8
|
FROM docker.io/epicmorg/debian:bookworm-jdk8
|
||||||
LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org"
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/debian:bookworm-jdk6
|
FROM docker.io/epicmorg/debian:bookworm-jdk6
|
||||||
LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org"
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/debian:bookworm-jdk11
|
FROM docker.io/epicmorg/debian:bookworm-jdk11
|
||||||
LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org"
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/debian:bookworm-jdk17
|
FROM docker.io/epicmorg/debian:bookworm-jdk17
|
||||||
LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org"
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/debian:bookworm-jdk21
|
FROM docker.io/epicmorg/debian:bookworm-jdk21
|
||||||
|
|
||||||
LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org"
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/debian:bookworm-jdk6
|
FROM docker.io/epicmorg/debian:bookworm-jdk6
|
||||||
LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org"
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/debian:bookworm-jdk6
|
FROM docker.io/epicmorg/debian:bookworm-jdk6
|
||||||
LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org"
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/debian:bookworm-jdk7
|
FROM docker.io/epicmorg/debian:bookworm-jdk7
|
||||||
LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org"
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/debian:bookworm-jdk7
|
FROM docker.io/epicmorg/debian:bookworm-jdk7
|
||||||
LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org"
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/debian:bookworm-jdk8
|
FROM docker.io/epicmorg/debian:bookworm-jdk8
|
||||||
LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org"
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/debian:bookworm-jdk6
|
FROM docker.io/epicmorg/debian:bookworm-jdk6
|
||||||
LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org"
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/debian:bookworm-jdk7
|
FROM docker.io/epicmorg/debian:bookworm-jdk7
|
||||||
LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org"
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/debian:bookworm-jdk6
|
FROM docker.io/epicmorg/debian:bookworm-jdk6
|
||||||
LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org"
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/debian:bookworm-jdk6
|
FROM docker.io/epicmorg/debian:bookworm-jdk6
|
||||||
LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org"
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/debian:bookworm-jdk7
|
FROM docker.io/epicmorg/debian:bookworm-jdk7
|
||||||
LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org"
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/debian:bookworm-jdk8
|
FROM docker.io/epicmorg/debian:bookworm-jdk8
|
||||||
LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org"
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/debian:bookworm-jdk6
|
FROM docker.io/epicmorg/debian:bookworm-jdk6
|
||||||
LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org"
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/debian:bookworm-jdk11
|
FROM docker.io/epicmorg/debian:bookworm-jdk11
|
||||||
LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org"
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/debian:bookworm-jdk17
|
FROM docker.io/epicmorg/debian:bookworm-jdk17
|
||||||
LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org"
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/debian:bookworm-jdk6
|
FROM docker.io/epicmorg/debian:bookworm-jdk6
|
||||||
LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org"
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/debian:bookworm-jdk7
|
FROM docker.io/epicmorg/debian:bookworm-jdk7
|
||||||
LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org"
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/debian:bookworm-jdk8
|
FROM docker.io/epicmorg/debian:bookworm-jdk8
|
||||||
LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org"
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/debian:bookworm-jdk8
|
FROM docker.io/epicmorg/debian:bookworm-jdk8
|
||||||
LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org"
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/debian:bookworm-jdk8
|
FROM docker.io/epicmorg/debian:bookworm-jdk8
|
||||||
LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org"
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/testrail:{{ item }}
|
FROM docker.io/epicmorg/testrail:{{ item }}
|
||||||
|
|
||||||
ENV TESTRAIL_PLUGIN_VERSION=1.4
|
ENV TESTRAIL_PLUGIN_VERSION=1.4
|
||||||
ENV TESTRAIL_PLUGIN_NAME=ad
|
ENV TESTRAIL_PLUGIN_NAME=ad
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/testrail:{{ item }}
|
FROM docker.io/epicmorg/testrail:{{ item }}
|
||||||
|
|
||||||
ENV TESTRAIL_PLUGIN_VERSION=1.4
|
ENV TESTRAIL_PLUGIN_VERSION=1.4
|
||||||
ENV TESTRAIL_PLUGIN_NAME=ldap
|
ENV TESTRAIL_PLUGIN_NAME=ldap
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/apache2:php7.0
|
FROM docker.io/epicmorg/apache2:php7.0
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# Testrail Install
|
# Testrail Install
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/testrail:{{ item }}
|
FROM docker.io/epicmorg/testrail:{{ item }}
|
||||||
|
|
||||||
ENV TESTRAIL_PLUGIN_VERSION=1.4
|
ENV TESTRAIL_PLUGIN_VERSION=1.4
|
||||||
ENV TESTRAIL_PLUGIN_NAME=ad
|
ENV TESTRAIL_PLUGIN_NAME=ad
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/testrail:{{ item }}
|
FROM docker.io/epicmorg/testrail:{{ item }}
|
||||||
|
|
||||||
ENV TESTRAIL_PLUGIN_VERSION=1.4
|
ENV TESTRAIL_PLUGIN_VERSION=1.4
|
||||||
ENV TESTRAIL_PLUGIN_NAME=ldap
|
ENV TESTRAIL_PLUGIN_NAME=ldap
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/apache2:php7.1
|
FROM docker.io/epicmorg/apache2:php7.1
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# Testrail Install
|
# Testrail Install
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/testrail:{{ item }}
|
FROM docker.io/epicmorg/testrail:{{ item }}
|
||||||
|
|
||||||
ENV TESTRAIL_PLUGIN_VERSION=1.4
|
ENV TESTRAIL_PLUGIN_VERSION=1.4
|
||||||
ENV TESTRAIL_PLUGIN_NAME=ad
|
ENV TESTRAIL_PLUGIN_NAME=ad
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/testrail:{{ item }}
|
FROM docker.io/epicmorg/testrail:{{ item }}
|
||||||
|
|
||||||
ENV TESTRAIL_PLUGIN_VERSION=1.4
|
ENV TESTRAIL_PLUGIN_VERSION=1.4
|
||||||
ENV TESTRAIL_PLUGIN_NAME=ldap
|
ENV TESTRAIL_PLUGIN_NAME=ldap
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/apache2:php7.2
|
FROM docker.io/epicmorg/apache2:php7.2
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# Testrail Install
|
# Testrail Install
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/testrail:{{ item }}
|
FROM docker.io/epicmorg/testrail:{{ item }}
|
||||||
|
|
||||||
ENV TESTRAIL_PLUGIN_VERSION=1.4
|
ENV TESTRAIL_PLUGIN_VERSION=1.4
|
||||||
ENV TESTRAIL_PLUGIN_NAME=ad
|
ENV TESTRAIL_PLUGIN_NAME=ad
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/testrail:{{ item }}
|
FROM docker.io/epicmorg/testrail:{{ item }}
|
||||||
|
|
||||||
ENV TESTRAIL_PLUGIN_VERSION=1.4
|
ENV TESTRAIL_PLUGIN_VERSION=1.4
|
||||||
ENV TESTRAIL_PLUGIN_NAME=ldap
|
ENV TESTRAIL_PLUGIN_NAME=ldap
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/apache2:php7.4
|
FROM docker.io/epicmorg/apache2:php7.4
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# Testrail Install
|
# Testrail Install
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/testrail:{{ item }}
|
FROM docker.io/epicmorg/testrail:{{ item }}
|
||||||
|
|
||||||
ENV TESTRAIL_PLUGIN_VERSION=1.4
|
ENV TESTRAIL_PLUGIN_VERSION=1.4
|
||||||
ENV TESTRAIL_PLUGIN_NAME=ad
|
ENV TESTRAIL_PLUGIN_NAME=ad
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/testrail:{{ item }}
|
FROM docker.io/epicmorg/testrail:{{ item }}
|
||||||
|
|
||||||
ENV TESTRAIL_PLUGIN_VERSION=1.4
|
ENV TESTRAIL_PLUGIN_VERSION=1.4
|
||||||
ENV TESTRAIL_PLUGIN_NAME=ldap
|
ENV TESTRAIL_PLUGIN_NAME=ldap
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/apache2:php8.1
|
FROM docker.io/epicmorg/apache2:php8.1
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# Testrail Install
|
# Testrail Install
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
##############################################
|
##############################################
|
||||||
# 7d2d dedicated server
|
# 7d2d dedicated server
|
||||||
##############################################
|
##############################################
|
||||||
FROM epicmorg/steamcmd:linux
|
FROM docker.io/epicmorg/steamcmd:linux
|
||||||
LABEL maintainer="Guahos, chipmunkzombie@gmail.com"
|
LABEL maintainer="Guahos, chipmunkzombie@gmail.com"
|
||||||
|
|
||||||
#Steam App ID
|
#Steam App ID
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/steamcmd:linux
|
FROM docker.io/epicmorg/steamcmd:linux
|
||||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
FROM mattermost/mattermost-enterprise-edition:release-10 as bootstrap
|
FROM docker.io/mattermost/mattermost-enterprise-edition:release-10 as bootstrap
|
||||||
RUN cd ./bin && \
|
RUN cd ./bin && \
|
||||||
ls -las && \
|
ls -las && \
|
||||||
mattermost version
|
mattermost version
|
||||||
|
|
||||||
FROM python:2.7 as edit
|
FROM docker.io/python:2.7 as edit
|
||||||
COPY edit.py2 /tmp/edit.py
|
COPY edit.py2 /tmp/edit.py
|
||||||
COPY --from=bootstrap /mattermost/bin/mattermost /tmp/mattermost
|
COPY --from=bootstrap /mattermost/bin/mattermost /tmp/mattermost
|
||||||
RUN cd /tmp && \
|
RUN cd /tmp && \
|
||||||
chmod +x ./edit.py && \
|
chmod +x ./edit.py && \
|
||||||
./edit.py
|
./edit.py
|
||||||
|
|
||||||
FROM mattermost/mattermost-enterprise-edition:release-10
|
FROM docker.io/mattermost/mattermost-enterprise-edition:release-10
|
||||||
|
|
||||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||||
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
FROM mattermost/mattermost-enterprise-edition:release-10.0 as bootstrap
|
FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.0 as bootstrap
|
||||||
RUN cd ./bin && \
|
RUN cd ./bin && \
|
||||||
ls -las && \
|
ls -las && \
|
||||||
mattermost version
|
mattermost version
|
||||||
|
|
||||||
FROM python:2.7 as edit
|
FROM docker.io/python:2.7 as edit
|
||||||
COPY edit.py2 /tmp/edit.py
|
COPY edit.py2 /tmp/edit.py
|
||||||
COPY --from=bootstrap /mattermost/bin/mattermost /tmp/mattermost
|
COPY --from=bootstrap /mattermost/bin/mattermost /tmp/mattermost
|
||||||
RUN cd /tmp && \
|
RUN cd /tmp && \
|
||||||
chmod +x ./edit.py && \
|
chmod +x ./edit.py && \
|
||||||
./edit.py
|
./edit.py
|
||||||
|
|
||||||
FROM mattermost/mattermost-enterprise-edition:release-10.0
|
FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.0
|
||||||
|
|
||||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||||
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
FROM mattermost/mattermost-enterprise-edition:release-10.1 as bootstrap
|
FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.1 as bootstrap
|
||||||
RUN cd ./bin && \
|
RUN cd ./bin && \
|
||||||
ls -las && \
|
ls -las && \
|
||||||
mattermost version
|
mattermost version
|
||||||
|
|
||||||
FROM python:2.7 as edit
|
FROM docker.io/python:2.7 as edit
|
||||||
COPY edit.py2 /tmp/edit.py
|
COPY edit.py2 /tmp/edit.py
|
||||||
COPY --from=bootstrap /mattermost/bin/mattermost /tmp/mattermost
|
COPY --from=bootstrap /mattermost/bin/mattermost /tmp/mattermost
|
||||||
RUN cd /tmp && \
|
RUN cd /tmp && \
|
||||||
chmod +x ./edit.py && \
|
chmod +x ./edit.py && \
|
||||||
./edit.py
|
./edit.py
|
||||||
|
|
||||||
FROM mattermost/mattermost-enterprise-edition:release-10.1
|
FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.1
|
||||||
|
|
||||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||||
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
FROM mattermost/mattermost-enterprise-edition:release-10.10 as bootstrap
|
FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.10 as bootstrap
|
||||||
RUN cd ./bin && \
|
RUN cd ./bin && \
|
||||||
ls -las && \
|
ls -las && \
|
||||||
mattermost version
|
mattermost version
|
||||||
|
|
||||||
FROM python:2.7 as edit
|
FROM docker.io/python:2.7 as edit
|
||||||
COPY edit.py2 /tmp/edit.py
|
COPY edit.py2 /tmp/edit.py
|
||||||
COPY --from=bootstrap /mattermost/bin/mattermost /tmp/mattermost
|
COPY --from=bootstrap /mattermost/bin/mattermost /tmp/mattermost
|
||||||
RUN cd /tmp && \
|
RUN cd /tmp && \
|
||||||
chmod +x ./edit.py && \
|
chmod +x ./edit.py && \
|
||||||
./edit.py
|
./edit.py
|
||||||
|
|
||||||
FROM mattermost/mattermost-enterprise-edition:release-10.10
|
FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.10
|
||||||
|
|
||||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||||
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
FROM mattermost/mattermost-enterprise-edition:release-10.11 as bootstrap
|
FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.11 as bootstrap
|
||||||
RUN cd ./bin && \
|
RUN cd ./bin && \
|
||||||
ls -las
|
ls -las
|
||||||
|
|
||||||
FROM python:2.7 as edit
|
FROM docker.io/python:2.7 as edit
|
||||||
COPY edit.py2 /tmp/edit.py
|
COPY edit.py2 /tmp/edit.py
|
||||||
COPY --from=bootstrap /mattermost/bin/mattermost /tmp/mattermost
|
COPY --from=bootstrap /mattermost/bin/mattermost /tmp/mattermost
|
||||||
RUN cd /tmp && \
|
RUN cd /tmp && \
|
||||||
chmod +x ./edit.py && \
|
chmod +x ./edit.py && \
|
||||||
./edit.py
|
./edit.py
|
||||||
|
|
||||||
FROM mattermost/mattermost-enterprise-edition:release-10.11
|
FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.11
|
||||||
|
|
||||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||||
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
FROM mattermost/mattermost-enterprise-edition:release-10.2 as bootstrap
|
FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.2 as bootstrap
|
||||||
RUN cd ./bin && \
|
RUN cd ./bin && \
|
||||||
ls -las && \
|
ls -las && \
|
||||||
mattermost version
|
mattermost version
|
||||||
|
|
||||||
FROM python:2.7 as edit
|
FROM docker.io/python:2.7 as edit
|
||||||
COPY edit.py2 /tmp/edit.py
|
COPY edit.py2 /tmp/edit.py
|
||||||
COPY --from=bootstrap /mattermost/bin/mattermost /tmp/mattermost
|
COPY --from=bootstrap /mattermost/bin/mattermost /tmp/mattermost
|
||||||
RUN cd /tmp && \
|
RUN cd /tmp && \
|
||||||
chmod +x ./edit.py && \
|
chmod +x ./edit.py && \
|
||||||
./edit.py
|
./edit.py
|
||||||
|
|
||||||
FROM mattermost/mattermost-enterprise-edition:release-10.2
|
FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.2
|
||||||
|
|
||||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||||
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
FROM mattermost/mattermost-enterprise-edition:release-10.3 as bootstrap
|
FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.3 as bootstrap
|
||||||
RUN cd ./bin && \
|
RUN cd ./bin && \
|
||||||
ls -las && \
|
ls -las && \
|
||||||
mattermost version
|
mattermost version
|
||||||
|
|
||||||
FROM python:2.7 as edit
|
FROM docker.io/python:2.7 as edit
|
||||||
COPY edit.py2 /tmp/edit.py
|
COPY edit.py2 /tmp/edit.py
|
||||||
COPY --from=bootstrap /mattermost/bin/mattermost /tmp/mattermost
|
COPY --from=bootstrap /mattermost/bin/mattermost /tmp/mattermost
|
||||||
RUN cd /tmp && \
|
RUN cd /tmp && \
|
||||||
chmod +x ./edit.py && \
|
chmod +x ./edit.py && \
|
||||||
./edit.py
|
./edit.py
|
||||||
|
|
||||||
FROM mattermost/mattermost-enterprise-edition:release-10.3
|
FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.3
|
||||||
|
|
||||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||||
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
FROM mattermost/mattermost-enterprise-edition:release-10.4 as bootstrap
|
FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.4 as bootstrap
|
||||||
RUN cd ./bin && \
|
RUN cd ./bin && \
|
||||||
ls -las && \
|
ls -las && \
|
||||||
mattermost version
|
mattermost version
|
||||||
|
|
||||||
FROM python:2.7 as edit
|
FROM docker.io/python:2.7 as edit
|
||||||
COPY edit.py2 /tmp/edit.py
|
COPY edit.py2 /tmp/edit.py
|
||||||
COPY --from=bootstrap /mattermost/bin/mattermost /tmp/mattermost
|
COPY --from=bootstrap /mattermost/bin/mattermost /tmp/mattermost
|
||||||
RUN cd /tmp && \
|
RUN cd /tmp && \
|
||||||
chmod +x ./edit.py && \
|
chmod +x ./edit.py && \
|
||||||
./edit.py
|
./edit.py
|
||||||
|
|
||||||
FROM mattermost/mattermost-enterprise-edition:release-10.4
|
FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.4
|
||||||
|
|
||||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||||
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
FROM mattermost/mattermost-enterprise-edition:release-10.5 as bootstrap
|
FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.5 as bootstrap
|
||||||
RUN cd ./bin && \
|
RUN cd ./bin && \
|
||||||
ls -las && \
|
ls -las && \
|
||||||
mattermost version
|
mattermost version
|
||||||
|
|
||||||
FROM python:2.7 as edit
|
FROM docker.io/python:2.7 as edit
|
||||||
COPY edit.py2 /tmp/edit.py
|
COPY edit.py2 /tmp/edit.py
|
||||||
COPY --from=bootstrap /mattermost/bin/mattermost /tmp/mattermost
|
COPY --from=bootstrap /mattermost/bin/mattermost /tmp/mattermost
|
||||||
RUN cd /tmp && \
|
RUN cd /tmp && \
|
||||||
chmod +x ./edit.py && \
|
chmod +x ./edit.py && \
|
||||||
./edit.py
|
./edit.py
|
||||||
|
|
||||||
FROM mattermost/mattermost-enterprise-edition:release-10.5
|
FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.5
|
||||||
|
|
||||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||||
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
FROM mattermost/mattermost-enterprise-edition:release-10.6 as bootstrap
|
FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.6 as bootstrap
|
||||||
RUN cd ./bin && \
|
RUN cd ./bin && \
|
||||||
ls -las && \
|
ls -las && \
|
||||||
mattermost version
|
mattermost version
|
||||||
|
|
||||||
FROM python:2.7 as edit
|
FROM docker.io/python:2.7 as edit
|
||||||
COPY edit.py2 /tmp/edit.py
|
COPY edit.py2 /tmp/edit.py
|
||||||
COPY --from=bootstrap /mattermost/bin/mattermost /tmp/mattermost
|
COPY --from=bootstrap /mattermost/bin/mattermost /tmp/mattermost
|
||||||
RUN cd /tmp && \
|
RUN cd /tmp && \
|
||||||
chmod +x ./edit.py && \
|
chmod +x ./edit.py && \
|
||||||
./edit.py
|
./edit.py
|
||||||
|
|
||||||
FROM mattermost/mattermost-enterprise-edition:release-10.6
|
FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.6
|
||||||
|
|
||||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||||
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
FROM mattermost/mattermost-enterprise-edition:release-10.7 as bootstrap
|
FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.7 as bootstrap
|
||||||
RUN cd ./bin && \
|
RUN cd ./bin && \
|
||||||
ls -las && \
|
ls -las && \
|
||||||
mattermost version
|
mattermost version
|
||||||
|
|
||||||
FROM python:2.7 as edit
|
FROM docker.io/python:2.7 as edit
|
||||||
COPY edit.py2 /tmp/edit.py
|
COPY edit.py2 /tmp/edit.py
|
||||||
COPY --from=bootstrap /mattermost/bin/mattermost /tmp/mattermost
|
COPY --from=bootstrap /mattermost/bin/mattermost /tmp/mattermost
|
||||||
RUN cd /tmp && \
|
RUN cd /tmp && \
|
||||||
chmod +x ./edit.py && \
|
chmod +x ./edit.py && \
|
||||||
./edit.py
|
./edit.py
|
||||||
|
|
||||||
FROM mattermost/mattermost-enterprise-edition:release-10.7
|
FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.7
|
||||||
|
|
||||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||||
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
FROM mattermost/mattermost-enterprise-edition:release-10.8 as bootstrap
|
FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.8 as bootstrap
|
||||||
RUN cd ./bin && \
|
RUN cd ./bin && \
|
||||||
ls -las && \
|
ls -las && \
|
||||||
mattermost version
|
mattermost version
|
||||||
|
|
||||||
FROM python:2.7 as edit
|
FROM docker.io/python:2.7 as edit
|
||||||
COPY edit.py2 /tmp/edit.py
|
COPY edit.py2 /tmp/edit.py
|
||||||
COPY --from=bootstrap /mattermost/bin/mattermost /tmp/mattermost
|
COPY --from=bootstrap /mattermost/bin/mattermost /tmp/mattermost
|
||||||
RUN cd /tmp && \
|
RUN cd /tmp && \
|
||||||
chmod +x ./edit.py && \
|
chmod +x ./edit.py && \
|
||||||
./edit.py
|
./edit.py
|
||||||
|
|
||||||
FROM mattermost/mattermost-enterprise-edition:release-10.8
|
FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.8
|
||||||
|
|
||||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||||
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
FROM mattermost/mattermost-enterprise-edition:release-10.9 as bootstrap
|
FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.9 as bootstrap
|
||||||
RUN cd ./bin && \
|
RUN cd ./bin && \
|
||||||
ls -las && \
|
ls -las && \
|
||||||
mattermost version
|
mattermost version
|
||||||
|
|
||||||
FROM python:2.7 as edit
|
FROM docker.io/python:2.7 as edit
|
||||||
COPY edit.py2 /tmp/edit.py
|
COPY edit.py2 /tmp/edit.py
|
||||||
COPY --from=bootstrap /mattermost/bin/mattermost /tmp/mattermost
|
COPY --from=bootstrap /mattermost/bin/mattermost /tmp/mattermost
|
||||||
RUN cd /tmp && \
|
RUN cd /tmp && \
|
||||||
chmod +x ./edit.py && \
|
chmod +x ./edit.py && \
|
||||||
./edit.py
|
./edit.py
|
||||||
|
|
||||||
FROM mattermost/mattermost-enterprise-edition:release-10.9
|
FROM docker.io/mattermost/mattermost-enterprise-edition:release-10.9
|
||||||
|
|
||||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||||
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/nextcloud:14
|
FROM docker.io/epicmorg/nextcloud:14
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# thank u, mac users. rolling back normal ZipStreammer
|
# thank u, mac users. rolling back normal ZipStreammer
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/nextcloud:15
|
FROM docker.io/epicmorg/nextcloud:15
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# thank u, mac users. rolling back normal ZipStreammer
|
# thank u, mac users. rolling back normal ZipStreammer
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/nextcloud:16
|
FROM docker.io/epicmorg/nextcloud:16
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# thank u, mac users. rolling back normal ZipStreammer
|
# thank u, mac users. rolling back normal ZipStreammer
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/nextcloud:17
|
FROM docker.io/epicmorg/nextcloud:17
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# thank u, mac users. rolling back normal ZipStreammer
|
# thank u, mac users. rolling back normal ZipStreammer
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/nextcloud:18
|
FROM docker.io/epicmorg/nextcloud:18
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# thank u, mac users. rolling back normal ZipStreammer
|
# thank u, mac users. rolling back normal ZipStreammer
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/nextcloud:19
|
FROM docker.io/epicmorg/nextcloud:19
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# thank u, mac users. rolling back normal ZipStreammer
|
# thank u, mac users. rolling back normal ZipStreammer
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/nextcloud:20
|
FROM docker.io/epicmorg/nextcloud:20
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# thank u, mac users. rolling back normal ZipStreammer
|
# thank u, mac users. rolling back normal ZipStreammer
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/nextcloud:21
|
FROM docker.io/epicmorg/nextcloud:21
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# thank u, mac users. rolling back normal ZipStreammer
|
# thank u, mac users. rolling back normal ZipStreammer
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/nextcloud:22
|
FROM docker.io/epicmorg/nextcloud:22
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# thank u, mac users. rolling back normal ZipStreammer
|
# thank u, mac users. rolling back normal ZipStreammer
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/nextcloud:23
|
FROM docker.io/epicmorg/nextcloud:23
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# thank u, mac users. rolling back normal ZipStreammer
|
# thank u, mac users. rolling back normal ZipStreammer
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/nextcloud:24
|
FROM docker.io/epicmorg/nextcloud:24
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# thank u, mac users. rolling back normal ZipStreammer
|
# thank u, mac users. rolling back normal ZipStreammer
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/nextcloud:25
|
FROM docker.io/epicmorg/nextcloud:25
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# thank u, mac users. rolling back normal ZipStreammer
|
# thank u, mac users. rolling back normal ZipStreammer
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/nextcloud:26
|
FROM docker.io/epicmorg/nextcloud:26
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# thank u, mac users. rolling back normal ZipStreammer
|
# thank u, mac users. rolling back normal ZipStreammer
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/nextcloud:27
|
FROM docker.io/epicmorg/nextcloud:27
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# thank u, mac users. rolling back normal ZipStreammer
|
# thank u, mac users. rolling back normal ZipStreammer
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/nextcloud:28
|
FROM docker.io/epicmorg/nextcloud:28
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# thank u, mac users. rolling back normal ZipStreammer
|
# thank u, mac users. rolling back normal ZipStreammer
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/nextcloud:29
|
FROM docker.io/epicmorg/nextcloud:29
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# thank u, mac users. rolling back normal ZipStreammer
|
# thank u, mac users. rolling back normal ZipStreammer
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/nextcloud:30
|
FROM docker.io/epicmorg/nextcloud:30
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# thank u, mac users. rolling back normal ZipStreammer
|
# thank u, mac users. rolling back normal ZipStreammer
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/nextcloud:31
|
FROM docker.io/epicmorg/nextcloud:31
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# thank u, mac users. rolling back normal ZipStreammer
|
# thank u, mac users. rolling back normal ZipStreammer
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM epicmorg/nextcloud:latest
|
FROM docker.io/epicmorg/nextcloud:latest
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# thank u, mac users. rolling back normal ZipStreammer
|
# thank u, mac users. rolling back normal ZipStreammer
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM nextcloud:14
|
FROM docker.io/nextcloud:14
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||||
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM nextcloud:15
|
FROM docker.io/nextcloud:15
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||||
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM nextcloud:16
|
FROM docker.io/nextcloud:16
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||||
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM nextcloud:17
|
FROM docker.io/nextcloud:17
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||||
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM nextcloud:18
|
FROM docker.io/nextcloud:18
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||||
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM nextcloud:19
|
FROM docker.io/nextcloud:19
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||||
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM nextcloud:20
|
FROM docker.io/nextcloud:20
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||||
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM nextcloud:21
|
FROM docker.io/nextcloud:21
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||||
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM nextcloud:22
|
FROM docker.io/nextcloud:22
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||||
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM nextcloud:23
|
FROM docker.io/nextcloud:23
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||||
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM nextcloud:24
|
FROM docker.io/nextcloud:24
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||||
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM nextcloud:25
|
FROM docker.io/nextcloud:25
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||||
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM nextcloud:26
|
FROM docker.io/nextcloud:26
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||||
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM nextcloud:27
|
FROM docker.io/nextcloud:27
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||||
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM nextcloud:28
|
FROM docker.io/nextcloud:28
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||||
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user