conoha-net Dockerイメージ https://github.com/hironobu-s/conoha-net
FROM alpine
RUN apk --no-cache add ca-certificates
RUN wget https://github.com/hironobu-s/conoha-net/releases/download/current/conoha-net-linux.amd64.gz
RUN gunzip -c conoha-net-linux.amd64.gz > cn
RUN chmod +x cn
RUN mv cn /bin/
ENV OS_USERNAME {APIユーザー名}
ENV OS_PASSWORD {APIパスワード}
ENV OS_TENANT_NAME {テナント名}
ENV OS_AUTH_URL https://identity.tyo1.conoha.io/v2.0
ENV OS_REGION_NAME tyo1