Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dwolla/jenkins-agent-docker-chef

Docker image based on Dwolla’s core Jenkins Agent Docker image making Chef tools available to Jenkins jobs.
https://github.com/dwolla/jenkins-agent-docker-chef

Last synced: about 10 hours ago
JSON representation

Docker image based on Dwolla’s core Jenkins Agent Docker image making Chef tools available to Jenkins jobs.

Awesome Lists containing this project

README

        

# Jenkins Agent with Berkshelf

[![](https://images.microbadger.com/badges/image/dwolla/jenkins-agent-chef.svg)](https://microbadger.com/images/dwolla/jenkins-agent-chef)
[![license](https://img.shields.io/github/license/dwolla/jenkins-agent-docker-chef.svg?style=flat-square)](https://github.com/Dwolla/jenkins-agent-docker-chef/blob/master/LICENSE)

Docker image based on [Dwolla’s Jenkins Agent Docker image with the AWS command line tools](https://github.com/Dwolla/jenkins-agent-docker-awscli) making the [Berkshelf](http://berkshelf.com) available to Jenkins jobs.

GitHub Actions will build the Docker images for multiple supported architectures.

## Local Development

With [yq](https://kislyuk.github.io/yq/) installed, to build this image locally run the following command:

```bash
make \
CORE_TAG=$( curl --silent https://raw.githubusercontent.com/Dwolla/jenkins-agents-workflow/main/.github/workflows/build-docker-image.yml | \
yq .on.workflow_call.inputs.CORE_TAG.default) \
all
```

Alternatively, without [yq](https://kislyuk.github.io/yq/) installed, refer to the CORE_TAG default values defined in [jenkins-agents-workflow](https://github.com/Dwolla/jenkins-agents-workflow/blob/main/.github/workflows/build-docker-image.yml) and run the following command:

`make CORE_TAG= all`