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
8f9ed554
Commit
8f9ed554
authored
9 months ago
by
Joshua David Akers
Browse files
Options
Downloads
Patches
Plain Diff
[
PLATFORM-2501
] bump versions of all dependencies
parent
7e8b9c4c
Branches
debug
Branches containing commit
1 merge request
!22
[PLATFORM-2501] bump versions of all dependencies
Pipeline
#874415
passed with stages
in 1 minute and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+5
-4
5 additions, 4 deletions
Dockerfile
with
5 additions
and
4 deletions
Dockerfile
+
5
−
4
View file @
8f9ed554
FROM
${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}bitnami/kubectl:1.2
7
AS
kubectl
FROM
${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}bitnami/kubectl:1.2
8
AS
kubectl
FROM
${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}amazon/aws-cli:2.1
1.21
FROM
${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}amazon/aws-cli:2.1
5.48
ENTRYPOINT
[]
COPY
--from=kubectl /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/kubectl
# Install jq & kubeseal
ENV
KUBESEAL_VERSION=0.19.5 \
KUBESEAL_CHECKSUM=9f8de35b8272533cc687c909ce717d4340aea23a16a3e422a92a6105f23b835b
# Sealed Secrets releases: https://github.com/bitnami-labs/sealed-secrets/releases
ENV
KUBESEAL_VERSION=0.26.2 \
KUBESEAL_CHECKSUM=9681dd97d245e2cd24af7d2f44c962ddd3e7eb67443f9f8ab3c0633b3b0a15a7
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
jq
tar gzip
&&
\
...
...
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