Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

docker-make -p ? Doesn't download dependencies #67

@Prudhvi31999

Description

@Prudhvi31999

Hi @avirshup / anyone.
I'm facing a situation here. gonna explain it here.
Issue: Dependencies are not downloading when I am giving the "docker-make -p ......."

Can be recreated by:
base-common:
description: Common layer for all linux base images
dependencies:
- url: https://jfrog.xxxx.xxxx.com/artifactory/local/docker/git-credential-netrc.perl
sha256: 0014f07641ee8148876e93fa469f0fd7d2a25112cf7af4927a84f140d923543f
- url: https://jfrog.xxxx.xxxx.com/artifactory/local/docker/tini-v0.19.0
sha256: 93dcc18adc78c65a028a84799ecf8ad40c936fdfc5f2a57b1acda5a8117fa82c
build_directory: .
ignore: |
!files/linux_apt.conf
!files/sacrificed.netrc
!https://jfrog.xxxx.xxxx.com/artifactory/local/docker/git-credential-netrc.perl
!https://jfrog.xxxx.xxxx.com/artifactory/local/docker/tini-v0.19.0
build: |
.
.
.

If you try the above using dockermake -p It is creating docker-files but not downloading the dependencies along.
Is there any way to achieve this ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions