Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README and Dockerfile cleanup #22

Merged
merged 1 commit into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ COPY ./snapshot_versions.json .

FROM snapshot-versions-getter-${snapshot_versions_type} as snapshot-versions-getter

FROM docker.io/node:22.12.0-alpine@sha256:6e80991f69cc7722c561e5d14d5e72ab47c0d6b6cfb3ae50fb9cf9a7b30fdf97 as caddyfile-builder

FROM docker.io/node:22.12.0-alpine@sha256:6e80991f69cc7722c561e5d14d5e72ab47c0d6b6cfb3ae50fb9cf9a7b30fdf97 as caddyfile-builder

COPY package.json package-lock.json ./
RUN npm install -g npm && npm install
Expand All @@ -51,7 +51,7 @@ FROM docker.io/caddy:2.8.4-alpine@sha256:e97e0e3f8f51be708a9d5fadbbd75e3398c22fc

LABEL org.opencontainers.image.authors="Hong Xu <[email protected]>"
LABEL org.opencontainers.image.title="Delpa Redirection Server"
LABEL org.opencontainers.image.source=https://github.com/delpa-org/redirection-server
LABEL org.opencontainers.image.source="https://github.com/delpa-org/redirection-server"
LABEL org.opencontainers.image.licenses=AGPL-3.0-or-later
LABEL org.opencontainers.image.url="https://delpa.org"

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You can retrieve the latest version by running:

docker pull ghcr.io/delpa-org/delpa-redirection-server:latest

You may use [podman][] in place of Docker in the command above.
You may use [podman][] in place of [Docker][] in the command above.

## Build and Run

Expand Down Expand Up @@ -80,6 +80,7 @@ Unless otherwise stated:
See the `COPYING` file for license details.

[Delpa meta issue tracker]: https://github.com/delpa-org/meta/issues
[Docker]: https://docs.docker.com/
[Forum]: https://github.com/delpa-org/meta/discussions
[issue tracker]: https://github.com/delpa-org/redirection-server/issues
[npm]: https://docs.npmjs.com/cli
Expand Down