Skip to content

Commit

Permalink
rename repository
Browse files Browse the repository at this point in the history
  • Loading branch information
jnovack committed Aug 27, 2020
1 parent 1a9fc50 commit ed1db65
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 23 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ ARG DESCRIPTION="no description"
ARG PACKAGE="user/repo"
ARG VERSION="dirty"

LABEL org.opencontainers.image.ref.name="jnovack/autossh" \
LABEL org.opencontainers.image.ref.name="${PACKAGE}" \
org.opencontainers.image.created=$BUILD_RFC3339 \
org.opencontainers.image.authors="Justin J. Novack <jnovack@gmail.com>" \
org.opencontainers.image.documentation="https://github.com/jnovack/docker-autossh/README.md" \
org.opencontainers.image.description="Highly customizable AutoSSH docker container." \
org.opencontainers.image.documentation="https://github.com/${PACKAGE}/README.md" \
org.opencontainers.image.description="${DESCRIPTION}" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.source="https://github.com/jnovack/docker-autossh" \
org.opencontainers.image.source="https://github.com/${PACKAGE}" \
org.opencontainers.image.revision=$REVISION \
org.opencontainers.image.version=$VERSION \
org.opencontainers.image.url="https://hub.docker.com/r/jnovack/autossh/"
org.opencontainers.image.url="https://hub.docker.com/r/${PACKAGE}/"

RUN \
apk --no-cache add \
Expand Down
10 changes: 5 additions & 5 deletions Dockerfile.arm32v6
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ ARG DESCRIPTION="no description"
ARG PACKAGE="user/repo"
ARG VERSION="dirty"

LABEL org.opencontainers.image.ref.name="jnovack/autossh" \
LABEL org.opencontainers.image.ref.name="${PACKAGE}" \
org.opencontainers.image.created=$BUILD_RFC3339 \
org.opencontainers.image.authors="Justin J. Novack <jnovack@gmail.com>" \
org.opencontainers.image.documentation="https://github.com/jnovack/docker-autossh/README.md" \
org.opencontainers.image.description="Highly customizable AutoSSH docker container." \
org.opencontainers.image.documentation="https://github.com/${PACKAGE}/README.md" \
org.opencontainers.image.description="${DESCRIPTION}" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.source="https://github.com/jnovack/docker-autossh" \
org.opencontainers.image.source="https://github.com/${PACKAGE}" \
org.opencontainers.image.revision=$REVISION \
org.opencontainers.image.version=$VERSION \
org.opencontainers.image.url="https://hub.docker.com/r/jnovack/autossh/"
org.opencontainers.image.url="https://hub.docker.com/r/${PACKAGE}/"

RUN \
apk --no-cache add \
Expand Down
10 changes: 5 additions & 5 deletions Dockerfile.arm32v7
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ ARG DESCRIPTION="no description"
ARG PACKAGE="user/repo"
ARG VERSION="dirty"

LABEL org.opencontainers.image.ref.name="jnovack/autossh" \
LABEL org.opencontainers.image.ref.name="${PACKAGE}" \
org.opencontainers.image.created=$BUILD_RFC3339 \
org.opencontainers.image.authors="Justin J. Novack <jnovack@gmail.com>" \
org.opencontainers.image.documentation="https://github.com/jnovack/docker-autossh/README.md" \
org.opencontainers.image.description="Highly customizable AutoSSH docker container." \
org.opencontainers.image.documentation="https://github.com/${PACKAGE}/README.md" \
org.opencontainers.image.description="${DESCRIPTION}" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.source="https://github.com/jnovack/docker-autossh" \
org.opencontainers.image.source="https://github.com/${PACKAGE}" \
org.opencontainers.image.revision=$REVISION \
org.opencontainers.image.version=$VERSION \
org.opencontainers.image.url="https://hub.docker.com/r/jnovack/autossh/"
org.opencontainers.image.url="https://hub.docker.com/r/${PACKAGE}/"

RUN \
apk --no-cache add \
Expand Down
10 changes: 5 additions & 5 deletions Dockerfile.arm64v8
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ ARG DESCRIPTION="no description"
ARG PACKAGE="user/repo"
ARG VERSION="dirty"

LABEL org.opencontainers.image.ref.name="jnovack/autossh" \
LABEL org.opencontainers.image.ref.name="${PACKAGE}" \
org.opencontainers.image.created=$BUILD_RFC3339 \
org.opencontainers.image.authors="Justin J. Novack <jnovack@gmail.com>" \
org.opencontainers.image.documentation="https://github.com/jnovack/docker-autossh/README.md" \
org.opencontainers.image.description="Highly customizable AutoSSH docker container." \
org.opencontainers.image.documentation="https://github.com/${PACKAGE}/README.md" \
org.opencontainers.image.description="${DESCRIPTION}" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.source="https://github.com/jnovack/docker-autossh" \
org.opencontainers.image.source="https://github.com/${PACKAGE}" \
org.opencontainers.image.revision=$REVISION \
org.opencontainers.image.version=$VERSION \
org.opencontainers.image.url="https://hub.docker.com/r/jnovack/autossh/"
org.opencontainers.image.url="https://hub.docker.com/r/${PACKAGE}/"

RUN \
apk --no-cache add \
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# docker-autossh

[![Docker](https://badgen.net/badge/jnovack/autossh/blue?icon=docker)](https://hub.docker.com/r/jnovack/autossh)
[![Github](https://badgen.net/badge/jnovack/docker-autossh/purple?icon=github)](https://github.com/jnovack/docker-autossh)
[![Github](https://badgen.net/badge/jnovack/autossh/purple?icon=github)](https://github.com/jnovack/autossh)

Highly customizable AutoSSH docker container.

Expand Down Expand Up @@ -108,15 +108,15 @@ ensure the key for the container is separate from your normal user key in the
event there is ever a need to revoke one or the other.

```text
$ ssh-keygen -t rsa -b 4096 -C "docker-autossh" -f autossh_id_rsa
$ ssh-keygen -t rsa -b 4096 -C "autossh" -f autossh_id_rsa
Generating public/private rsa key pair.
Enter file in which to save the key (/home/jnovack/autossh_id_rsa):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /home/jnovack/autossh_id_rsa.
Your public key has been saved in /home/jnovack/autossh_id_rsa.pub.
The key fingerprint is:
00:11:22:33:44:55:66:77:88:99:aa:bb:cc:dd:ee:ff docker-autossh
00:11:22:33:44:55:66:77:88:99:aa:bb:cc:dd:ee:ff autossh
The key's randomart image is:
+-----[ RSA 4096]-----+
| _.-'''''-._ |
Expand Down

0 comments on commit ed1db65

Please sign in to comment.