-
Notifications
You must be signed in to change notification settings - Fork 0
/
.buildignore
58 lines (48 loc) · 1.21 KB
/
.buildignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# 忽略build push的image或tag
# 仅生成全部时有效,指定目标时不会检查这里的忽略列表
# 语法:
# P,IMAGE[:TAG] push忽略
# B,IMAGE[:TAG] build忽略
# M,IMAGE manifest忽略
# ==================================
B,alpine:future
B,ztest
B,genpac-server:dev
P,genpac-watch
B,gogs
# ==================================
# 版本稳定或长久未更新,无需每次build
# ==================================
# 稳定
# Pushed: 2020-05-30
B,ddns
B,freedom
# Python2自2020.01.01后官方不再提供支持
# Pushed: 2021-02-07
B,python:2
B,flask:py2
B,selenium:py2
# Updated: 2016-11-07
# Pushed: 2020-05-30
# https://github.com/jech/polipo
B,polipo
# Updated: 2020-02-18 v1.6.7
# Pushed: 2020-05-30
# bypy已进入维护阶段,除非bug否则不会更新
# https://github.com/houtianze/bypy
B,bypy
# Updated: 2017-08-24 v1.2.1
# Pushed: 2020-05-30
# https://sourceforge.net/projects/minidlna/
B,minidlna
# Updated: 2018-11-08 f8ec666b4d1b654e4ff6aedd356f510dcac09f83
# Pushed: 2021-04-04
# https://httpbin.org/
B,httpbin
# Updated: 2018-01-02
# Pushed: 2020-05-30
# http://www.udpxy.com/
B,udpxy
# ==================================
# 暂时意外
# ==================================