Skip to content

Commit

Permalink
update docker and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tamada committed Jul 12, 2021
1 parent ebb7f45 commit beffdfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL maintainer="Haruaki Tamada" \

RUN adduser -D scv \
&& apk --no-cache add --update --virtual .builddeps curl tar \
&& curl -s -L -O https://github.com/tamada/scv/realeases/download/v${version}/scv-${version}_linux_amd64.tar.gz \
&& curl -s -L -O https://github.com/tamada/scv/releases/download/v${version}/scv-${version}_linux_amd64.tar.gz \
# && curl -s -L -o scv-${version}_linux_amd64.tar.gz https://www.dropbox.com/s/3rxslv4jufwgh3r/scv-1.0.0_linux_amd64.tar.gz?dl=0 \
&& tar xfz scv-${version}_linux_amd64.tar.gz \
&& mv scv-${version} /opt \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg?logo=spdx)](https://github.com/tamada/scv/blob/main/LICENSE)
[![Version](https://img.shields.io/badge/Version-1.0.0-blue.svg)](https://github.com/tamada/scv/releases/tag/v1.0.0)
[![DOI](https://zenodo.org/badge/370333808.svg)](https://zenodo.org/badge/latestdoi/370333808)

[![Docker](https://img.shields.io/badge/Docker-ghcr.io%2Ftamada%2Fscv%3A1.0.0-green?logo=docker)](https://github.com/users/tamada/packages/container/package/scv)

Expand Down

0 comments on commit beffdfe

Please sign in to comment.