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

updgrade deprecated packages #5

Open
balmas opened this issue Sep 26, 2019 · 2 comments
Open

updgrade deprecated packages #5

balmas opened this issue Sep 26, 2019 · 2 comments
Assignees
Labels

Comments

@balmas
Copy link
Member

balmas commented Sep 26, 2019

The following puppet modules are deprecated and need to be updated:

arioch-redis
garethr-docker
mayflower-php
puppetlabs-docker_platform
stankevich-python

@balmas balmas added the bug label Sep 26, 2019
@balmas
Copy link
Member Author

balmas commented Dec 22, 2020

garethr-docker now long works on new installs because it refers to a non existent package repository. Upgrading this should be a high priority.

@balmas balmas self-assigned this Dec 22, 2020
@balmas
Copy link
Member Author

balmas commented Dec 22, 2020

Notes on switching from garethr-docker to puppetlabs-docker:

  • use version 3.2 ( latest version that works with puppet 4.1 )
  • make sure that the image and the container do not use the same name. This causes the docker-inspect template to fail
  • you have to use the restart_on_healthy and the healthcheck command to get the container to start. healthcheck can be defined in the dockerfile or in the puppet params (example command: in Dockerfile HEALTHCHECK --interval=5s --timeout=3s --retries=3 CMD curl -f http://localhost:8080 || exit 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant