shrub/.github/actions/glob/Dockerfile
Jared Tobin 7b1b4d8cc6
meta: add a 'glob' GitHub action
This action, when supplied with the appropriate arguments, will create a
Landscape glob from GITHUB_SHA [1] and deploy it OTA to the appropriate
ship.

It needs to be supplied the following:

* ship name
* base64-encoded GCP Service Account credentials
* a base64-encoded SSH secret key to be used for GCP actions
* the corresponding base64-encoded SSH public key

[1]: https://docs.github.com/en/free-pro-team@latest/actions/reference/environment-variables
2020-12-19 10:30:59 -03:30

6 lines
119 B
Docker

FROM jaredtobin/janeway:v0.13.1
COPY entrypoint.sh /entrypoint.sh
USER 0:0
EXPOSE 22/tcp
ENTRYPOINT ["/entrypoint.sh"]