bitbucket-pipeline-runner
Helper image for BitBucket Pipelines that use Dotnet SDK and Docker
2.0K
Based on the dotnet/sdk base image, with wget, aws-cli and docker packages added.
Available to pull from Docker Hub csrakowski/bitbucket-pipeline-runner
docker pull csrakowski/bitbucket-pipeline-runner:latest
The image is set up to be drop-in replacement for the image in bitbucket pipelines.
You can either set it up at the top level, for all pipeline steps:
image: csrakowski/bitbucket-pipeline-runner:latest
pipelines:
default:
- step:
name: Hello world example
script:
- echo "Hello, World!"
Or at the individual step level:
pipelines:
default:
- step:
image: csrakowski/bitbucket-pipeline-runner:latest
name: Hello world example
script:
- echo "Hello, World!"
Content type
Image
Digest
sha256:97aa672e8…
Size
374.2 MB
Last updated
6 days ago
docker pull csrakowski/bitbucket-pipeline-runner