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
68dd8ec2
Commit
68dd8ec2
authored
1 year ago
by
Joshua David Akers
Browse files
Options
Downloads
Patches
Plain Diff
[
PLATFORM-1734
] fix paths of images
parent
a7a77147
Branches
debug
Branches containing commit
1 merge request
!19
[PLATFORM-1734] fix paths of images
Pipeline
#629963
failed with stages
in 7 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+4
-2
4 additions, 2 deletions
.gitlab-ci.yml
Dockerfile
+2
-2
2 additions, 2 deletions
Dockerfile
with
6 additions
and
4 deletions
.gitlab-ci.yml
+
4
−
2
View file @
68dd8ec2
...
...
@@ -12,8 +12,10 @@ before_script:
build-except-master
:
stage
:
build
variables
:
BUILD_ARGS
:
--build-arg CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX=${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}
script
:
-
docker build -t $CONTAINER_TEST_IMAGE .
-
docker build
$BUILD_ARGS
-t $CONTAINER_TEST_IMAGE .
-
docker push $CONTAINER_TEST_IMAGE
tags
:
-
dvlp
...
...
@@ -38,4 +40,4 @@ release-image:
-
master
tags
:
-
dvlp
-
infrastructure
\ No newline at end of file
-
infrastructure
This diff is collapsed.
Click to expand it.
Dockerfile
+
2
−
2
View file @
68dd8ec2
FROM
${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}bitnami/kubectl:1.25
AS
kubectl
FROM
${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}
/
bitnami/kubectl:1.25
AS
kubectl
FROM
${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}amazon/aws-cli:2.11.21
FROM
${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}
/
amazon/aws-cli:2.11.21
ENTRYPOINT
[]
COPY
--from=kubectl /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/kubectl
...
...
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