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 v24.04/Dockerfile.multiarch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/ubuntu:24.04@sha256:d78ab76437b1afc5f01e223d6bf0172763f404bb166441328845adbef44518cb
FROM docker.io/ubuntu:24.04@sha256:33ceb71981b602c1a7443a53469e4dba065f7503eab3078a2d7a57a2ab987517

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.2.0}"

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

View workflow job for this annotation

GitHub Actions / build-native (24.04) / build (amd64, ubuntu-latest)

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/

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

View workflow job for this annotation

GitHub Actions / build-native (24.04) / build (arm64, ubuntu-24.04-arm)

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/

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

View workflow job for this annotation

GitHub Actions / build (24.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.1.0}"

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

View workflow job for this annotation

GitHub Actions / build-native (24.04) / build (amd64, ubuntu-latest)

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/

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

View workflow job for this annotation

GitHub Actions / build-native (24.04) / build (arm64, ubuntu-24.04-arm)

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/

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

View workflow job for this annotation

GitHub Actions / build (24.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 v24.04/Dockerfile.multiarch

View workflow job for this annotation

GitHub Actions / build-native (24.04) / build (amd64, ubuntu-latest)

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/

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

View workflow job for this annotation

GitHub Actions / build-native (24.04) / build (arm64, ubuntu-24.04-arm)

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/

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

View workflow job for this annotation

GitHub Actions / build (24.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 upgrade -y && \
Expand Down
Loading