Claudio

Results 1 comments of Claudio

@sozercan here is the Dockerfile and yes edge is enabled: ``` # escape=` ARG BASE_IMAGE_REGISTRY=some-registry.org FROM $BASE_IMAGE_REGISTRY/repo/aspnetcore:6.0-alpine # install certificates COPY /Docker/Certificates/*.crt /usr/local/share/ca-certificates/ RUN update-ca-certificates # add apk repos RUN...