Skip to content

Commit

Permalink
APIGOV-27565 - test
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeldick committed May 10, 2024
1 parent 023876e commit 11d5155
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/apigee-agents-release.yml

This file was deleted.

4 changes: 1 addition & 3 deletions traceability/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,9 @@ USER ${APP_USER}
FROM docker.io/alpine@sha256:13b7e62e8df80264dbb747995705a986aa530415763a6c58f84a3ca8af9a5bcd

ENV BASEPATH /go/src/github.com/Axway/agents-apigee
ENV AGENT ${BASEPATH}/discovery
ENV AGENT ${BASEPATH}/traceability
ENV APP_USER axway

RUN pwd
RUN ls -laR
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
COPY --from=builder /etc/passwd /etc/passwd
COPY --from=builder ${AGENT}/bin/apigee_traceability_agent /apigee_traceability_agent
Expand Down

0 comments on commit 11d5155

Please sign in to comment.