Since 0.5.0, the way that Docker App stores files pulled from a registry has been modified. This has resulted in the consequence that docker-app render can no longer functions offline. Prior to 0.5.0, the docker-app files were stored in the locally on docker as an image, so it could work in offline mode. We need an ability for these files to be cached locally as they were in 0.4.1
Additional information you deem important (e.g. issue happens only occasionally):
This functionality worked in 0.4.1, when docker images were being stored as local docker images.
Output of docker version:
Client:
Version: 18.06.1-ce
API version: 1.38
Go version: go1.10.3
Git commit: e68fc7a
Built: Tue Aug 21 17:23:03 2018
OS/Arch: linux/amd64
Experimental: false
Server:
Engine:
Version: 18.06.1-ce
API version: 1.38 (minimum version 1.12)
Go version: go1.10.3
Git commit: e68fc7a
Built: Tue Aug 21 17:25:29 2018
OS/Arch: linux/amd64
Experimental: false
Output of docker-app version:
Version: v0.6.0
Git commit: 9f9c6680
Built: Thu Oct 4 13:30:33 2018
OS/Arch: linux/amd64
Experimental: off
Renderers: none
Description
Since 0.5.0, the way that Docker App stores files pulled from a registry has been modified. This has resulted in the consequence that docker-app render can no longer functions offline. Prior to 0.5.0, the docker-app files were stored in the locally on docker as an image, so it could work in offline mode. We need an ability for these files to be cached locally as they were in 0.4.1
Steps to reproduce the issue:
docker-app render jhrabi/helloworld.dockerapp:0.1.0
- assuming default docker repo is set to Docker Hub (Based upon https://github.com/jhrabi/docker-app-helloworld)docker-app render jhrabi/helloworld.dockerapp:0.1.0
againDescribe the results you received: (With internet connectivity - first run)
(Without internet connectivity - second run)
Describe the results you expected: (Without internet connectivity - second run)
Additional information you deem important (e.g. issue happens only occasionally): This functionality worked in 0.4.1, when docker images were being stored as local docker images.
Output of
docker version
:Output of
docker-app version
:Output of
docker info
:Additional environment details (AWS, VirtualBox, physical, etc.): Running on VMWare Workstation 12