Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
docker-makefile-sample
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sample
docker-makefile-sample
Commits
f0dc8074
Commit
f0dc8074
authored
May 07, 2018
by
Chavee Issariyapat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
73af5029
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
README.md
+4
-3
No files found.
README.md
View file @
f0dc8074
ตัวอย่างการ set up makefile ใน docker project
1.
แก้ไขไฟล์ release.conf ในแบบเดียวกับข้างล่างนี้ บรรทัดแรก dock.nexpie.com ไม่ต้องแก้, GROUPNAME ตั้งเป็น group ใน gitlab, PROJECTNAME เป็นชื่อ project บน gitlab และ release เป็น revision แก้ได้เลย ไม่มีผลอะไร
ก่อนใช้งานครั้งแรก ให้
แก้ไขไฟล์ release.conf ในแบบเดียวกับข้างล่างนี้ บรรทัดแรก dock.nexpie.com ไม่ต้องแก้, GROUPNAME ตั้งเป็น group ใน gitlab, PROJECTNAME เป็นชื่อ project บน gitlab และ release เป็น revision แก้ได้เลย ไม่มีผลอะไร
```
REGISTRY_HOST=dock.nexpie.com
...
...
@@ -9,14 +9,15 @@ PROJECTNAME=docker-makefile-sample
RELEASE=1.0.0
```
2.
เวลาจะ build docker image ใช้คำสั่ง
เวลาจะ build docker image ใช้คำสั่ง
```
make build
```
3.
เวลาจะ push image ขึ้น registry บน gitlab ใช้คำสั่ง
makefile จะทำการ build และ tag ให้อัตโนมัติ
เวลาจะ push image ขึ้น registry บน gitlab ใช้คำสั่ง
```
make push
```
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