[GH-ISSUE #142] Error #60

Closed
opened 2026-02-26 17:37:04 +03:00 by kerem · 9 comments
Owner

Originally created by @haarm on GitHub (Feb 15, 2026).
Original GitHub issue: https://github.com/Corsinvest/cv4pve-admin/issues/142

Edition

Community Edition (CE)

Version

2

Deployment Type

Docker

Bug Description

root@docker:/opt/cv4pve-admin-docker# docker compose up -d
WARN[0000] The "TAG" variable is not set. Defaulting to a blank string.
WARN[0000] The "TAG" variable is not set. Defaulting to a blank string.
WARN[0000] The "TAG" variable is not set. Defaulting to a blank string.
WARN[0000] The "TAG" variable is not set. Defaulting to a blank string.
unable to get image 'corsinvest/cv4pve-admin:TAG=$(echo "" | xargs)': Error response from daemon: invalid reference format

Steps to Reproduce

docker compose up -d

Expected Behavior

root@docker:/opt/cv4pve-admin-docker# docker compose up -d
WARN[0000] The "TAG" variable is not set. Defaulting to a blank string.
WARN[0000] The "TAG" variable is not set. Defaulting to a blank string.
WARN[0000] The "TAG" variable is not set. Defaulting to a blank string.
WARN[0000] The "TAG" variable is not set. Defaulting to a blank string.
unable to get image 'corsinvest/cv4pve-admin:TAG=$(echo "" | xargs)': Error response from daemon: invalid reference format

Actual Behavior

.

Relevant Logs


Screenshots

No response

Environment Details

No response

Additional Context

No response

Originally created by @haarm on GitHub (Feb 15, 2026). Original GitHub issue: https://github.com/Corsinvest/cv4pve-admin/issues/142 ### Edition Community Edition (CE) ### Version 2 ### Deployment Type Docker ### Bug Description root@docker:/opt/cv4pve-admin-docker# docker compose up -d WARN[0000] The "TAG" variable is not set. Defaulting to a blank string. WARN[0000] The "TAG" variable is not set. Defaulting to a blank string. WARN[0000] The "TAG" variable is not set. Defaulting to a blank string. WARN[0000] The "TAG" variable is not set. Defaulting to a blank string. unable to get image 'corsinvest/cv4pve-admin:TAG=$(echo "" | xargs)': Error response from daemon: invalid reference format ### Steps to Reproduce docker compose up -d ### Expected Behavior root@docker:/opt/cv4pve-admin-docker# docker compose up -d WARN[0000] The "TAG" variable is not set. Defaulting to a blank string. WARN[0000] The "TAG" variable is not set. Defaulting to a blank string. WARN[0000] The "TAG" variable is not set. Defaulting to a blank string. WARN[0000] The "TAG" variable is not set. Defaulting to a blank string. unable to get image 'corsinvest/cv4pve-admin:TAG=$(echo "" | xargs)': Error response from daemon: invalid reference format ### Actual Behavior . ### Relevant Logs ```shell ``` ### Screenshots _No response_ ### Environment Details _No response_ ### Additional Context _No response_
kerem 2026-02-26 17:37:04 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@franklupo commented on GitHub (Feb 15, 2026):

The current versione 2.0.0-rc1

<!-- gh-comment-id:3904679584 --> @franklupo commented on GitHub (Feb 15, 2026): The current versione 2.0.0-rc1
Author
Owner

@haarm commented on GitHub (Feb 15, 2026):

Yes, I have this error in the second version.
I have no idea what I need to change to make it work.
I've always used the binary version until now, but I don't think it's suitable for the new one.

<!-- gh-comment-id:3904755187 --> @haarm commented on GitHub (Feb 15, 2026): Yes, I have this error in the second version. I have no idea what I need to change to make it work. I've always used the binary version until now, but I don't think it's suitable for the new one.
Author
Owner

@franklupo commented on GitHub (Feb 15, 2026):

Use install script

https://corsinvest.github.io/cv4pve-admin/getting-started/

<!-- gh-comment-id:3904852026 --> @franklupo commented on GitHub (Feb 15, 2026): Use install script https://corsinvest.github.io/cv4pve-admin/getting-started/
Author
Owner

@haarm commented on GitHub (Feb 15, 2026):

I use this script, but as soon as I run docker compose up -d, I get the error

<!-- gh-comment-id:3904858139 --> @haarm commented on GitHub (Feb 15, 2026): I use this script, but as soon as I run docker compose up -d, I get the error
Author
Owner

@franklupo commented on GitHub (Feb 15, 2026):

You can attach the docker-compose.yaml file.

Best regards.

<!-- gh-comment-id:3905109753 --> @franklupo commented on GitHub (Feb 15, 2026): You can attach the docker-compose.yaml file. Best regards.
Author
Owner

@haarm commented on GitHub (Feb 15, 2026):

I use the standard file that comes with it.
Sorry for being so stupid, but Docker is not my world.

<!-- gh-comment-id:3905228014 --> @haarm commented on GitHub (Feb 15, 2026): I use the standard file that comes with it. Sorry for being so stupid, but Docker is not my world.
Author
Owner

@haarm commented on GitHub (Feb 15, 2026):

The problem probably lies in the .env file where the tag for the version it should download is set.
CV4PVE_ADMIN_TAG=TAG=$(echo ‘$TAG’ | xargs) # Trim whitespace
But what do I enter there?

<!-- gh-comment-id:3905286843 --> @haarm commented on GitHub (Feb 15, 2026): The problem probably lies in the .env file where the tag for the version it should download is set. CV4PVE_ADMIN_TAG=TAG=$(echo ‘$TAG’ | xargs) # Trim whitespace But what do I enter there?
Author
Owner

@franklupo commented on GitHub (Feb 16, 2026):

Replace manually
CV4PVE ADMIN TAG=2.0.0-rc1

I'll fix it

Best regards

<!-- gh-comment-id:3906931987 --> @franklupo commented on GitHub (Feb 16, 2026): Replace manually CV4PVE ADMIN TAG=2.0.0-rc1 I'll fix it Best regards
Author
Owner

@haarm commented on GitHub (Feb 16, 2026):

It is installing now, thank you very much.
But how do I access the website?
I have a Docker server without an X interface, and no bridge network is created.

<!-- gh-comment-id:3908578226 --> @haarm commented on GitHub (Feb 16, 2026): It is installing now, thank you very much. But how do I access the website? I have a Docker server without an X interface, and no bridge network is created.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cv4pve-admin#60
No description provided.