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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
obs
open-build-service
Commits
a89b09be
Unverified
Commit
a89b09be
authored
3 years ago
by
Andrej Shadura
Browse files
Options
Downloads
Patches
Plain Diff
Build with bullseye by default
parent
e926cef8
Branches
wip/integration-test
No related tags found
No related merge requests found
Pipeline
#38583
passed
3 years ago
Stage: docker
Stage: test
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile.frontend-base
+6
-1
6 additions, 1 deletion
Dockerfile.frontend-base
with
6 additions
and
1 deletion
Dockerfile.frontend-base
+
6
−
1
View file @
a89b09be
ARG INSTALLDIR=/obs
ARG INSTALLDIR=/obs
ARG DEBIAN_RELEASE=b
ookworm
ARG DEBIAN_RELEASE=b
ullseye
FROM debian:$DEBIAN_RELEASE-slim as base
FROM debian:$DEBIAN_RELEASE-slim as base
ENV LC_ALL=C.UTF-8
ENV LC_ALL=C.UTF-8
ARG DEBIAN_FRONTEND=noninteractive
ARG DEBIAN_FRONTEND=noninteractive
ARG INSTALLDIR
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 \
RUN apt-get update \
&& apt-get install -y \
&& apt-get install -y \
...
...
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