Skip to content

Commit

Permalink
tool,remove gfwlist
Browse files Browse the repository at this point in the history
  • Loading branch information
yylt committed Nov 8, 2024
1 parent d89aefa commit 799e714
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 236 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Docker Buildx (push)
run: |
docker buildx build --no-cache \
--platform linux/arm64,linux/amd64 \
--platform linux/amd64,linux/arm64 \
--output "type=image,push=true" \
--tag ${{ env.REGISTRY_NAME }}/yylt/tool:latest \
--tag ${{ env.REGISTRY_NAME }}/yylt/tool:${{ env.date }} \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile-tool
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,14 @@ ARG TARGETARCH
# COPY --from=helm /usr/bin/helm /usr/bin/
# COPY --from=kube /opt/bitnami/kubectl/bin/kubectl /usr/bin/

RUN apk -U --no-cache add curl jq git bash netcat-openbsd wrk buildah python3 openssh py3-pip && \
RUN apk -U --no-cache add curl jq git bash netcat-openbsd wrk buildah python3 openssh py3-pip buildah podman skopeo && \
pip3 install --break-system-packages requests

# RUN pip3 install --no-cache-dir s3cmd
# COPY --from=builder /workspace/usr/local/bin/ctr /usr/bin/
# COPY --from=builder /workspace/usr/local/bin/crictl /usr/bin/
# COPY --from=builder /workspace/gomplate /usr/bin/

COPY --from=builder /workspace/crane /usr/bin/
COPY --from=builder /workspace/yq /usr/bin/
COPY --from=builder /workspace/mc /usr/bin/
Expand Down
63 changes: 0 additions & 63 deletions gfwlist/autoproxy_rule.md

This file was deleted.

3 changes: 0 additions & 3 deletions gfwlist/go.mod

This file was deleted.

Empty file removed gfwlist/go.sum
Empty file.
168 changes: 0 additions & 168 deletions gfwlist/main.go

This file was deleted.

0 comments on commit 799e714

Please sign in to comment.