Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
0601916d
Commit
0601916d
authored
Jan 12, 2018
by
stewart-yu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add KUBE_ROOT in directory
parent
f6d0632b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
common.sh
build/common.sh
+2
-2
No files found.
build/common.sh
View file @
0601916d
...
...
@@ -451,8 +451,8 @@ function kube::build::build_image() {
cp
/etc/localtime
"
${
LOCAL_OUTPUT_BUILD_CONTEXT
}
/"
cp
build/build-image/Dockerfile
"
${
LOCAL_OUTPUT_BUILD_CONTEXT
}
/Dockerfile"
cp
build/build-image/rsyncd.sh
"
${
LOCAL_OUTPUT_BUILD_CONTEXT
}
/"
cp
${
KUBE_ROOT
}
/
build/build-image/Dockerfile
"
${
LOCAL_OUTPUT_BUILD_CONTEXT
}
/Dockerfile"
cp
${
KUBE_ROOT
}
/
build/build-image/rsyncd.sh
"
${
LOCAL_OUTPUT_BUILD_CONTEXT
}
/"
dd
if
=
/dev/urandom
bs
=
512
count
=
1 2>/dev/null |
LC_ALL
=
C
tr
-dc
'A-Za-z0-9'
|
dd
bs
=
32
count
=
1 2>/dev/null
>
"
${
LOCAL_OUTPUT_BUILD_CONTEXT
}
/rsyncd.password"
chmod
go
=
"
${
LOCAL_OUTPUT_BUILD_CONTEXT
}
/rsyncd.password"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment