minor cleanup

This commit is contained in:
sebthom 2023-05-09 23:00:07 +02:00
parent 37f7d0b82e
commit 4a76493e27
3 changed files with 6 additions and 5 deletions

View File

@ -1,5 +1,6 @@
#syntax=docker/dockerfile:1.4
# see https://github.com/moby/buildkit/blob/master/frontend/dockerfile/docs/syntax.md
# see https://github.com/moby/buildkit/blob/master/frontend/dockerfile/docs/syntax.md#user-content-syntax
# see https://docs.docker.com/build/dockerfile/frontend/
# see https://docs.docker.com/engine/reference/builder/#syntax
#
# SPDX-FileCopyrightText: © Vegard IT GmbH (https://vegardit.com)
@ -9,7 +10,7 @@
#
# https://hub.docker.com/_/debian?tab=tags&name=stable-slim
FROM debian:stable-slim as runtime-base-image
FROM debian:stable-slim
LABEL maintainer="Vegard IT GmbH (vegardit.com)"

View File

@ -1,5 +1,6 @@
#syntax=docker/dockerfile:1.4
# see https://github.com/moby/buildkit/blob/master/frontend/dockerfile/docs/syntax.md
# see https://github.com/moby/buildkit/blob/master/frontend/dockerfile/docs/syntax.md#user-content-syntax
# see https://docs.docker.com/build/dockerfile/frontend/
# see https://docs.docker.com/engine/reference/builder/#syntax
#
# SPDX-FileCopyrightText: © Vegard IT GmbH (https://vegardit.com)
@ -9,7 +10,7 @@
#
# https://hub.docker.com/_/debian?tab=tags&name=stable-slim
FROM debian:stable-slim as runtime-base-image
FROM debian:stable-slim
LABEL maintainer="Vegard IT GmbH (vegardit.com)"

View File

@ -5,7 +5,6 @@
# SPDX-License-Identifier: Apache-2.0
# SPDX-ArtifactOfProjectHomePage: https://github.com/vegardit/docker-gitea-act-runner
#
source /opt/bash-init.sh
#################################################