Skip to content
Open
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 v20/Dockerfile.multiarch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM owncloud/ubuntu:20.04@sha256:ae5ffb91c7aaa60d4cd709227746e8027f4fb7ff684a0813ade8f3e7ded2a22e
FROM owncloud/ubuntu:24.04@sha256:44b39ff3986f3c3d9ec5f2db9ae404d2f25b4675806d0146c51124cd86442a09

LABEL maintainer="ownCloud GmbH <devops@owncloud.com>" \
org.opencontainers.image.title="ownCloud CI NodeJS" \
Expand All @@ -14,7 +14,7 @@
# renovate: datasource=github-releases depName=owncloud-ci/retry
ENV RETRY_VERSION="${RETRY_VERSION:-v2.0.0}"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="${PNPM_VERSION:-9.15.9}"

Check warning on line 17 in v20/Dockerfile.multiarch

View workflow job for this annotation

GitHub Actions / build (20)

Variables should be defined before their use

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

VOLUME ["/var/www/owncloud"]

Expand Down
2 changes: 1 addition & 1 deletion v22/Dockerfile.multiarch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM owncloud/ubuntu:22.04@sha256:872b791ab2d46d2ea6c8f3f52889fdd6846ff91c560379ec4ebd2985f56db9cc
FROM owncloud/ubuntu:24.04@sha256:44b39ff3986f3c3d9ec5f2db9ae404d2f25b4675806d0146c51124cd86442a09

LABEL maintainer="ownCloud GmbH <devops@owncloud.com>" \
org.opencontainers.image.title="ownCloud CI NodeJS" \
Expand All @@ -14,7 +14,7 @@
# renovate: datasource=github-releases depName=owncloud-ci/retry
ENV RETRY_VERSION="${RETRY_VERSION:-v2.0.0}"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="${PNPM_VERSION:-10.11.0}"

Check warning on line 17 in v22/Dockerfile.multiarch

View workflow job for this annotation

GitHub Actions / build (22)

Variables should be defined before their use

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

VOLUME ["/var/www/owncloud"]

Expand Down
2 changes: 1 addition & 1 deletion v24/Dockerfile.multiarch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM owncloud/ubuntu:22.04@sha256:872b791ab2d46d2ea6c8f3f52889fdd6846ff91c560379ec4ebd2985f56db9cc
FROM owncloud/ubuntu:24.04@sha256:44b39ff3986f3c3d9ec5f2db9ae404d2f25b4675806d0146c51124cd86442a09

LABEL maintainer="ownCloud GmbH <devops@owncloud.com>" \
org.opencontainers.image.title="ownCloud CI NodeJS" \
Expand All @@ -14,7 +14,7 @@
# renovate: datasource=github-releases depName=owncloud-ci/retry
ENV RETRY_VERSION="${RETRY_VERSION:-v2.0.0}"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="${PNPM_VERSION:-10.20.0}"

Check warning on line 17 in v24/Dockerfile.multiarch

View workflow job for this annotation

GitHub Actions / build (24)

Variables should be defined before their use

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

VOLUME ["/var/www/owncloud"]

Expand Down
Loading