[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: PASOE Docker Image with hotfix 11.7.5.011

  • Thread starter Thread starter egarcia
  • Start date Start date
Status
Not open for further replies.
E

egarcia

Guest
You should be able to copy the fluent-bit files from the original image. Here are the instructions to add to the Dockerfile. FROM centos:7 COPY --from=builder /etc/fluent-bit /etc/fluent-bit COPY --from=builder /usr/local/bin/fluent-bit /usr/local/bin RUN groupadd pscadmin && useradd -g pscadmin pscadmin I hope this helps.

Continue reading...
 
Status
Not open for further replies.
Back
Top