This repository has been archived by the owner on Mar 31, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
247 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,3 @@ spec | |
|
||
# Simple CA secrets | ||
secrets | ||
|
||
# Docker image variants | ||
devel | ||
centos |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
################################################################################ | ||
|
||
DOCKER_NAME = dockerspec | ||
DOCKER_DESCRIPTION = An image intended to run Docker image tests using RSpec and ServerSpec | ||
DOCKER_PROJECT_URL = http://serverspec.org | ||
|
||
DOCKER_BUILD_VARS += DOCKER_VERSION | ||
|
||
DOCKER_RUN_OPTS += -v $(abspath $(DOCKER_HOME_DIR))/.rspec:/.rspec \ | ||
-v $(abspath $(DOCKER_HOME_DIR))/spec:/spec | ||
|
||
################################################################################ | ||
|
||
# Docker Compose file version: | ||
# - docker: 3.3 | ||
# - docker-compose: 3.3 | ||
DOCKER_VERSION ?= 17.06.0-ce | ||
DOCKER_COMPOSE_VERSION ?= 1.15.0 | ||
|
||
################################################################################ | ||
|
||
DOCKER_HOME_DIR ?= .. | ||
include $(DOCKER_HOME_DIR)/Makefile | ||
|
||
################################################################################ |
Oops, something went wrong.