Everything run normally until today when i get the following error when attempting to run apt-get update
I googled it in 2 hours but could not find anything.
My config file:
Debian have removed the old stable distributions from the mirror network except the security support under the LTS (Long Term Support) initiative. A valid approach would be to update to the current stable as base if at all possible.
I think the default version of CircleCI image is Debian 8 (Jessie) but now the stable version is Debian 9 (stretch)
We can use Debian 9 by changing: circleci/ruby:2.4.1-node-browsers to circleci/ruby:2.4.1-stretch-node-browsers
Ah, I thought I was able to fix it since in my project working good now.
So you mean, in the future, some problem might happen even though it’s currently working, right?
Thank you for telling me that. I’ll change it.
Using the fixes in here I was able to get my dev builds working but to compile our assets in Rails for production we use YUI which depends on java-jre. Can’t for the life of me get that working. Anyone had luck with that?
All images have been updated, However, if you are using an older tag we do not currently build it will not be updated. You can check this by visiting DockerHub and seeing if the upstream image shows that tag version as still building.
thanks , now i am facing issue with tomcat
The following packages have unmet dependencies:
tomcat8 : Depends: tomcat8-common (>= 8.0.14-1+deb8u11) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
which package i should add to resolve this.