Skip to content

rawlingsj/temp-melange-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generate a local key to work with

docker run --rm -v "${PWD}":/work cgr.dev/chainguard/melange keygen local-melange.rsa

prime a local arm apk cache

to prime a local cache of arm apks..

create a local ./packages folder

mkdir -p packages

use gcloud to sync the GCS bucket apks..

gcloud alpha storage cp -c --recursive gs:https://wolfi-production-registry-destination/os/aarch64 ./packages/

rebuild a dependency

Completed APKs live in the ./done folder, to rebuild any of these copy into the repo root folder and run the build script

./build.sh 10

iterate on nginx

nginx is currently in a very basic form, to iterate ensure 200-nginx.yaml is in the repo root folder and run

./build.sh 200

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages