You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ......."
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 ?
The text was updated successfully, but these errors were encountered: