add benchmark result and fix Dockerfile names since it does not depends on architecture

This commit is contained in:
Jun Kurihara 2023-07-24 20:08:18 +09:00
commit 7f52dce23d
No known key found for this signature in database
GPG key ID: D992B3E3DE1DED23
11 changed files with 354 additions and 19 deletions

View file

@ -29,7 +29,6 @@ RUN apt-get update && apt-get install -qy --no-install-recommends $BUILD_DEPS &&
########################################
FROM base AS runner
ENV TAG_NAME=amd64
ENV RUNTIME_DEPS logrotate ca-certificates gosu
RUN apt-get update && \

View file

@ -18,7 +18,6 @@ RUN echo "Building rpxy from source" && \
FROM alpine:latest as runner
LABEL maintainer="Jun Kurihara"
ENV TAG_NAME=amd64-slim
ENV TARGET_DIR=x86_64-unknown-linux-musl
ENV RUNTIME_DEPS logrotate ca-certificates su-exec

View file

@ -10,7 +10,7 @@ services:
- 127.0.0.1:8443:8443
build:
context: ../
dockerfile: ./docker/Dockerfile.amd64
dockerfile: ./docker/Dockerfile
environment:
- LOG_LEVEL=debug
- LOG_TO_FILE=true