Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Infrastructure GitOps
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Shivering-Isles
Infrastructure GitOps
Commits
6482274f
Verified
Commit
6482274f
authored
1 year ago
by
Sheogorath
Browse files
Options
Downloads
Patches
Plain Diff
ci(images): Adjust include setup in earthly target
parent
6f6e4894
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
images/koolbox/Earthfile
+6
-1
6 additions, 1 deletion
images/koolbox/Earthfile
images/koolbox/README.md
+1
-1
1 addition, 1 deletion
images/koolbox/README.md
images/synadm/Earthfile
+2
-2
2 additions, 2 deletions
images/synadm/Earthfile
with
9 additions
and
4 deletions
images/koolbox/Earthfile
+
6
−
1
View file @
6482274f
...
@@ -84,4 +84,9 @@ container:
...
@@ -84,4 +84,9 @@ container:
FROM +container-internal
FROM +container-internal
LABEL "quay.expires-after"="12w"
LABEL "quay.expires-after"="12w"
END
END
SAVE IMAGE --push ${registry}:${tag}
SAVE IMAGE --push ${registry}:${tag}
\ No newline at end of file
install:
BUILD +container --latest=true
LOCALLY
RUN install -m 755 ./koolbox ~/bin/koolbox
This diff is collapsed.
Click to expand it.
images/koolbox/README.md
+
1
−
1
View file @
6482274f
...
@@ -13,7 +13,7 @@ Have podman installed. And in best case running [Fedora Workstation](https://get
...
@@ -13,7 +13,7 @@ Have podman installed. And in best case running [Fedora Workstation](https://get
Installation
Installation
---
---
Run
`
make
install`
. And if you want to build the container locally run
`
make build
`
.
Run
`
earthly ./+
install`
. And if you want to build the container locally run
`
earthly ./+container
`
.
Usage
Usage
---
---
...
...
This diff is collapsed.
Click to expand it.
images/synadm/Earthfile
+
2
−
2
View file @
6482274f
...
@@ -23,6 +23,6 @@ container:
...
@@ -23,6 +23,6 @@ container:
SAVE IMAGE --push ${registry}:${tag}
SAVE IMAGE --push ${registry}:${tag}
install:
install:
BUILD +container
BUILD +container
--latest=true
LOCALLY
LOCALLY
RUN install -m 755 ./synadm ~/bin/synadm
RUN install -m 755 ./synadm ~/bin/synadm
\ No newline at end of file
\ 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