Skip to content
This repository has been archived by the owner on Nov 2, 2022. It is now read-only.

Docker image for R10k

Notifications You must be signed in to change notification settings

puppetlabs-toy-chest/r10k-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

r10k on a Docker image. Based on Alpine 3.8.

Configuration

The following environment variables are supported:

  • PUPPERWARE_ANALYTICS_ENABLED

    Set to 'true' to enable Google Analytics metrics. Defaults to 'false'.

Analytics Data Collection

The r10k container collects usage data. This is disabled by default. You can enable it by passing --env PUPPERWARE_ANALYTICS_ENABLED=true to your docker run command.

What data is collected?

  • Version of the r10k container.
  • Anonymized IP address is used by Google Analytics for Geolocation data, but the IP address is not collected.

Why does the r10k container collect data?

We collect data to help us understand how the containers are used and make decisions about upcoming changes.

How can I opt out of r10k container data collection?

This is disabled by default.

About

Docker image for R10k

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 45.7%
  • Makefile 30.4%
  • Shell 12.5%
  • Ruby 11.4%