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
bcdf5eac
Commit
bcdf5eac
authored
Sep 16, 2018
by
Chavee Issariyapat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
f6721d06
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
6 deletions
+13
-6
README.md
+13
-6
No files found.
README.md
View file @
bcdf5eac
## วิธี set up
ตัวอย่างการ set up makefile ใน docker project
ก่อนใช้งานครั้งแรก ให้แก้ไขไฟล์ release.conf ในแบบเดียวกับข้างล่างนี้ บรรทัดแรก dock.nexpie.com ไม่ต้องแก้, GROUPNAME ตั้งเป็น group ใน gitlab, PROJECTNAME เป็นชื่อ project บน gitlab และ release เป็น revision แก้ได้เลย ไม่มีผลอะไร
...
...
@@ -9,6 +11,8 @@ PROJECTNAME=docker-makefile-sample
RELEASE=1.0.0
```
## คำสั่งที่สำคัญ
เวลาจะ build docker image ใช้คำสั่ง
```
...
...
@@ -27,21 +31,24 @@ make push
make check-status
```
ตรวจสอบเวอร์ชั่นของ Makefile ได้จาก
ดูหมายเลข tag ปัจจุบันของโค้ดใน working repo ของเราได้ด้วยคำสั่งนี้ tag จะเป็นเวอร์ชั่นที่เรากำหนดไว้ ต่อท้ายด้วย revision ของ git ถ้ามีโค้ดที่ไม่ได้รับการ commit ชื่อ tag จะต่อท้ายด้วยคำว่า -dirty แสดงให้รู้ว่ามีการแก้ไขต่อจาก revision นั้น
```
make
make-version
make
show-tag
```
อัพเดตเวอร์ชั่นของ Makefile ให้เป็นเวอร์ชั่นล่าสุดด้วยคำสั่ง
## คำสั่งอื่นๆ
ตรวจสอบเวอร์ชั่นของ Makefile ได้จาก
```
make
update-make
make
make-version
```
ดูหมายเลข tag ปัจจุบันของโค้ดใน working repo ของเราได้ด้วยคำสั่ง
อัพเดตเวอร์ชั่นของ Makefile ให้เป็นเวอร์ชั่นล่าสุดด้วยคำสั่งนี้ โปรแกรมจะทำการดาวน์โหลด Makefile ล่าสุดมาจาก server มาติดตั้งแทนที่ Makefile เดิม อย่าลืม commit Makefile ที่เพิ่งถูกอัพเดตเข้า repo ด้วย
```
make
show-tag
make
update-make
```
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