Containers for Snap, the open telemetry framework, http://snap-telemetry.io
10K+
Snap is on open source telemetry framework.
This repository contains snap installed on several linux operating system.
Additional image layer info
** WARNING: ** "latest" is not a version, and it is expected to change over time.
The following tags will contain the latest snap release (most current git tag). These containers will not fetch/update snap binaries:
To use a specific version of snap, please use <version>_<os> tag:
$ docker run intelsdi/snap:0.15.0_alpine
time="2016-08-30T17:52:04Z" level=info msg="setting log level to: debug"
time="2016-08-30T17:52:04Z" level=info msg="Starting snapd (version: v0.15.0-beta)"
The following tags are test containers. On startup, the operating system will use curl to fetch the latest snap build (most current commit in the snap repo):
To specify a particular release, use SNAP_VERSION environment variable:
$ docker run -e SNAP_VERSION=0.15.0 intelsdi/snap:alpine_test
time="2016-08-30T17:52:04Z" level=info msg="setting log level to: debug"
time="2016-08-30T17:52:04Z" level=info msg="Starting snapd (version: v0.15.0-beta)"
...
$ docker run -e SNAP_VERSION=906d19b646837393f9893870cc2929e791b1f3fb intelsdi/snap:alpine_test
time="2016-08-30T17:58:10Z" level=info msg="setting log level to: debug"
time="2016-08-30T17:58:10Z" level=info msg="Starting snapd (version: test-906d19b)"
...
See snapd man page for additional information on environment variables such as SNAP_TRUST_LEVEL, SNAP_LOG_LEVEL.
To build a new Docker container:
$ build.sh <operating_system> <org>
The operating system supports:
The org is the docker organization and defaults to (intelsdi)
Examples:
$ build.sh alpine intelsdi
$ build.sh trusty
$ build.sh precise
$ build.sh centos6
$ build.sh centos7
build_all.sh is a shortcut to build all supported operating systems:
$ build_all.sh
Content type
Image
Digest
Size
51.7 MB
Last updated
about 9 years ago
docker pull intelsdi/snap