Hi Roy, You can try using the container builder <https://cloud.google.com/container-builder/docs/> API to run your image builds in App Engine (rather than relying on the local docker installation). To do this, run:
$ gcloud config set app/use_cloud_build true Then try a deployment again using aedeploy. On Tue, Feb 16, 2016 at 7:32 PM, Roy Palacios <[email protected]> wrote: > Hello, > > I have a Go project running on ManagedVMs and wanted to try the Cloud > Shell. > > So, I have my repository in $HOME/default and a symbolic link from my > repository to $GOPATH > > The problem is that whenever I pull changes from the Cloud Shell and try > to deploy with aedeploy, I end up using the Docker Cache and the changes > are not reflected. > > I guess it is because somehow the build process didnt detect the changes. > > Is there anything to fix this? My workaround now is just to do some dummy > code change using the Cloud Shell. > > Thanks, > Roy > > roy_palacios@sanguine-form-95600:~/default/ > xxxxxxxxxxxxxxx.pe/module/batch$ git pullUnpacking objects: 100% (6/6), > done.From > https://source.developers.google.com/p/sanguine-form-95600/r/default > 8fd0d40..08c487b master -> origin/masterUpdating 8fd0d40..08c487b > Fast-forward cpe.pe/batch/padronbatch/padronbatch.go | 9 +++++++++ 1 file > changed, 9 insertions(+)roy_palacios@sanguine-form-95600:~/default/ > xxxxxxxxxx.pe/module/batch$ aedeploy gcloud preview app deploy app.yamlYou > are about to deploy the following modules: - sanguine-form-95600/batch > (from [/tmp/aedeploy433757798/app.yaml]) Deployed URL: [xxxxxxxxxxxxxxxxx]Do > you want to continue (Y/n)? yBeginning deployment...Verifying that > Managed VMs are enabled and ready.Building and pushing image for module > [batch]-------------------------------------------------------------------------------- > DOCKER BUILD OUTPUT > ---------------------------------------------------------------------------------Step > 1 : FROM gcr.io/google_appengine/golang---> 28d7c86afc7aStep 2 : COPY . > /go/src/app---> Using cache---> 9e8c6f93f56cStep 3 : RUN go-wrapper > install -tags appenginevm---> Using cache---> 6693827d78cdSuccessfully > built 6693827d78cd > --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Copying > files to Google Cloud Storage...Synchronizing files to [gs:// > staging.sanguine-form-95600.appspot.com/].Updating module > [batch]...done.Deployed > module [batch] to [xxxxxxxxxx] > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/google-appengine. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-appengine/2e8f6844-3f7b-45ba-973d-9ab89e1a8ada%40googlegroups.com > <https://groups.google.com/d/msgid/google-appengine/2e8f6844-3f7b-45ba-973d-9ab89e1a8ada%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Andrew Jessup | Product Manager, Google Cloud Platform | [email protected] -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CAEF6f2vo-QPCOqwcyu_D_nBZRBshtTXXjNmERCQT9%3D0QB%3DotjA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
