Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove file glob and replace with proper Dockerfile syntax #30

Merged
merged 1 commit into from Apr 24, 2018
Merged

remove file glob and replace with proper Dockerfile syntax #30

merged 1 commit into from Apr 24, 2018

Conversation

jmontleon
Copy link
Contributor

Replace the file glob in this copy command.

Per moby/moby#15858 if we have

apb-base/opt/apb/.kube/config
apb-base/opt/apb/ansible.cfg
apb-base/opt/apb/hosts

COPY opt/apb/* /opt/apb will leave us with

/opt/apb/config
/opt/apb/ansible.cfg
/opt/apb/hosts

COPY opt/apb/. /opt/apb on the otherhand will preserve the directory structure. Leaving us with what you want:

/opt/apb/.kube/config
/opt/apb/ansible.cfg
/opt/apb/hosts

@jmontleon jmontleon merged commit 78d9b9d into ansibleplaybookbundle:master Apr 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants