-
Notifications
You must be signed in to change notification settings - Fork 24
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
Every update i make in the yml file fails. #65
Comments
Can confirm this issue, the image needs to be updated. Or can I manually run the commands to this existing image @edenoscherer ? |
I decided to use the official php image and just add everything I needed to run my gitlab deployment int the install script. I actually find it much better and very customizable .. maybe until they correct the bugs |
Sorry for the delay in answering
|
Thx, that did the trick! |
I have created a CICD and added a yml file
deploy_dev: stage: deploy_to_my_dev image: tetraweb/php:7.1 before_script: - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )' - apt-get update - apt-get autoclean - apt-get update - apt-get install sshpass script: - _other scripts_
However it was working before and now all it does is fail with the following errors.
`
Get:1 https://deb.nodesource.com jessie InRelease [4619 B]
Get:2 https://dl.yarnpkg.com stable InRelease [13.3 kB]
Get:3 http://security.debian.org jessie/updates InRelease [44.9 kB]
Ign http://deb.debian.org jessie InRelease
Ign http://deb.debian.org jessie-updates InRelease
Get:4 https://deb.nodesource.com jessie/main Sources [762 B]
Ign https://dl.yarnpkg.com stable InRelease
Get:5 http://deb.debian.org jessie Release.gpg [2420 B]
Get:6 https://deb.nodesource.com jessie/main amd64 Packages [1007 B]
Get:7 https://dl.yarnpkg.com stable/main amd64 Packages [8520 B]
Ign http://deb.debian.org jessie-updates Release.gpg
Get:8 http://deb.debian.org jessie Release [148 kB]
Ign http://deb.debian.org jessie-updates Release
Err http://deb.debian.org jessie-updates/main amd64 Packages
Err http://deb.debian.org jessie-updates/main amd64 Packages
Err http://deb.debian.org jessie-updates/main amd64 Packages
Err http://deb.debian.org jessie-updates/main amd64 Packages
Err http://deb.debian.org jessie-updates/main amd64 Packages
404 Not Found [IP: 151.101.112.204 80]
Get:9 http://deb.debian.org jessie/main amd64 Packages [9098 kB]
Get:10 http://security.debian.org jessie/updates/main amd64 Packages [825 kB]
Fetched 10.1 MB in 23s (437 kB/s)
W: GPG error: https://dl.yarnpkg.com stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 23E7166788B63E1E
W: Failed to fetch http://deb.debian.org/debian/dists/jessie-updates/main/binary-amd64/Packages 404 Not Found [IP: 151.101.112.204 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.
`
The text was updated successfully, but these errors were encountered: