-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Upgrade to v3005 Phosphorus #152
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cdalvaro
added
dependencies
Pull requests that update a dependency file
docker
Pull requests that update Docker code
labels
Jun 22, 2022
There is an issue with python
Full log
As mention in saltstack/salt#61819 (comment) it should be fixed with python More info at: https://bugs.python.org/issue44246 Updated It still happens on with python Same issue reported on saltstack/salt#62229 |
cdalvaro
force-pushed
the
feature/upgrade_ubuntu_image
branch
from
June 22, 2022 08:00
1783dc8
to
6f1891c
Compare
cdalvaro
changed the title
Change Docker base image to ubuntu:jammy-20220531
Upgrade to v3005 _Phosphorus_
Jul 19, 2022
cdalvaro
force-pushed
the
feature/upgrade_ubuntu_image
branch
from
July 19, 2022 06:58
86dcc66
to
157cc86
Compare
cdalvaro
force-pushed
the
feature/upgrade_ubuntu_image
branch
from
July 21, 2022 11:30
8ba9b46
to
f2c07f0
Compare
cdalvaro
force-pushed
the
feature/upgrade_ubuntu_image
branch
from
August 12, 2022 14:20
97a1bf7
to
c1b6d92
Compare
cdalvaro
force-pushed
the
feature/upgrade_ubuntu_image
branch
from
August 14, 2022 09:25
c01869f
to
27b6694
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
docker
Pull requests that update Docker code
keep-alive
Prevent Stale bot for closing the issue
upgrade
Upgrade saltstack to a newer version
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
salt-master
to3005
Phosphorussalt-bootstrap
to version2022.08.12
ubuntu:jammy-20220801
python3
default distro versionpython3-pygit2
version1.6.1
from Ubuntu repositoriesUSERMAP_UID
andUSERMAP_GID
env variables in favor ofPUID
andPGID
, respectively.Ubuntu
jammy-20220801
installs nowlibssh2 1.10.0
from Ubuntu's repositories which is supposed to solved issue #106 as said on libgit2/pygit2#836 (comment)These changes improve build times making them 38% faster and decrease installation scripts complexity.
Closes #154