Repository: cxf Updated Branches: refs/heads/3.1.x-fixes e5c1bea95 -> 6b77e0261
Using the env var for the user Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/6b77e026 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/6b77e026 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/6b77e026 Branch: refs/heads/3.1.x-fixes Commit: 6b77e02616f37500fafffb5ea873137638062e14 Parents: 2b488ef Author: Sergey Beryozkin <[email protected]> Authored: Fri Aug 18 15:24:20 2017 +0100 Committer: Sergey Beryozkin <[email protected]> Committed: Fri Aug 18 15:26:28 2017 +0100 ---------------------------------------------------------------------- .../release/samples/jax_rs/spring_boot_scan/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/6b77e026/distribution/src/main/release/samples/jax_rs/spring_boot_scan/docker-compose.yml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/jax_rs/spring_boot_scan/docker-compose.yml b/distribution/src/main/release/samples/jax_rs/spring_boot_scan/docker-compose.yml index 47cc53f..c468450 100644 --- a/distribution/src/main/release/samples/jax_rs/spring_boot_scan/docker-compose.yml +++ b/distribution/src/main/release/samples/jax_rs/spring_boot_scan/docker-compose.yml @@ -1,11 +1,11 @@ version: "3" services: eureka: - image: sberyozkin/apachecxf:spring-boot-sample-rs-scan-eureka + image: $USER/apachecxf:spring-boot-sample-rs-scan-eureka ports: - "8761:8761" jaxrs: - image: sberyozkin/apachecxf:spring-boot-sample-rs-scan-app + image: $USER/apachecxf:spring-boot-sample-rs-scan-app ports: - "8080:8080" network_mode: "host"
