Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
inkluster-dev
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
6ff46cb3
authored
2025-01-17 17:22:51 -0600
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Change name of image.
1 parent
a4276ebd
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
build.sh
wrapper.sh
build.sh
View file @
6ff46cb
#!/bin/sh
set
-e
docker build --tag brainfood
-tools
--progress
=
plain .
docker build --tag brainfood
/inkluster-dev
--progress
=
plain .
...
...
wrapper.sh
View file @
6ff46cb
...
...
@@ -18,5 +18,5 @@ fi
docker_args+
=(
-e
MAP_UID
=
"
$(
id -u
)
"
-e
MAP_GROUPS
=
"
$(
id -G
)
"
)
docker run
"
${
docker_args
[@]
}
"
brainfood
-tools
docker run
"
${
docker_args
[@]
}
"
brainfood
/inkluster-dev
...
...
Please
register
or
sign in
to post a comment