DataDog/docker-dd-agent-build-deb-i386

Name: docker-dd-agent-build-deb-i386

Owner: Datadog, Inc.

Description: DEPRECATED

Created: 2015-04-21 01:24:27.0

Updated: 2017-05-04 19:01:55.0

Pushed: 2017-03-10 22:36:58.0

Homepage:

Size: 13

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

DEPRECATED

docker-dd-agent-build-deb-i386

This repo contains the Dockerfile used to build the Datadog Agent (https://github.com/DataDog/dd-agent).

The Datadog Agent is built using a Chef omnibus project (https://github.com/DataDog/dd-agent-omnibus) on CircleCi.

The base image of the container is a homemade i386 image of Debian Squeeze.

To build this base image on a Debian based OS:

 apt-get install debootstrap

 https://raw.githubusercontent.com/docker/docker/master/contrib/mkimage-debootstrap.sh 
d +x mkimage-debootstrap.sh
image-debootstrap.sh -a i386 -t squeeze-386.tar.xz squeeze http://http.debian.net/debian

er build -t datadog/debian-i386:squeeze -f Dockerfile-debian-i386 .
er push datadog/debian-i386:squeeze

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.