Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AWS Kubectl
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
tenant-support
images
AWS Kubectl
Commits
bf4cafe6
Commit
bf4cafe6
authored
2 years ago
by
Richard J Quintin
Browse files
Options
Downloads
Patches
Plain Diff
install kubeseal
parent
47e5613b
Branches
Branches containing commit
1 merge request
!8
install kubeseal
Pipeline
#559187
passed with stages
in 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+10
-0
10 additions, 0 deletions
Dockerfile
with
10 additions
and
0 deletions
Dockerfile
+
10
−
0
View file @
bf4cafe6
...
...
@@ -6,3 +6,13 @@ RUN yum install -y jq && \
yum clean all
&&
\
rm
-rf
/var/cache/yum
COPY
--from=kubectl /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/kubectl
# Install kubeseal
ENV
KUBESEAL_VERSION=0.19.5 \
KUBESEAL_CHECKSUM=9f8de35b8272533cc687c909ce717d4340aea23a16a3e422a92a6105f23b835b
RUN
curl
-jksSL
-o
kubeseal.tgz https://github.com/bitnami-labs/sealed-secrets/releases/download/v
${
KUBESEAL_VERSION
}
/kubeseal-
${
KUBESEAL_VERSION
}
-linux-amd64
.tar.gz
&&
\
echo
"
${
KUBESEAL_CHECKSUM
}
./kubeseal.tgz"
|
sha256sum
-c
-
&&
\
yum
-y
install tar gzip
&&
\
tar
-C
/usr/local/bin
-zxf
./kubeseal.tgz
&&
\
yum
-y
erase
tar gzip
&&
\
yum
-y
clean all
&&
rm
-rf
/var/cache
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