Skip to content

Commit

Permalink
更新默认镜像
Browse files Browse the repository at this point in the history
  • Loading branch information
ryjer committed Sep 12, 2023
1 parent db7ef7c commit 4e2e446
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ jobs:
tags: |
ryjer/opentracker:alpine
ryjer/opentracker:20210823-alpine
ryjer/opentracker:20210823-alpine-3.18.3
# 处理缓存无限增大问题的临时修复,以防出现问题。(等待github官方修复)
- name: Move cache
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ipv6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,3 @@ jobs:
ryjer/opentracker:ipv6
ryjer/opentracker:20210823-ipv6
ryjer/opentracker:20210823-ipv6-alpine
ryjer/opentracker:20210823-ipv6-alpine3.18.3
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ RUN cvs -d :pserver:[email protected]:/cvs -z9 co libowfat \
&& git clone git://erdgeist.org/opentracker \
&& cd opentracker \
&& sed -i '/FEATURES+=-DWANT_IP_FROM_QUERY_STRING$/s/^#//' Makefile \
&& sed -i '/^FEATURES+=-DWANT_FULLSCRAPE$/s/^/#/' Makefile \
&& make -j4
&& make clean && make -j4


FROM alpine
Expand Down

0 comments on commit 4e2e446

Please sign in to comment.