Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tool,remove gfwlist #134

Merged
merged 1 commit into from
Nov 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading