quality / commitlint (push) Skipped
quality / changes (push) Successful in 20s
quality / docker-check (push) Skipped
quality / openapi (push) Successful in 2m54s
quality / web (push) Successful in 1m22s
quality / go (push) Successful in 3m37s
quality / bird2 (push) Successful in 15s
CD / quality (push) Successful in 8m37s
CD / publish (push) Failing after 1m51s
- Added `@redocly/cli` version 1.34.5 to `package.json` and `pnpm-lock.yaml` for OpenAPI linting. - Updated CI workflows to reflect changes in job names and processes, including adjustments to the `publish` job in the CD workflow. - Enhanced documentation to clarify the new CI/CD processes and Docker build configurations.
8 lines
302 B
Docker
8 lines
302 B
Docker
# syntax=docker/dockerfile:1.7
|
|
# Агент: бинарь из bake context build-all, runtime = тот же bird2-base, что evobgp-bird2.
|
|
FROM bird2-base
|
|
ARG BIN=evobgp-agent
|
|
COPY --from=build-all /out/${BIN} /usr/local/bin/evobgp-agent
|
|
WORKDIR /etc/bird
|
|
ENTRYPOINT ["/usr/local/bin/evobgp-agent"]
|