Skip to content

Commit

Permalink
Merge pull request #22 from lucab/ups/docker-binary
Browse files Browse the repository at this point in the history
dockerfile: put all binaries in PATH
  • Loading branch information
Luca Bruno authored Jul 16, 2020
2 parents f4d2928 + 4696bd5 commit de7f3e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ This service provides an implementation of the [Cincinnati protocol][cincinnati]

This workspace can be built with `cargo build` and contains the following binaries:

* `dumnati`: initial development stub
* `fcos-graph-builder`: a service which builds and caches the raw update graph
* `fcos-policy-engine`: a web service which handles requests from agents
* `dumnati`: initial development stub (legacy)

[cincinnati]: https://github.com/openshift/cincinnati
[zincati]: https://github.com/coreos/zincati
2 changes: 2 additions & 0 deletions dist/fedora-infra/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ WORKDIR /src

# build: release binary
RUN cargo build --release && \
mv /src/target/release/fcos-graph-builder /usr/local/bin/fcos-graph-builder && \
mv /src/target/release/fcos-policy-engine /usr/local/bin/fcos-policy-engine && \
mv /src/target/release/dumnati /usr/local/bin/dumnati

# build: cleanup
Expand Down

0 comments on commit de7f3e3

Please sign in to comment.