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

ENT-9517: Modified zlib URL to adjust for new release (3.18) #1276

Closed
wants to merge 2 commits into from

Conversation

craigcomstock
Copy link
Contributor

  • Modified zlib URL to adjust for new release
  • Refactored sftp cache ssh key usage into the docker container for full pull/push usage

Keeping the old release requires using the https://zlib.net/fossils/ base URL

Ticket: ENT-9517
Changelog: none
(cherry picked from commit 1b5fad7)
…l pull/push usage

Before I was pulling the sftp cache on the host outside the container because
I couldn't figure out how to push the sftp cache private key inside the container.

When I changed a dependency, zlib in this case, the build scripts wanted to push
the new packages up to the sftp cache which failed due to lack of private key in the container.

This commit takes either a github secret or mystiko password and sets it as an environment variable inside the container for the build to use.

Ticket: ENT-10419
Changelog: none
(cherry picked from commit b989b9d)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant