We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8bb253 commit 2b56a33Copy full SHA for 2b56a33
.github/workflows/container.yml
@@ -45,8 +45,6 @@ jobs:
45
with:
46
images: |
47
${{ env.IMAGE_NAME }}
48
- labels: |
49
- io.artifacthub.package.readme-url=https://raw.githubusercontent.com/xoogware/crawlspace/main/README.md
50
51
- name: Build image
52
id: build
Containerfile
@@ -6,6 +6,11 @@ COPY . .
6
RUN cargo build --profile release-lto --features compression
7
8
FROM registry.access.redhat.com/ubi9/ubi-micro
9
+
10
+LABEL org.opencontainers.image.source=https://github.com/xoogware/crawlspace
11
+LABEL org.opencontainers.image.description="a tiny limbo server"
12
+LABEL org.opencontainers.image.licenses=AGPL-3.0-or-later
13
14
WORKDIR /app
15
COPY --from=build /app/target/release-lto/crawlspace .
16
0 commit comments