7f1835c978
This script, when run, will boot up a Container Linux VM (via vagrant) with a specific version of Docker installed, and then run a login, push and pull test against the host machine's Quay instance.
34 lines
409 B
Text
34 lines
409 B
Text
./ci/
|
|
conf/stack
|
|
conf/stack/**
|
|
conf/stack/config.yaml
|
|
config.yaml
|
|
screenshots
|
|
tools
|
|
test/data/registry
|
|
venv
|
|
.git
|
|
!.git/HEAD
|
|
.gitignore
|
|
.github
|
|
Bobfile
|
|
README.md
|
|
ROADMAP.md
|
|
requirements-nover.txt
|
|
run-local.sh
|
|
.DS_Store
|
|
**/*.pyc
|
|
.tox
|
|
htmlcov
|
|
.coverage
|
|
coverage
|
|
.cache
|
|
.npm-debug.log
|
|
test/__pycache__
|
|
__pycache__
|
|
**/__pycache__
|
|
static/build/**
|
|
.gitlab-ci/*
|
|
.gitlab-ci.*
|
|
docker-compose.yaml
|
|
test/dockerclients/**
|