Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
k8s-ingress
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
3
Merge Requests
3
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
uplex-varnish
k8s-ingress
Commits
744ce417
Unverified
Commit
744ce417
authored
Jan 11, 2024
by
Nils Goroll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
klarlack image: switch to debian bookworm, use klarlack 20240104
parent
150af286
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Dockerfile.klarlack
container/Dockerfile.klarlack
+3
-3
No files found.
container/Dockerfile.klarlack
View file @
744ce417
FROM
ubuntu:bionic-2023053
0
FROM
debian:bookworm-2024011
0
ENV VERSION=202
31002+bionic
ENV VERSION=202
40104+bookworm
RUN apt-get update && \
RUN apt-get update && \
apt-get upgrade -y && \
apt-get upgrade -y && \
apt-get install -y curl gnupg
apt-get install -y curl gnupg
# add uplex repository and import gpg key
# add uplex repository and import gpg key
RUN echo "deb https://pkg.uplex.de/dpkg b
ionic innovation
" | tee -a /etc/apt/sources.list
RUN echo "deb https://pkg.uplex.de/dpkg b
ookworm klarlack
" | tee -a /etc/apt/sources.list
RUN curl -L https://pkg.uplex.de/dpkg/uplex-varnish.gpg.key | apt-key add -
RUN curl -L https://pkg.uplex.de/dpkg/uplex-varnish.gpg.key | apt-key add -
RUN apt-get clean && \
RUN apt-get clean && \
apt-get update
apt-get update
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment