Skip to content

Upgrades versioned blobs from external sources in a BOSH release.

License

Notifications You must be signed in to change notification settings

s4heid/bosh-blobs-upgrader-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bosh-blobs-upgrader

This GitHub action can be used to upgrade blobs from external, versioned resources in BOSH releases.

Inputs

The following list of input arguments can be configured for now.

Input Description
repository Path to the bosh-release repository

Example usage:

- name: Upgrade Bosh Blobs
  uses: s4heid/bosh-blobs-upgrader-action@master
  with:
    repository: path/to/bosh-release

See s4heid/athens-bosh-release for an example configuration.

Docker

The docker container can be run locally with the following command:

docker run --rm \
    -v $HOME/path/to/bosh-release:/home/path/to/bosh-release \
    docker.pkg.github.com/s4heid/bosh-blobs-upgrader-action/bosh-blobs-upgrader-action:latest\ \
    /home/path/to/bosh-release

References

License

MIT License

About

Upgrades versioned blobs from external sources in a BOSH release.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages