Skip to content
Merged
Show file tree
Hide file tree
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:4f838adc7181d9039ac795a7d0aba05a9bd9ecd480d294483169c5def983b64d
FROM docker.io/ubuntu:22.04@sha256:0e0a0fc6d18feda9db1590da249ac93e8d5abfea8f4c3c0c849ce512b5ef8982

LABEL maintainer="ownCloud GmbH <[email protected]>" \
org.opencontainers.image.authors="ownCloud DevOps <[email protected]>" \
Expand All @@ -15,11 +15,11 @@
ENV TERM=xterm

# renovate: datasource=github-releases depName=hairyhenderson/gomplate
ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v5.1.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.1.0}"

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 upgrade -y && \
Expand Down
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:786a8b558f7be160c6c8c4a54f9a57274f3b4fb1491cf65146521ae77ff1dc54
FROM docker.io/ubuntu:24.04@sha256:4fbb8e6a8395de5a7550b33509421a2bafbc0aab6c06ba2cef9ebffbc7092d90

LABEL maintainer="ownCloud GmbH <[email protected]>" \
org.opencontainers.image.authors="ownCloud DevOps <[email protected]>" \
Expand All @@ -15,11 +15,11 @@
ENV TERM=xterm

# renovate: datasource=github-releases depName=hairyhenderson/gomplate
ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v5.1.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