meteor-launchpad icon indicating copy to clipboard operation
meteor-launchpad copied to clipboard

Update to debian stable

Open nanu-c opened this issue 7 years ago • 13 comments

Support for Debian Jessie ends on June 30, 2020, until then, the base docker image has to be updated to stretch :)

nanu-c avatar Oct 07 '18 13:10 nanu-c

Possibly refer to Debian stable and not a named release?

iehdk avatar Nov 20 '18 09:11 iehdk

Would be great

nanu-c avatar Nov 20 '18 09:11 nanu-c

It already not work now because of this issue. https://lists.debian.org/debian-devel-announce/2019/03/msg00006.html https://github.com/docker-library/official-images/issues/3551

I can not deploy my app.

Could @jshimko make a update?

imhazige avatar Mar 26 '19 06:03 imhazige

Hi @imhazige & @jshimko,

#130 I've updated to use Debian:stretch and submitted a pull request

@imhazige - in the interim you can use the following in your Dockerfile

FROM johnnyutahio/meteor-launchpad:latest

And thank you @jshimko for creating and maintaining this repo.

ciaran-finnegan avatar Mar 26 '19 19:03 ciaran-finnegan

Hi @imhazige & @jshimko,

#130 I've updated to use Debian:stretch and submitted a pull request

@imhazige - in the interim you can use the following in your Dockerfile

FROM johnnyutahio/meteor-launchpad:latest

And thank you @jshimko for creating and maintaining this repo.

Hi @slartibastfast - thanks for setting that up, you beat me to do it! However when I pull your image I get Step 1/1 : FROM johnnyutahio/meteor-launchpad:latest pull access denied for johnnyutahio/meteor-launchpad, repository does not exist or may require 'docker login', have you published your image publicly?

DeciderWill avatar Mar 26 '19 21:03 DeciderWill

@DeciderWill Oops I forgot to push it, it should be there now if you try again!

johnnyutahio avatar Mar 26 '19 21:03 johnnyutahio

@johnnyutahio I am getting the following error while using johnnyutahio/meteor-launchpad:latest. Could you please check.


Warning: apt-key output should not be parsed (stdout is not a terminal)
Executing: /tmp/apt-key-gpghome.wGTZTKtGv5/gpg.1.sh --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 0C49F3730359A14518585931BC711F9BA15703C6
gpg: failed to start the dirmngr '/usr/bin/dirmngr': No such file or directory
gpg: connecting dirmngr at '/tmp/apt-key-gpghome.wGTZTKtGv5/S.dirmngr' failed: No such file or directory
gpg: keyserver receive failed: No dirmngr
The command '/bin/sh -c cd $APP_SOURCE_DIR &&   $BUILD_SCRIPTS_DIR/install-deps.sh &&   $BUILD_SCRIPTS_DIR/install-node.sh &&   $BUILD_SCRIPTS_DIR/install-phantom.sh &&   $BUILD_SCRIPTS_DIR/install-graphicsmagick.sh &&   $BUILD_SCRIPTS_DIR/install-mongo.sh &&   $BUILD_SCRIPTS_DIR/install-meteor.sh &&   $BUILD_SCRIPTS_DIR/build-meteor.sh &&   $BUILD_SCRIPTS_DIR/post-build-cleanup.sh' returned a non-zero code: 2```

vineethmadathil avatar Mar 27 '19 09:03 vineethmadathil

Hi @vineethmadathil

Can you confirm if you are are choosing to install MONGO locally via launchpad.conf or other means?

If so I think I missed a reference to debian:jessie in the MongoDB installation script. I have corrected and pushed a new version of the docker image if you would like to try again?

FROM johnnyutahio/meteor-launchpad:latest

(Please let me know if this works and I'll submit a new PR)

Thanks.

ciaran-finnegan avatar Mar 27 '19 20:03 ciaran-finnegan

@slartibastfast I was using build arguments to install MONGO (--build-arg INSTALL_MONGO=true ). I tried the latest image and I am still getting the same issue.

vineethmadathil avatar Mar 28 '19 08:03 vineethmadathil

Hi @vineethmadathil

Thanks for testing. I've changed the default Mongo DB version to 4.0.8. It's now working for me with (--build-arg INSTALL_MONGO=true) if you'd like to try again.

FROM johnnyutahio/meteor-launchpad:latest

@jshimko - see #130

ciaran-finnegan avatar Mar 29 '19 21:03 ciaran-finnegan

I apologize for the wait guys. I haven't had as much available free time to maintain this project as I'd like, but I'll dig into all of this over the weekend and get some updates pushed out. Thanks for your patience!

jshimko avatar Mar 29 '19 21:03 jshimko

Hi @vineethmadathil

Thanks for testing. I've changed the default Mongo DB version to 4.0.8. It's now working for me with (--build-arg INSTALL_MONGO=true) if you'd like to try again.

FROM johnnyutahio/meteor-launchpad:latest

@jshimko - see #130

It was actually the issue with Mongo DB version. I also tried changing the Mongo version and now it is working for me. Thanks

vineethmadathil avatar Mar 30 '19 14:03 vineethmadathil

Thanks for testing

ciaran-finnegan avatar Mar 30 '19 17:03 ciaran-finnegan