Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
open-build-service
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
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
obs
open-build-service
Merge requests
!2
Add Dockerisation and Collabora-specific patches
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add Dockerisation and Collabora-specific patches
collabora/rebase
into
collabora/staging
Overview
26
Commits
35
Pipelines
33
Changes
1
Merged
Andrej Shadura
requested to merge
collabora/rebase
into
collabora/staging
3 years ago
Overview
26
Commits
35
Pipelines
33
Changes
1
Expand
This does not include SSO yet.
Task:
https://phabricator.apertis.org/T8044
Edited
3 years ago
by
Emanuele Aina
0
0
Merge request reports
Viewing commit
508c3530
Show latest version
1 file
+
6
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Unverified
508c3530
Build with bullseye by default
· 508c3530
Andrej Shadura
authored
3 years ago
Dockerfile.frontend-base
+
6
−
1
Options
ARG INSTALLDIR=/obs
ARG DEBIAN_RELEASE=b
ookworm
ARG DEBIAN_RELEASE=b
ullseye
FROM debian:$DEBIAN_RELEASE-slim as base
ENV LC_ALL=C.UTF-8
ARG DEBIAN_FRONTEND=noninteractive
ARG INSTALLDIR
ARG DEBIAN_RELEASE
# Enable backports for sphinxsearch
RUN [ "$DEBIAN_RELEASE" != bullseye ] || \
echo "deb http://deb.debian.org/debian bullseye-backports main" > /etc/apt/sources.list.d/backports.list
RUN apt-get update \
&& apt-get install -y \
Loading