cleanup
This commit is contained in:
parent
093e653d48
commit
f50f51d64d
@ -20,8 +20,6 @@ steps:
|
||||
api_key:
|
||||
from_secret: gitea_token
|
||||
base_url: https://gitea.rknet.org
|
||||
files:
|
||||
- dist/*
|
||||
note: CHANGELOG.md
|
||||
overwrite: true
|
||||
title: ${CI_COMMIT_TAG}
|
||||
|
@ -1,11 +1,11 @@
|
||||
FROM node:lts-alpine3.16@sha256:1eabdb1aa3f6e68558c08501572731db560d10c2194a67d3417103b0a9868693
|
||||
FROM docker.io/node:lts-alpine3.16@sha256:1eabdb1aa3f6e68558c08501572731db560d10c2194a67d3417103b0a9868693
|
||||
|
||||
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
|
||||
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
|
||||
LABEL org.opencontainers.image.title="alpine-tools"
|
||||
LABEL org.opencontainers.image.url="https://gitea.rknet.org/docker/alpine-tools"
|
||||
LABEL org.opencontainers.image.source="https://gitea.rknet.org/docker/alpine-tools"
|
||||
LABEL org.opencontainers.image.documentation="https://gitea.rknet.org/docker/alpine-tools"
|
||||
LABEL org.opencontainers.image.url="https://gitea.rknet.org/container/alpine-tools"
|
||||
LABEL org.opencontainers.image.source="https://gitea.rknet.org/container/alpine-tools"
|
||||
LABEL org.opencontainers.image.documentation="https://gitea.rknet.org/container/alpine-tools"
|
||||
|
||||
ARG TARGETOS
|
||||
ARG TARGETARCH
|
||||
|
@ -7,8 +7,8 @@ Custom Alpine image including a common toolkit
|
||||
[![Build Status](https://ci.rknet.org/api/badges/container/alpine-tools/status.svg)](https://ci.rknet.org/repos/container/alpine-tools)
|
||||
[![Docker Hub](https://img.shields.io/badge/dockerhub-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/thegeeklab/alpine)
|
||||
[![Quay.io](https://img.shields.io/badge/quay-latest-blue.svg?logo=docker&logoColor=white)](https://quay.io/repository/thegeeklab/alpine)
|
||||
[![Source: Gitea](https://img.shields.io/badge/source-gitea-blue.svg?logo=gitea&logoColor=white)](https://gitea.rknet.org/docker/alpine-tools)
|
||||
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/docker/alpine-tools/src/branch/main/LICENSE)
|
||||
[![Source: Gitea](https://img.shields.io/badge/source-gitea-blue.svg?logo=gitea&logoColor=white)](https://gitea.rknet.org/container/alpine-tools)
|
||||
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/container/alpine-tools/src/branch/main/LICENSE)
|
||||
|
||||
<!-- spellchecker-enable -->
|
||||
|
||||
@ -33,4 +33,4 @@ Custom Alpine image including a common toolkit.
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the MIT License - see the [LICENSE](https://gitea.rknet.org/docker/alpine-tools/src/branch/main/LICENSE) file for details.
|
||||
This project is licensed under the MIT License - see the [LICENSE](https://gitea.rknet.org/container/alpine-tools/src/branch/main/LICENSE) file for details.
|
||||
|
Loading…
Reference in New Issue
Block a user