Skip to content

Builds using dockerfile complains about a binary config that should not be present #10947

@MV88

Description

@MV88

Description

these two lines in the dockerfile are causing a little build issue in jenkins

COPY binary/tomcat/conf/server.xml "${CATALINA_BASE}/conf/"
RUN sed -i -e 's/8082/8080/g' ${CATALINA_BASE}/conf/server.xml

so standard template Dockerfile file must be fixed

How to reproduce

  • try to configure a build with jenkins for example based on
  • verify build works

Expected Result

success

Current Result

fail

  • Not browser related
Browser info (use this site: https://www.whatsmybrowser.org/ for non expert users)
Browser Affected Version
Internet Explorer
Edge
Chrome
Firefox
Safari

Other useful information

Metadata

Metadata

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions