Skip to content

The one and only docker image, you'll ever need for your DevOps tasks.

Notifications You must be signed in to change notification settings

mistweaverco/devops-one-docker-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Logo

DevOps One

Made with love Discord

PullBuildFeatures

The one and only docker image, you'll ever need for your DevOps tasks.

Pull: GCP Flavour

docker pull pull.docker.build/devops-one-gcp:latest

Pull: AWS Flavour

docker pull pull.docker.build/devops-one-aws:latest

Pull: AWS + GCP Flavour

docker pull pull.docker.build/devops-one-full:latest

Build: GCP Flavour

FROM pull.docker.build/devops-one-gcp:latest

# YOUR CODE GOES HERE

Build: AWS Flavour

FROM pull.docker.build/devops-one-aws:latest

# YOUR CODE GOES HERE

Build: AWS + GCP Flavour

FROM pull.docker.build/devops-one-full:latest

# YOUR CODE GOES HERE

Features

Comes with the following tools pre-installed:

Terraform

If you want to have a specific version of Terraform, you can use the tfswitch tool to switch between versions.

FROM pull.docker.build/devops-one-full:latest

RUN tfswitch 0.8.8

Python

If you want to have a specific version of Python, you can use the pyenv tool to switch between versions.

FROM pull.docker.build/devops-one-full:latest

RUN pyenv install 3.8.0

Node.js

If you want to have a specific version of Node.js, you can use the nvm tool to switch between versions.

FROM pull.docker.build/devops-one-full:latest

RUN nvm install 20

About

The one and only docker image, you'll ever need for your DevOps tasks.

Resources

Stars

Watchers

Forks

Releases

No releases published