Skip to content

Commit

Permalink
使用alpine 仓库的 最新镜像
Browse files Browse the repository at this point in the history
  • Loading branch information
ryjer committed Sep 17, 2023
1 parent c29ad6c commit 8a48611
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 14 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ipv6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ jobs:
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new
tags: |
ryjer/opentracker:ipv6-20210823
ryjer/opentracker:ipv6-20210823-r2
ryjer/opentracker:ipv6-20210823-alpine3.18.3
ryjer/opentracker:ipv6-20210823-alpine3.18
ryjer/opentracker:ipv6-alpine3.18.3
ryjer/opentracker:ipv6-alpine3.18
ryjer/opentracker:ipv6-latest
ryjer/opentracker:ipv6-alpine
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,8 @@ jobs:
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new
tags: |
ryjer/opentracker:20180526
ryjer/opentracker:20180526-r1
ryjer/opentracker:20180526-alpine3.15.10
ryjer/opentracker:20180526-alpine3.15
ryjer/opentracker:alpine3.15.10
ryjer/opentracker:alpine3.15
ryjer/opentracker:latest
ryjer/opentracker:alpine
# 处理缓存无限增大问题的临时修复,以防出现问题。(等待github官方修复)
#- name: Move cache
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.15.10
FROM alpine

# 创建配置目录,安装 curl 健康检查使用
RUN apk add --no-cache opentracker
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ipv6
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18.3
FROM alpine

# 创建配置目录,安装 curl 健康检查使用
RUN apk add --no-cache opentracker6
Expand Down

0 comments on commit 8a48611

Please sign in to comment.