Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Prudhvi31999 opened this issue Nov 15, 2024 · 0 comments
Open

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

Prudhvi31999 opened this issue Nov 15, 2024 · 0 comments

Comments

@Prudhvi31999
Copy link

Prudhvi31999 commented Nov 15, 2024

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant