forked from TencentBlueKing/bk-bcs
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: pipeline for gamestatefulset, issue TencentBlueKing#498
- Loading branch information
1 parent
fe84a79
commit b5f71a9
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
install/conf/bcs-k8s-master/bcs-gamestatefulset-operator/Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
FROM centos:latest | ||
|
||
RUN mkdir -p /data/bcs/bcs-gamestatefulset-operator/ | ||
|
||
ADD bcs-gamestatefulset-operator /data/bcs/bcs-gamestatefulset-operator/ | ||
|
||
WORKDIR /data/bcs/bcs-gamestatefulset-operator/ |
7 changes: 0 additions & 7 deletions
7
install/conf/bcs-k8s-master/tkex-statefulsetplus-operator/Dockerfile
This file was deleted.
Oops, something went wrong.