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

chore: upgrade dependency, workflow, and documentation #443

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hero-intelligent
Copy link
Contributor

Background

Checklist

Full Changelogs

  • [Implement ...]

Issue Reference

Closes #[issue number]

Test Result

@hero-intelligent hero-intelligent requested review from a team as code owners January 25, 2024 08:44
@hero-intelligent hero-intelligent changed the title ci: upgrade submodule dependency workflow ci/doc: upgrade submodule dependency workflow Jan 25, 2024
@hero-intelligent hero-intelligent marked this pull request as draft January 25, 2024 09:12
@hero-intelligent hero-intelligent marked this pull request as ready for review February 2, 2024 12:31
@hero-intelligent hero-intelligent changed the title ci/doc: upgrade submodule dependency workflow ci: upgrade submodule, dependency, workflow, and documentation Feb 2, 2024
@hero-intelligent hero-intelligent changed the title ci: upgrade submodule, dependency, workflow, and documentation ci: upgrade dependency, workflow, and documentation Feb 2, 2024
@hero-intelligent
Copy link
Contributor Author

hero@debian:~/daeuniverse-duplicate/dae$ sudo docker build -t dae --network=host .                                                                                                                               
[+] Building 144.3s (22/22) FINISHED                                                                                                                                                              docker:default 
 => [internal] load build definition from Dockerfile                                                                                                                                                        0.0s 
 => => transferring dockerfile: 847B                                                                                                                                                                        0.0s 
 => [internal] load .dockerignore                                                                                                                                                                           0.0s 
 => => transferring context: 2B                                                                                                                                                                             0.0s 
 => [internal] load metadata for docker.io/library/alpine:latest                                                                                                                                            1.9s 
 => [internal] load metadata for docker.io/library/golang:1.21-bookworm                                                                                                                                     1.9s 
 => CACHED [builder 1/8] FROM docker.io/library/golang:1.21-bookworm@sha256:3efef61ff1d99c8a90845100e2a7e934b4a5d11b639075dc605ff53c141044fc                                                                0.0s 
 => CACHED [stage-1 1/8] FROM docker.io/library/alpine@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b                                                                              0.0s 
 => [internal] load build context                                                                                                                                                                           0.1s
 => => transferring context: 21.79kB                                                                                                                                                                        0.0s
 => [builder 2/8] RUN apt-get update && apt-get install -y llvm-15 clang-15 git make                                                                                                                      107.4s
 => [stage-1 2/8] RUN mkdir -p /usr/local/share/dae/                                                                                                                                                        0.1s
 => [stage-1 3/8] RUN mkdir -p /etc/dae/                                                                                                                                                                    0.1s
 => [stage-1 4/8] RUN wget -O /usr/local/share/dae/geoip.dat https://github.com/v2fly/geoip/releases/latest/download/geoip.dat                                                                              4.9s
 => [stage-1 5/8] RUN wget -O /usr/local/share/dae/geosite.dat https://github.com/v2fly/domain-list-community/releases/latest/download/dlc.dat                                                             21.7s
 => [builder 3/8] WORKDIR /build/                                                                                                                                                                           0.1s
 => [builder 4/8] ADD go.mod go.sum ./                                                                                                                                                                      0.1s 
 => [builder 5/8] RUN go mod download                                                                                                                                                                      22.1s 
 => [builder 6/8] ADD . .                                                                                                                                                                                   0.2s 
 => [builder 7/8] RUN git submodule update --init                                                                                                                                                           0.2s 
 => [builder 8/8] RUN make OUTPUT=dae GOFLAGS="-buildvcs=false" CC=clang CGO_ENABLED=0                                                                                                                     11.1s 
 => [stage-1 6/8] COPY --from=builder /build/dae /usr/local/bin                                                                                                                                             0.2s 
 => [stage-1 7/8] COPY --from=builder /build/install/empty.dae /etc/dae/config.dae                                                                                                                          0.1s 
 => [stage-1 8/8] RUN chmod 0600 /etc/dae/config.dae                                                                                                                                                        0.2s 
 => exporting to image                                                                                                                                                                                      0.4s 
 => => exporting layers                                                                                                                                                                                     0.4s 
 => => writing image sha256:5362b1acbc7d4c4b2ae2ff532f237279a273f5abef0cb912663881aa4ddcfa3a                                                                                                                0.0s 
 => => naming to docker.io/library/dae           

@hero-intelligent hero-intelligent marked this pull request as draft February 4, 2024 06:07
@hero-intelligent hero-intelligent changed the title ci: upgrade dependency, workflow, and documentation chore: upgrade dependency, workflow, and documentation Feb 4, 2024
@hero-intelligent hero-intelligent marked this pull request as ready for review February 4, 2024 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant