mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-18 02:54:03 +02:00
Added version as environment variable
This commit is contained in:
@@ -3,6 +3,14 @@
|
||||
# sudo docker run --rm -it --entrypoint sh ghcr.io/manimatter/decluttarr:dev
|
||||
|
||||
FROM python:3.10.13-slim
|
||||
|
||||
# Define a build-time argument for IMAGE_TAG
|
||||
ARG IMAGE_TAG
|
||||
|
||||
# Set an environment variable using the build-time argument
|
||||
ENV IMAGE_TAG_ENV=$IMAGE_TAG
|
||||
|
||||
|
||||
LABEL org.opencontainers.image.source="https://github.com/ManiMatter/decluttarr"
|
||||
|
||||
ENV IS_IN_DOCKER 1
|
||||
|
||||
Reference in New Issue
Block a user