Skip to content

Commit

Permalink
ENV -> ARG
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Feb 12, 2025
1 parent a2ca4ab commit 1b1799a
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ LABEL License="MIT License"
# Start s6
ENTRYPOINT [ "/init" ]

ENV \
ARG \
# renovate: datasource=repology depName=alpine_3_20/bash
BASH_VERSION=5.2.26-r0 \
# renovate: datasource=repology depName=alpine_3_20/curl
Expand Down
2 changes: 1 addition & 1 deletion cantaloupe/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN --mount=type=cache,id=cantaloupe-downloads-${TARGETARCH},sharing=locked,targ
mv "/opt/cantaloupe/cantaloupe-${CANTALOUPE_VERSION}.jar" "/opt/cantaloupe/cantaloupe.jar" && \
cleanup.sh

ENV \
ARG \
# renovate: datasource=repology depName=alpine_3_20/ffmpeg
FFMPEG_VERSION=6.1.1-r8 \
# renovate: datasource=repology depName=alpine_3_20/openjpeg-tools
Expand Down
2 changes: 1 addition & 1 deletion code-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN --mount=type=bind,source=rootfs/var/lib/nginx/.composer,target=/composer \
composer install -n -d /var/lib/nginx/.composer && \
cleanup.sh

ENV \
ARG \
# renovate: datasource=repology depName=alpine_3_20/alpine-sdk
ALPINE_SDK_VERSION=1.0-r1 \
# renovate: datasource=repology depName=alpine_3_20/docker-cli
Expand Down
2 changes: 1 addition & 1 deletion fits/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN --mount=type=cache,id=fits-downloads-${TARGETARCH},sharing=locked,target=/op
rm /opt/fits/lib/jna-* && \
cleanup.sh

ENV \
ARG \
# renovate: datasource=repology depName=alpine_3_20/file
FILE_VERSION=5.45-r1 \
# renovate: datasource=repology depName=alpine_3_20/java-jna
Expand Down
2 changes: 1 addition & 1 deletion homarus/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN --mount=type=cache,id=homarus-composer-${TARGETARCH},sharing=locked,target=/
ln -s /var/www/crayfish/Homarus/public /var/www/html && \
cleanup.sh

ENV \
ARG \
# renovate: datasource=repology depName=alpine_3_20/ffmpeg
FFMPEG_VERSION=6.1.1-r8

Expand Down
2 changes: 1 addition & 1 deletion hypercube/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN --mount=type=cache,id=hypercube-composer-${TARGETARCH},sharing=locked,target
ln -s /var/www/crayfish/Hypercube/public /var/www/html && \
cleanup.sh

ENV \
ARG \
# renovate: datasource=repology depName=alpine_3_20/poppler-utils
POPPLER_VERSION=24.02.0-r2 \
# renovate: datasource=repology depName=alpine_3_20/tesseract-ocr
Expand Down
2 changes: 1 addition & 1 deletion java/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM base

ARG TARGETARCH

ENV \
ARG \
# renovate: datasource=repology depName=alpine_3_20/openjdk17
OPENJDK_VERSION=17.0.14_p7-r0 \
# renovate: datasource=repology depName=alpine_3_20/maven
Expand Down
2 changes: 1 addition & 1 deletion mariadb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG TARGETARCH

EXPOSE 3306

ENV \
ARG \
# renovate: datasource=repology depName=alpine_3_20/mariadb
MARIADB_VERSION=10.11.10-r0

Expand Down
2 changes: 1 addition & 1 deletion nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN --mount=type=cache,id=download-downloads-${TARGETARCH},sharing=locked,target
chmod a+x /usr/bin/composer && \
cleanup.sh

ENV \
ARG \
# renovate: datasource=repology depName=alpine_3_20/icu-data-full
ICU_VERSION=74.2-r0 \
# renovate: datasource=repology depName=alpine_3_20/nginx
Expand Down
2 changes: 1 addition & 1 deletion postgresql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG TARGETARCH

EXPOSE 5432

ENV \
ARG \
# renovate: datasource=repology depName=alpine_3_20/postgresql16
POSTGRESQL_VERSION=16.6-r0

Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"^Dockerfile$"
],
"matchStrings": [
"(\\s+)?#\\s*renovate:\\s*datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?(\\s+)?(ENV)?.*?_VERSION=(?<currentValue>.*)\\s"
"(\\s+)?#\\s*renovate:\\s*datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?(\\s+)?(ARG)?.*?_VERSION=(?<currentValue>.*)\\s"
],
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}loose{{/if}}"
}
Expand Down
2 changes: 1 addition & 1 deletion riprap/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ EXPOSE 8000

WORKDIR /var/www/riprap

ENV \
ARG \
# renovate: datasource=repology depName=alpine_3_20/php83
PHP_VERSION=8.3.15-r0

Expand Down

0 comments on commit 1b1799a

Please sign in to comment.