Skip to content

Commit

Permalink
Bump bcd front tag & remove healthchecks (#975)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kus authored May 11, 2023
1 parent 2fa96e8 commit cf9ccb8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
context: .
file: build/sandbox/Dockerfile
build-args: |
TAG=feat/teztnets
TAG=4.5.0
push: true
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down
4 changes: 2 additions & 2 deletions build/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ COPY --from=builder /go/bin/bcdctl /go/bin/bcdctl
COPY --from=builder /go/bin/migration /go/bin/migration
COPY --from=builder /go/bin/seo /go/bin/seo

COPY build/api/entrypoint.sh build/api/healthcheck.sh /
RUN chmod +x /entrypoint.sh /healthcheck.sh
COPY build/api/entrypoint.sh /
RUN chmod +x /entrypoint.sh

ENTRYPOINT ["/go/bin/api"]
3 changes: 0 additions & 3 deletions build/api/healthcheck.sh

This file was deleted.

4 changes: 2 additions & 2 deletions build/indexer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=builder /go/bin/indexer /go/bin/indexer
COPY configs/*.yml /app/indexer/

COPY build/indexer/entrypoint.sh build/indexer/healthcheck.sh /
RUN chmod +x /entrypoint.sh /healthcheck.sh
COPY build/indexer/entrypoint.sh /
RUN chmod +x /entrypoint.sh

ENTRYPOINT ["/go/bin/indexer"]
3 changes: 0 additions & 3 deletions build/indexer/healthcheck.sh

This file was deleted.

0 comments on commit cf9ccb8

Please sign in to comment.