summaryrefslogtreecommitdiffstats
path: root/ui-ci/sdc-ui-tests/Dockerfile
blob: 3b1129322fe373bfce9323395705d56fecdb485c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
FROM onap/base_sdc-vnc:1.4.1

COPY chef-solo /root/chef-solo/

COPY chef-repo/cookbooks/. /root/chef-solo/cookbooks/


ENV TESTS_BASE /var/lib/tests
RUN mkdir -p "$TESTS_BASE"
WORKDIR $TESTS_BASE

ADD ui-ci-*.jar                        ${TESTS_BASE}/

COPY startup.sh /root/

RUN chmod 770 /root/startup.sh

ENTRYPOINT [ "/root/startup.sh" ]
IS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. apiVersion: v2 description: ONAP VNF SDK name: vnfsdk version: 12.0.0 dependencies: - name: common version: ~12.x-0 repository: '@local' - name: certInitializer version: ~12.x-0 repository: '@local' - name: postgres version: ~12.x-0 repository: '@local' - name: repositoryGenerator version: ~12.x-0 repository: '@local'