Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
obs-proxy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infrastructure
obs-proxy
Commits
81a10c72
Unverified
Commit
81a10c72
authored
1 year ago
by
Andrej Shadura
Browse files
Options
Downloads
Patches
Plain Diff
URGH ARGH
parent
52b24fcb
No related branches found
No related tags found
No related merge requests found
Pipeline
#586527
failed
1 year ago
Stage: test
Stage: docker
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+3
-18
3 additions, 18 deletions
Dockerfile
with
3 additions
and
18 deletions
Dockerfile
+
3
−
18
View file @
81a10c72
ARG
DEBIAN_FRONTEND=noninteractive
FROM
debian:bookworm-slim
as
builder
# Ugh ugh urggggh aaaargh
FROM
registry.gitlab.apertis.org/infrastructure/obs-proxy/obs-proxy:add-logging-chunked
LABEL
maintainer Andrej Shadura <andrew.shadura@collabora.co.uk>
ENV
LC_ALL=C.UTF-8
RUN
apt-get update
\
&&
apt-get
install
-y
python3
\
python3-pip python3-xdg ssl-cert
COPY
. /tmp/proxy
RUN
cd
/tmp/proxy
&&
python3 setup.py
install
# Build server container
FROM
debian:bookworm-slim
as
server
LABEL
maintainer Andrej Shadura <andrew.shadura@collabora.co.uk>
ENV
LC_ALL=C.UTF-8
RUN
apt-get update
\
&&
apt-get
install
-y
python3-minimal python3-xdg ssl-cert
COPY
--from=builder /usr/local /usr/local
RUN
mkdir
-p
/etc/obs-proxy
COPY
proxy.conf /etc/obs-proxy/
#COPY docker-entrypoint.sh /opt/docker-entrypoint.sh
#ENTRYPOINT ["/opt/docker-entrypoint.sh"]
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