nicor88 / dbt-docker

A minimal image to run dbt with Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CD status

dbt-docker

A minimal image to run dbt with Docker. The repo contains also a continuous delivery to publish new Docker image to Dockerhub.

Requirements

  • Docker

Commands

  • make build: build the image
  • make test-build: build the image, and then run dbt --version to check that everything works properly
  • make dhub-push: push the image to Dockerhub

About

A minimal image to run dbt with Docker

License:MIT License


Languages

Language:Dockerfile 48.0%Language:Makefile 30.8%Language:Shell 21.2%