redirect (main)

Published 2024-08-21 08:39:36 +08:00 by 李寻欢 in lxh/redirect

Installation

docker pull gitee.ltd/lxh/redirect:main
sha256:dd27dea6ccd3617ea8ccaaffdbc8a164e42685cb0603cc8ed86e5eaff0a1b24f

About this package

跳转到其它url地址的中间页

Image Layers

ADD file:ecdfb91a737d6c292265c1b77ffd3d82ba810dd43ea4ef79714b66b1da74a5aa in /
CMD ["/bin/sh"]
LABEL org.opencontainers.image.authors=lxh@cxh.cn
RUN /bin/sh -c sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories && apk add --update --no-cache tzdata ca-certificates # buildkit
ENV TZ=Asia/Shanghai GIN_MODE=release
LABEL org.opencontainers.image.authors=lxh@cxh.cn
EXPOSE map[1234/tcp:{}]
WORKDIR /app
COPY /builder/app ./app # buildkit
COPY /builder/views ./views # buildkit
COPY /builder/assets ./assets # buildkit
CMD ["/bin/sh" "-c" "./app"]

Labels

Key Value
org.opencontainers.image.authors lxh@cxh.cn
org.opencontainers.image.created 2024-08-21T00:38:45.620Z
org.opencontainers.image.description 跳转到其它url地址的中间页
org.opencontainers.image.licenses
org.opencontainers.image.revision cea1ae4180d98ac718a04cc6dcbc18470e9221ef
org.opencontainers.image.source https://gitee.ltd/lxh/redirect
org.opencontainers.image.title redirect
org.opencontainers.image.url https://gitee.ltd/lxh/redirect
org.opencontainers.image.version main
Details
Container
2024-08-21 08:39:36 +08:00
4
OCI / Docker
linux/amd64
lxh@cxh.cn
12 MiB
Versions (1) View all
main 2024-08-21