summaryrefslogtreecommitdiffstats
path: root/lib/ansible/galaxy/data/apb/Dockerfile.j2
blob: 4d99a8b0c378c61b23efcfaa5127c33fc818240b (plain)
1
2
3
4
5
6
7
8
9
FROM ansibleplaybookbundle/apb-base

LABEL "com.redhat.apb.spec"=\
""

COPY playbooks /opt/apb/actions
COPY . /opt/ansible/roles/{{ role_name }}
RUN chmod -R g=u /opt/{ansible,apb}
USER apb