Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion v22.04/Dockerfile.multiarch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/ubuntu:22.04@sha256:5e5b128eb4ff35ee52687c20d081dcc15b8cb55e113247683f435224fc58b956
FROM docker.io/ubuntu:22.04@sha256:eb29ed27b0821dca09c2e28b39135e185fc1302036427d5f4d70a41ce8fd7659

LABEL maintainer="ownCloud GmbH <devops@owncloud.com>" \
org.opencontainers.image.authors="ownCloud DevOps <devops@owncloud.com>" \
Expand All @@ -15,11 +15,11 @@
ENV TERM=xterm

# renovate: datasource=github-releases depName=hairyhenderson/gomplate
ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v5.0.0}"

Check warning on line 18 in v22.04/Dockerfile.multiarch

View workflow job for this annotation

GitHub Actions / build (22.04) / build

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$GOMPLATE_VERSION' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
# renovate: datasource=github-releases depName=owncloud-ci/wait-for
ENV WAIT_FOR_VERSION="${WAIT_FOR_VERSION:-v2.0.9}"

Check warning on line 20 in v22.04/Dockerfile.multiarch

View workflow job for this annotation

GitHub Actions / build (22.04) / build

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$WAIT_FOR_VERSION' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
# renovate: datasource=github-releases depName=owncloud-ci/retry
ENV RETRY_VERSION="${RETRY_VERSION:-v2.0.0}"

Check warning on line 22 in v22.04/Dockerfile.multiarch

View workflow job for this annotation

GitHub Actions / build (22.04) / build

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$RETRY_VERSION' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

RUN apt-get update -y && \
apt-get install --no-install-recommends -y \
Expand Down
Loading