Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
empty_template
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
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DojoTest
Template
empty_template
Commits
040c9978
Commit
040c9978
authored
1 year ago
by
Dojo
Browse files
Options
Downloads
Patches
Plain Diff
Add empty template
parent
a65e2c02
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Dockerfile
+3
-0
3 additions, 0 deletions
Dockerfile
README.md
+3
-0
3 additions, 0 deletions
README.md
docker-compose.yml
+10
-0
10 additions, 0 deletions
docker-compose.yml
dojo_assignment.json
+15
-0
15 additions, 0 deletions
dojo_assignment.json
with
31 additions
and
0 deletions
Dockerfile
0 → 100644
+
3
−
0
View file @
040c9978
FROM
alpine:latest
ENTRYPOINT
["/bin/sh", "-c", "exit 1"]
\ No newline at end of file
This diff is collapsed.
Click to expand it.
README.md
0 → 100644
+
3
−
0
View file @
040c9978
# Empty Dojo Template
This is an empty template for a Dojo assignment.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
docker-compose.yml
0 → 100644
+
10
−
0
View file @
040c9978
services
:
empty_container
:
container_name
:
empty_container
build
:
context
:
./
dockerfile
:
Dockerfile
volumes
:
-
empty_volume:/empty_dir/
volumes
:
empty_volume
:
\ No newline at end of file
This diff is collapsed.
Click to expand it.
dojo_assignment.json
0 → 100644
+
15
−
0
View file @
040c9978
{
"dojoAssignmentVersion"
:
1
,
"version"
:
1
,
"immutable"
:
[
{
"description"
:
"Dockerfile of the empty container"
,
"path"
:
"Dockerfile"
,
"isDirectory"
:
false
}
],
"result"
:
{
"container"
:
"empty_container"
,
"volume"
:
"empty_volume"
}
}
\ No newline at end of file
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