Skip to content

Bitbucket Atlassian default image with terraform for pipelines

License

Notifications You must be signed in to change notification settings

obadiaspelembe/atlassian-baseci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Atlassian Base CI

Customized Bitbucket Atlassian default image with terraform and Linode Syncronizer Tool - Linsync.

Conditions

Before start using this project make sure you replace following content on the ci configuration file:

image: atlassian/default-image:3

pipelines:
  default:
    - step:
        name: build docker image
        script:
          - echo ${DOCKER_PASSWORD} | docker login --username "$DOCKER_USERNAME" --password-stdin
          - docker build -t [YOUR_DOCKER_REPOSITORY:TAG] .
          - docker push [YOUR_DOCKER_REPOSITORY:TAG]
        services:
          - docker

Make sure you set the following environment variables:

Name Description
DOCKER_USERNAME Docker Hub Username
DOCKER_PASSWORD Docker Hub Password

About

Bitbucket Atlassian default image with terraform for pipelines

Resources

License

Stars

Watchers

Forks

Packages

No packages published