Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SmartDataLab
public
CI-CD components
Docker
Commits
49cc61c9
Commit
49cc61c9
authored
1 year ago
by
Pierre Smeyers
Browse files
Options
Downloads
Patches
Plain Diff
fix: ECR and GCP provider image variables
parent
0b1cd917
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
templates/gitlab-ci-docker-ecr.yml
+2
-2
2 additions, 2 deletions
templates/gitlab-ci-docker-ecr.yml
templates/gitlab-ci-docker-gcp.yml
+2
-2
2 additions, 2 deletions
templates/gitlab-ci-docker-gcp.yml
with
4 additions
and
4 deletions
templates/gitlab-ci-docker-ecr.yml
+
2
−
2
View file @
49cc61c9
...
...
@@ -2,14 +2,14 @@
# === AWS Auth template variant
# =====================================================================================================================
variables
:
TBC_AWS_
AUTH_
PROVIDER
:
"
$CI_REGISTRY/to-be-continuous/tools/aws-auth-provider:master"
TBC_AWS_PROVIDER
_IMAGE
:
"
$CI_REGISTRY/to-be-continuous/tools/aws-auth-provider:master"
AWS_OIDC_AUD
:
"
$CI_SERVER_URL"
.docker-base
:
services
:
-
name
:
"
$TBC_TRACKING_IMAGE"
command
:
[
"
--service"
,
"
docker"
,
"
5.5.4"
]
-
name
:
"
$TBC_AWS_
AUTH_
PROVIDER"
-
name
:
"
$TBC_AWS_PROVIDER
_IMAGE
"
alias
:
"
aws-auth-provider"
id_tokens
:
# required for OIDC auth
...
...
This diff is collapsed.
Click to expand it.
templates/gitlab-ci-docker-gcp.yml
+
2
−
2
View file @
49cc61c9
...
...
@@ -2,14 +2,14 @@
# === GCP Auth template variant
# =====================================================================================================================
variables
:
TBC_GCP_
AUTH_
PROVIDER
:
"
$CI_REGISTRY/to-be-continuous/tools/gcp-auth-provider:main"
TBC_GCP_PROVIDER
_IMAGE
:
"
$CI_REGISTRY/to-be-continuous/tools/gcp-auth-provider:main"
GCP_OIDC_AUD
:
"
$CI_SERVER_URL"
.docker-base
:
services
:
-
name
:
"
$TBC_TRACKING_IMAGE"
command
:
[
"
--service"
,
"
docker"
,
"
5.5.4"
]
-
name
:
"
$TBC_GCP_
AUTH_
PROVIDER"
-
name
:
"
$TBC_GCP_PROVIDER
_IMAGE
"
alias
:
"
gcp-auth-provider"
variables
:
# have to be explicitly declared in the YAML to be exported to the service
...
...
This diff is collapsed.
Click to expand it.
Benguria Elguezabal, Gorka
@gorka.benguria
mentioned in commit
e1a12929
·
11 months ago
mentioned in commit
e1a12929
mentioned in commit e1a129290cc812de23cb0afd511a387296f3cacf
Toggle commit list
Preview
0%
Loading
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