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
83baac79
Commit
83baac79
authored
1 year ago
by
Pierre Smeyers
Browse files
Options
Downloads
Patches
Plain Diff
docs: fix variables/inputs
parent
d69f0225
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
README.md
+6
-6
6 additions, 6 deletions
README.md
templates/gitlab-ci-docker.yml
+0
-13
0 additions, 13 deletions
templates/gitlab-ci-docker.yml
with
6 additions
and
19 deletions
README.md
+
6
−
6
View file @
83baac79
...
@@ -706,12 +706,12 @@ then set the required configuration.
...
@@ -706,12 +706,12 @@ then set the required configuration.
| Variable | Description | Default value |
| Variable | Description | Default value |
| ------------------------ | -------------------------------------- | ----------------- |
| ------------------------ | -------------------------------------- | ----------------- |
|
`AWS_ACCESS_KEY_ID`
| Default access key ID | _none_ (disabled) |
|
:lock:
`AWS_ACCESS_KEY_ID`
| Default access key ID | _none_ (disabled) |
|
`AWS_SECRET_ACCESS_KEY`
| Default secret access key | _none_ (disabled) |
|
:lock:
`AWS_SECRET_ACCESS_KEY`
| Default secret access key | _none_ (disabled) |
|
`AWS_SNAPSHOT_ACCESS_KEY_ID`
| Access key ID for the snapshot image _(only define to override default)_ | _none_ |
|
:lock:
`AWS_SNAPSHOT_ACCESS_KEY_ID`
| Access key ID for the snapshot image _(only define to override default)_ | _none_ |
|
`AWS_SNAPSHOT_SECRET_ACCESS_KEY`
| Secret access key for the snapshot image _(only define to override default)_ | _none_ |
|
:lock:
`AWS_SNAPSHOT_SECRET_ACCESS_KEY`
| Secret access key for the snapshot image _(only define to override default)_ | _none_ |
|
`AWS_RELEASE_ACCESS_KEY_ID`
| Access key ID for the release image _(only define to override default)_ | _none_ |
|
:lock:
`AWS_RELEASE_ACCESS_KEY_ID`
| Access key ID for the release image _(only define to override default)_ | _none_ |
|
`AWS_RELEASE_SECRET_ACCESS_KEY`
| Secret access key for the release image _(only define to override default)_ | _none_ |
|
:lock:
`AWS_RELEASE_SECRET_ACCESS_KEY`
| Secret access key for the release image _(only define to override default)_ | _none_ |
#### Example
#### Example
...
...
This diff is collapsed.
Click to expand it.
templates/gitlab-ci-docker.yml
+
0
−
13
View file @
83baac79
...
@@ -124,16 +124,6 @@ spec:
...
@@ -124,16 +124,6 @@ spec:
_Used by the `kaniko` build only_
_Used by the `kaniko` build only_
default
:
${DOCKER_SNAPSHOT_IMAGE%:*}/cache
default
:
${DOCKER_SNAPSHOT_IMAGE%:*}/cache
lint-enabled
:
description
:
Enable dockerfile-lint
type
:
boolean
default
:
false
lint-image
:
description
:
The docker image to lint your Dockerfile
default
:
registry.hub.docker.com/projectatomic/dockerfile-lint:latest
lint-args
:
description
:
Additional `dockerfile_lint` arguments
default
:
'
'
hadolint-disabled
:
hadolint-disabled
:
description
:
Disable Hadolint
description
:
Disable Hadolint
type
:
boolean
type
:
boolean
...
@@ -235,7 +225,6 @@ workflow:
...
@@ -235,7 +225,6 @@ workflow:
variables
:
variables
:
# variabilized tracking image
# variabilized tracking image
TBC_TRACKING_IMAGE
:
registry.gitlab.com/to-be-continuous/tools/tracking:master
TBC_TRACKING_IMAGE
:
registry.gitlab.com/to-be-continuous/tools/tracking:master
DOCKER_LINT_IMAGE
:
$[[ inputs.lint-image ]]
DOCKER_HADOLINT_IMAGE
:
$[[ inputs.hadolint-image ]]
DOCKER_HADOLINT_IMAGE
:
$[[ inputs.hadolint-image ]]
DOCKER_IMAGE
:
$[[ inputs.image ]]
DOCKER_IMAGE
:
$[[ inputs.image ]]
DOCKER_DIND_IMAGE
:
$[[ inputs.dind-image ]]
DOCKER_DIND_IMAGE
:
$[[ inputs.dind-image ]]
...
@@ -285,8 +274,6 @@ variables:
...
@@ -285,8 +274,6 @@ variables:
DOCKER_REGISTRY_MIRROR
:
$[[ inputs.registry-mirror ]]
DOCKER_REGISTRY_MIRROR
:
$[[ inputs.registry-mirror ]]
CONTAINER_REGISTRIES_CONFIG_FILE
:
$[[ inputs.container-registries-config-file ]]
CONTAINER_REGISTRIES_CONFIG_FILE
:
$[[ inputs.container-registries-config-file ]]
KANIKO_SNAPSHOT_IMAGE_CACHE
:
$[[ inputs.kaniko-snapshot-image-cache ]]
KANIKO_SNAPSHOT_IMAGE_CACHE
:
$[[ inputs.kaniko-snapshot-image-cache ]]
DOCKER_LINT_ENABLED
:
$[[ inputs.lint-enabled ]]
DOCKER_LINT_ARGS
:
$[[ inputs.lint-args ]]
DOCKER_HADOLINT_DISABLED
:
$[[ inputs.hadolint-disabled ]]
DOCKER_HADOLINT_DISABLED
:
$[[ inputs.hadolint-disabled ]]
DOCKER_HADOLINT_ARGS
:
$[[ inputs.hadolint-args ]]
DOCKER_HADOLINT_ARGS
:
$[[ inputs.hadolint-args ]]
DOCKER_HEALTHCHECK_DISABLED
:
$[[ inputs.healthcheck-disabled ]]
DOCKER_HEALTHCHECK_DISABLED
:
$[[ inputs.healthcheck-disabled ]]
...
...
This diff is collapsed.
Click to expand it.
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