aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-os-chef/sdc-frontend/Dockerfile
blob: 2f9b3d1184ea3a2b607cc7113b9a6bff33d78de3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
FROM onap/base_sdc-jetty:1.2.0-SNAPSHOT-latest

COPY chef-solo /root/chef-solo/

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

RUN cp ${JETTY_HOME}/resources/log4j.properties ${JETTY_BASE}/resources/log4j.properties

ADD onboarding*.war         ${JETTY_BASE}/webapps/

ADD catalog-fe-*.war        ${JETTY_BASE}/webapps/

USER root

RUN chown -R jetty:jetty    ${JETTY_BASE}/webapps

COPY startup.sh /root/

RUN chmod 770 /root/startup.sh

ENTRYPOINT [ "/root/startup.sh" ]
law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # 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. dependencies: - name: common version: ~7.x-0 # local reference to common chart, as it is # a part of this chart's package and will not # be published independently to a repo (at this point) repository: '@local' - name: certInitializer version: ~7.x-0 repository: '@local' - name: repositoryGenerator version: ~7.x-0 repository: '@local'