From f50f51d64d3fb0db712f14eb5168214366a5eda1 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 7 Nov 2023 16:38:22 +0100 Subject: [PATCH] cleanup --- .woodpecker/build-package.yml | 2 -- Containerfile.multiarch | 8 ++++---- README.md | 6 +++--- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/.woodpecker/build-package.yml b/.woodpecker/build-package.yml index e98d80a..34a8589 100644 --- a/.woodpecker/build-package.yml +++ b/.woodpecker/build-package.yml @@ -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} diff --git a/Containerfile.multiarch b/Containerfile.multiarch index 9743183..146db80 100644 --- a/Containerfile.multiarch +++ b/Containerfile.multiarch @@ -1,11 +1,11 @@ -FROM node:lts-alpine3.16@sha256:1eabdb1aa3f6e68558c08501572731db560d10c2194a67d3417103b0a9868693 +FROM docker.io/node:lts-alpine3.16@sha256:1eabdb1aa3f6e68558c08501572731db560d10c2194a67d3417103b0a9868693 LABEL maintainer="Robert Kaussow " LABEL org.opencontainers.image.authors="Robert Kaussow " 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 diff --git a/README.md b/README.md index 1c16aa1..ff45ab4 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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.