Donate to
e Foundation
|
Murena
handsets with /e/OS | Own a part of Murena!
Learn more
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nextcloud
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
e
infra
ecloud
nextcloud
Commits
cbeed63e
Commit
cbeed63e
authored
1 year ago
by
AVINASH GUSAIN
Browse files
Options
Downloads
Patches
Plain Diff
docker file updated
parent
c5bb9625
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#308748
failed
1 year ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+8
-1
8 additions, 1 deletion
Dockerfile
with
8 additions
and
1 deletion
Dockerfile
+
8
−
1
View file @
cbeed63e
...
@@ -15,7 +15,7 @@ ARG SNAPPY_THEME_VERSION="2.0.7"
...
@@ -15,7 +15,7 @@ ARG SNAPPY_THEME_VERSION="2.0.7"
ARG
USER_MIGRATION_JOB_ID="608716"
ARG
USER_MIGRATION_JOB_ID="608716"
ARG
MEMORIES_VERSION="5.1.0"
ARG
MEMORIES_VERSION="5.1.0"
RUN
sed
-i
's/25,0,8,2/25,0,8,1
0
/'
${
BASE_DIR
}
/version.php
RUN
sed
-i
's/25,0,8,2/25,0,8,1
1
/'
${
BASE_DIR
}
/version.php
COPY
custom_entrypoint.sh /
COPY
custom_entrypoint.sh /
RUN
chmod
+x /custom_entrypoint.sh
RUN
chmod
+x /custom_entrypoint.sh
RUN
mkdir
-p
/var/www/skeleton/Documents
&&
mkdir
-p
/var/www/skeleton/Images
RUN
mkdir
-p
/var/www/skeleton/Documents
&&
mkdir
-p
/var/www/skeleton/Images
...
@@ -123,6 +123,7 @@ ARG BASE_DIR="/usr/src/nextcloud"
...
@@ -123,6 +123,7 @@ ARG BASE_DIR="/usr/src/nextcloud"
ARG
TMP_PATCH_DIR="/tmp/build_patches"
ARG
TMP_PATCH_DIR="/tmp/build_patches"
ARG
THEME_VERSION="25.0.12"
ARG
THEME_VERSION="25.0.12"
ARG
USER_BACKEND_RAW_SQL_VERSION="1.3.0"
ARG
USER_BACKEND_RAW_SQL_VERSION="1.3.0"
ARG
SELFHOST_THEME_VERSION="1.0.0"
# Patches
# Patches
COPY
patches/ ${TMP_PATCH_DIR}/
COPY
patches/ ${TMP_PATCH_DIR}/
...
@@ -157,6 +158,12 @@ RUN curl -fsSL -o user_backend_sql_raw.tar.gz \
...
@@ -157,6 +158,12 @@ RUN curl -fsSL -o user_backend_sql_raw.tar.gz \
tar
-xf
user_backend_sql_raw.tar.gz
-C
${
BASE_DIR
}
/custom_apps/
&&
\
tar
-xf
user_backend_sql_raw.tar.gz
-C
${
BASE_DIR
}
/custom_apps/
&&
\
rm
user_backend_sql_raw.tar.gz
;
rm
user_backend_sql_raw.tar.gz
;
# Selfhost theme
RUN
curl
-fsSL
-o
user_backend_sql_raw.tar.gz
\
"https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/selfhost-theme-helper/-/archive/
${
SELFHOST_THEME_VERSION
}
/selfhost-theme-helper-
${
SELFHOST_THEME_VERSION
}
.tar.gz"
&&
\
tar
-xf
selfhost-theme-helper.tar.gz
-C
${
BASE_DIR
}
/custom_apps/
&&
\
rm
selfhost-theme-helper.tar.gz
;
# Set default class of hidden to settings-hint
# Set default class of hidden to settings-hint
RUN
sed
-i
's/settings-hint/settings-hint hidden/'
${
BASE_DIR
}
/apps/settings/templates/settings/personal/security/twofactor.php
RUN
sed
-i
's/settings-hint/settings-hint hidden/'
${
BASE_DIR
}
/apps/settings/templates/settings/personal/security/twofactor.php
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment