Skip to content

Conversation

@curtismitchell
Copy link

While trying to use the current version of the nuget plugin, I ran into an issue pushing a package to a private nuget server that uses https. Upgrading nuget seems to solve the issue.

@athieriot
Copy link
Contributor

LGTM

FROM alpine:3.4

RUN echo "@testing http://dl-4.alpinelinux.org/alpine/edge/testing" | tee -a /etc/apk/repositories
RUN echo "http://dl-5.alpinelinux.org/alpine/edge/main/" | tee -a /etc/apk/repositories
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why edge repo?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

edge/main was needed for python2 in the alpine:3.4 image, I believe. And edge/testing is for mono.

rm -rf \
/var/cache/apk/*
apk --no-cache add wget ca-certificates nodejs mono@testing && \
cert-sync /etc/ssl/certs/ca-certificates.crt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AFAIK you don't need this.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was needed to install nuget from an https endpoint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants