mirror of
https://github.com/ciromattia/kcc
synced 2026-05-13 02:52:20 +00:00
change repository to ciromattia
This commit is contained in:
12
Dockerfile
12
Dockerfile
@@ -143,14 +143,14 @@ COPY --from=compile-armv7 /opt/venv /opt/venv
|
||||
# Select final stage based on TARGETARCH ARG
|
||||
FROM build-${TARGETARCH}${TARGETVARIANT}
|
||||
LABEL com.kcc.name="Kindle Comic Converter"
|
||||
LABEL com.kcc.author="Ciro Mattia Gonano and Paweł Jastrzębski"
|
||||
LABEL com.kcc.author="Ciro Mattia Gonano, Paweł Jastrzębski and Darodi"
|
||||
LABEL org.opencontainers.image.description='Kindle Comic Converter'
|
||||
LABEL org.opencontainers.image.documentation='https://github.com/darodi/kcc'
|
||||
LABEL org.opencontainers.image.source='https://github.com/darodi/kcc'
|
||||
LABEL org.opencontainers.image.documentation='https://github.com/ciromattia/kcc'
|
||||
LABEL org.opencontainers.image.source='https://github.com/ciromattia/kcc'
|
||||
LABEL org.opencontainers.image.authors='darodi'
|
||||
LABEL org.opencontainers.image.url='https://github.com/darodi/kcc'
|
||||
LABEL org.opencontainers.image.documentation='https://github.com/darodi/kcc'
|
||||
LABEL org.opencontainers.image.vendor='darodi'
|
||||
LABEL org.opencontainers.image.url='https://github.com/ciromattia/kcc'
|
||||
LABEL org.opencontainers.image.documentation='https://github.com/ciromattia/kcc'
|
||||
LABEL org.opencontainers.image.vendor='ciromattia'
|
||||
LABEL org.opencontainers.image.licenses='ISC'
|
||||
LABEL org.opencontainers.image.title="Kindle Comic Converter"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user