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

Update to debian stable #121

Open
nanu-c opened this issue Oct 7, 2018 · 13 comments
Open

Update to debian stable #121

nanu-c opened this issue Oct 7, 2018 · 13 comments

Comments

@nanu-c
Copy link

nanu-c commented Oct 7, 2018

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

@iehdk
Copy link

iehdk commented Nov 20, 2018

Possibly refer to Debian stable and not a named release?

@nanu-c
Copy link
Author

nanu-c commented Nov 20, 2018

Would be great

@imhazige
Copy link

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

I can not deploy my app.

Could @jshimko make a update?

@ciaran-finnegan
Copy link

ciaran-finnegan commented Mar 26, 2019

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.

@DeciderWill
Copy link

DeciderWill commented Mar 26, 2019

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?

@johnnyutahio
Copy link

johnnyutahio commented Mar 26, 2019 via email

@vineethmadathil
Copy link

vineethmadathil commented Mar 27, 2019

@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```

@ciaran-finnegan
Copy link

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.

@vineethmadathil
Copy link

@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.

@ciaran-finnegan
Copy link

ciaran-finnegan commented Mar 29, 2019

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

@jshimko
Copy link
Owner

jshimko commented Mar 29, 2019

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!

@vineethmadathil
Copy link

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

@ciaran-finnegan
Copy link

Thanks for testing

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

8 participants