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

Add Intergrated Container Image Building #2328

Merged
merged 1 commit into from Feb 18, 2023

Conversation

xiaokangwang
Copy link
Contributor

This is pull request adds automatic container building for v2ray.

The container is build after a prerelease is generated.

It comes with two favor:

  • std: Just a binary.
  • extra: std with geoip, site, and extra.

Important paths:

  • /opt/v2ray/bin/v2ray : the v2ray binary
  • /opt/v2ray/share/ : the data files (if exists)
  • /opt/v2ray/etc/config.json : the config file (if exists)

It is BTW:

  • reproducible: Anyone can generate the same container image, with the same input.
  • cross build ready: The builder machine does not need to execute anything.
  • fully automated: No manual intervention needed to produce the build.
  • distroless: image does not come with a distro, thus produce a small image.

@xiaokangwang xiaokangwang merged commit 179cd1d into v2fly:master Feb 18, 2023
@IceCodeNew
Copy link
Contributor

IceCodeNew commented Mar 20, 2023

discussions are moved to #2426 & #2425

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants