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
5beaf526
Commit
5beaf526
authored
1 year ago
by
Joshua David Akers
Committed by
Morgan Hoffman
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
[
PLATFORM-2015
] bump kubectl version
parent
32e93a0b
1 merge request
!11
[PLATFORM-2015] bump kubectl version
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
1 addition
and
1 deletion
Dockerfile
+
1
−
1
View file @
5beaf526
...
@@ -123,7 +123,7 @@ RUN apt-get clean && apt-get update && apt-get install -y curl unzip locales ssh
...
@@ -123,7 +123,7 @@ RUN apt-get clean && apt-get update && apt-get install -y curl unzip locales ssh
echo
"deb https://proget.makedeb.org prebuilt-mpr jammy"
|
tee
/etc/apt/sources.list.d/prebuilt-mpr.list
&&
\
echo
"deb https://proget.makedeb.org prebuilt-mpr jammy"
|
tee
/etc/apt/sources.list.d/prebuilt-mpr.list
&&
\
curl https://aquasecurity.github.io/trivy-repo/deb/public.key | gpg
--dearmor
|
tee
/etc/apt/trusted.gpg.d/trivy.gpg 1> /dev/null
&&
\
curl https://aquasecurity.github.io/trivy-repo/deb/public.key | gpg
--dearmor
|
tee
/etc/apt/trusted.gpg.d/trivy.gpg 1> /dev/null
&&
\
echo
"deb https://aquasecurity.github.io/trivy-repo/deb jammy main"
|
tee
-a
/etc/apt/sources.list.d/trivy.list
&&
\
echo
"deb https://aquasecurity.github.io/trivy-repo/deb jammy main"
|
tee
-a
/etc/apt/sources.list.d/trivy.list
&&
\
apt-get clean
&&
apt-get update
&&
apt-get
install
-y
kubectl
=
1.2
6.3
-00
\
apt-get clean
&&
apt-get update
&&
apt-get
install
-y
kubectl
=
1.2
7.6
-00
\
git jq ca-certificates vim
sudo
uuid-runtime openconnect python3 python3-pkg-resources python3-distutils python3-pip
\
git jq ca-certificates vim
sudo
uuid-runtime openconnect python3 python3-pkg-resources python3-distutils python3-pip
\
curl unzip locales sshpass silversearcher-ag helm glab trivy pinentry-tty bash-completion
&&
\
curl unzip locales sshpass silversearcher-ag helm glab trivy pinentry-tty bash-completion
&&
\
pip3
install
-r
/tmp/requirements.txt
&&
\
pip3
install
-r
/tmp/requirements.txt
&&
\
...
...
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