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:561618e2c15bf2397621dd04f96926663a3b5616c189cf7e38db7e82f5c538ea
FROM docker.io/ubuntu:24.04@sha256:1428a953896eef9e62fc6ef60cad05bbf98769f6ea5f8c278e519b9dd168ab26

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 (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-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 (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 (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-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 (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 (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-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 (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