Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker-roundcube
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
TO
docker-roundcube
Compare revisions
auth_res to main
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
to/docker-roundcube
Select target project
No results found
main
Select Git revision
Swap
Target
djz.88/docker-roundcube
Select target project
to/docker-roundcube
djz.88/docker-roundcube
2 results
auth_res
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (4)
revert working-dir path
· e78a3bd8
zdenek.kubala
authored
1 year ago
e78a3bd8
revert working-dir path
· eed9173c
zdenek.kubala
authored
1 year ago
eed9173c
update to 1.6.8
· f526f829
Zdenek Kubala
authored
7 months ago
f526f829
Merge branch 'update_to_1.6.8' into 'main'
· 675656c1
zdenek.kubala
authored
7 months ago
update to 1.6.8 See merge request
!4
675656c1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
Dockerfile
+2
-2
2 additions, 2 deletions
Dockerfile
with
3 additions
and
3 deletions
.gitlab-ci.yml
View file @
675656c1
...
@@ -2,7 +2,7 @@ image: docker:24
...
@@ -2,7 +2,7 @@ image: docker:24
variables
:
variables
:
DOCKER_TLS_CERTDIR
:
"
/certs"
DOCKER_TLS_CERTDIR
:
"
/certs"
BUILD_VERSION
:
p
6
BUILD_VERSION
:
p
8
services
:
services
:
-
docker:24-dind
-
docker:24-dind
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
View file @
675656c1
FROM
roundcube/roundcubemail:1.6.
4
-apache
FROM
roundcube/roundcubemail:1.6.
8
-apache
MAINTAINER
Andrej Ramašeuski <andrej.ramaseuski@pirati.cz>
MAINTAINER
Andrej Ramašeuski <andrej.ramaseuski@pirati.cz>
RUN
set
-ex
;
\
RUN
set
-ex
;
\
...
@@ -8,7 +8,7 @@ RUN set -ex; \
...
@@ -8,7 +8,7 @@ RUN set -ex; \
;
\
;
\
\
\
composer
\
composer
\
--working-dir
=
/
var/www/htm
l/
\
--working-dir
=
/
usr/src/roundcubemai
l/
\
--prefer-dist
\
--prefer-dist
\
--prefer-stable
\
--prefer-stable
\
--update-no-dev
\
--update-no-dev
\
...
...
This diff is collapsed.
Click to expand it.