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
Commits
46cfda5d
Commit
46cfda5d
authored
1 week ago
by
Brandon Booker
Browse files
Options
Downloads
Patches
Plain Diff
pretty sure these comments are breaking things
parent
34afa5a5
Branches
Branches containing commit
1 merge request
!17
pretty sure these comments are breaking things
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+2
-2
2 additions, 2 deletions
Dockerfile
with
2 additions
and
2 deletions
Dockerfile
+
2
−
2
View file @
46cfda5d
...
...
@@ -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
# allow unprivileged APT programs to read this keyring
\
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
# helps tools such as command-not-found to work correctly
\
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
&&
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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