Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
workstation
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IT Common Platform
Public Images
workstation
Merge requests
!18
Something went wrong on our end
You'd think we'd test these things :)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
You'd think we'd test these things :)
bbooker-main-patch-16185
into
main
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Brandon Booker
requested to merge
bbooker-main-patch-16185
into
main
1 week ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
c8153c7a
Show latest version
1 file
+
2
−
2
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
c8153c7a
You'd think we'd test these things :)
· c8153c7a
Brandon Booker
authored
1 week ago
Dockerfile
+
2
−
2
Options
@@ -116,9 +116,9 @@ RUN apt-get clean && apt-get update && apt-get install -y curl unzip locales ssh
dnsutils inetutils-traceroute inetutils-ping netcat gnupg wget
\
ca-certificates uuid-runtime openconnect python3 python3-pkg-resources python3-distutils python3-pip tmux zsh zsh-autosuggestions
&&
\
curl
-fsSL
https://pkgs.k8s.io/core:/stable:/v1.30/deb/Release.key | gpg
--dearmor
-o
/etc/apt/keyrings/kubernetes-apt-keyring.gpg 1> /dev/null
&&
\
chmod
644 /etc/apt/keyrings/kubernetes-apt-keyring.gpg
\
chmod
644 /etc/apt/keyrings/kubernetes-apt-keyring.gpg
&&
\
echo
"deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] https://pkgs.k8s.io/core:/stable:/v1.30/deb/ /"
|
tee
/etc/apt/sources.list.d/kubernetes.list
&&
\
chmod
644 /etc/apt/sources.list.d/kubernetes.list
\
chmod
644 /etc/apt/sources.list.d/kubernetes.list
&&
\
curl https://baltocdn.com/helm/signing.asc | gpg
--dearmor
|
tee
/etc/apt/trusted.gpg.d/helm.gpg 1> /dev/null
&&
\
echo
"deb https://baltocdn.com/helm/stable/debian/ all main"
|
tee
/etc/apt/sources.list.d/helm-stable-debian.list
&&
\
curl https://proget.makedeb.org/debian-feeds/prebuilt-mpr.pub | gpg
--dearmor
|
tee
/etc/apt/trusted.gpg.d/prebuilt-mpr-archive-keyring.gpg 1> /dev/null
&&
\