Giter Site home page Giter Site logo

robertjsullivan / nginx-release Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cloudfoundry/bosh-package-nginx-release

0.0 0.0 0.0 35 KB

Nginx release for use with `bosh vendor-package`

License: Apache License 2.0

Shell 99.52% HTML 0.48%

nginx-release's Introduction

Nginx Release

To vendor nginx package into your release, run:

$ git clone https://github.com/bosh-packages/nginx-release
$ cd ~/workspace/your-release
$ bosh vendor-package nginx-1.14 ~/workspace/nginx-release

The above code will add nginx-1.14 to your-release and introduce a spec.lock.

Included packages:

  • nginx-1.14 which includes:
    • nginx-1.14.x.tar.gz
    • pcre-8.x.tar.gz
    • headers-more-nginx-module-0.30.tar.gz
    • nginx-upload-module-2.2.tar.gz
    • nginx-upload-module.patch

To use nginx-* package at runtime in your job scripts:

#!/bin/bash -eu
source /var/vcap/packages/nginx-1.14/bosh/runtime.env
source /var/vcap/packages/your-package/bosh/runtime.env
nginx ...

See jobs/nginx-1.14-test for example.

Development

To run tests cd tests/ && BOSH_ENVIRONMENT=vbox ./run.sh

Updating this package

Only include the latest version of the package in this release. This includes removing the old version from blobs, jobs, packages, and the manifest.

Verify blobs

$ mkdir tmp
$ gpg --homedir tmp --import keys/*
$ gpg --homedir tmp --verify blobs/*.asc
$ gpg --homedir tmp --verify blobs/*.sig

nginx-release's People

Contributors

mikexuu avatar tjvman avatar robertjsullivan avatar luan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.