Skip to main content

No project description provided

Project description

# Docker With GitLab Secrets

Example usage:
```bash

# Config will default to ~/.dwgs.conf if not specified
docker-with-gitlab-secrets --dwgs-config /somewhere/dwgs.conf --dwgs-project hgi-systems \
--rm --env-file /higher/precedence -e HIGHEST_PRECEDENCE 123 -it run ubuntu bash
```

Example configuration:
```yml
---

gitlab:
url: https://gitlab.example.com
token: my-token
project: hgi-systems # Optional default project, which will be overriden by if `dwgs-project` is specified
namespace: hgi # Optional default namespace
```


## Known Issues
- Docker [cannot pass newlines in variables via `--env-file`](https://github.com/moby/moby/issues/12997). Therefore
GitLab variables
New lines in secret variables

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dockerwithgitlabsecrets-0.1.0.tar.gz (6.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page