Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
Templates
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
Purple Clay
Templates
Commits
f398425a
Verified
Commit
f398425a
authored
8 months ago
by
Purple Clay
Browse files
Options
Downloads
Patches
Plain Diff
feat: bump to dagger 0.11.9
parent
960ed3c3
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dagger/Mixed.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
dagger/Mixed.gitlab-ci.yml
dagger/Neat.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
dagger/Neat.gitlab-ci.yml
dagger/README.md
+1
-1
1 addition, 1 deletion
dagger/README.md
with
3 additions
and
3 deletions
dagger/Mixed.gitlab-ci.yml
+
1
−
1
View file @
f398425a
...
...
@@ -3,7 +3,7 @@ include:
variables
:
# A base image that must have both the Dagger and Docker CLI installed as a bare minimum
DAGGER_IMAGE
:
"
ghcr.io/purpleclay/dagger-cli:0.11.
8
"
DAGGER_IMAGE
:
"
ghcr.io/purpleclay/dagger-cli:0.11.
9
"
# Starts the Docker-in-Docker (DinD) service to enable the building of Docker images from
# within either a Docker or Kubernetes Executor. For further details, please read the
...
...
This diff is collapsed.
Click to expand it.
dagger/Neat.gitlab-ci.yml
+
1
−
1
View file @
f398425a
variables
:
# A base image that must have both the Dagger and Docker CLI installed as a bare minimum
DAGGER_IMAGE
:
"
ghcr.io/purpleclay/dagger-cli:0.11.
8
"
DAGGER_IMAGE
:
"
ghcr.io/purpleclay/dagger-cli:0.11.
9
"
# Authenticates with the GitLab Container Registry using the credentials that are
# provided through its $CI_REGISTRY* environment variables
...
...
This diff is collapsed.
Click to expand it.
dagger/README.md
+
1
−
1
View file @
f398425a
...
...
@@ -5,7 +5,7 @@ You can get up and running with [Dagger](https://dagger.io/) in GitLab by choosi
To target a specific version of Dagger, import this template with a tag reference. Tags are aligned with the Dagger release cycle.
```
yaml
include
:
https://gitlab.com/purpleclay/templates/-/raw/dagger/0.11.
8
/dagger/Neat.gitlab-ci.yml
include
:
https://gitlab.com/purpleclay/templates/-/raw/dagger/0.11.
9
/dagger/Neat.gitlab-ci.yml
```
Use
`main`
if you want to stay in sync with the latest.
...
...
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