-
Notifications
You must be signed in to change notification settings - Fork 220
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
test/system: Bump secondary fedora image from 29 to 32 #780
Merged
HarryMichal
merged 1 commit into
containers:main
from
HarryMichal:test/system/bump-minimal-fedora-image
May 31, 2021
Merged
test/system: Bump secondary fedora image from 29 to 32 #780
HarryMichal
merged 1 commit into
containers:main
from
HarryMichal:test/system/bump-minimal-fedora-image
May 31, 2021
+18
−28
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
HarryMichal
added
6. Minor Change
Should not cause breakage
3. Refinement
Reduces technical debt of the codebase
2. Testing
Related to testing of Toolbox - unit, system,..
labels
May 26, 2021
HarryMichal
added a commit
to HarryMichal/toolbox
that referenced
this pull request
May 26, 2021
The fedora-toolbox:32 image is the first of images in the renamed toolbox image repository[0]. With the change we can drop the pull_image_old() function because it was kept only for the old image. [0] containers#615 containers#780
HarryMichal
force-pushed
the
test/system/bump-minimal-fedora-image
branch
from
May 26, 2021 22:39
758f829
to
c6eb3ee
Compare
Build failed.
|
HarryMichal
added a commit
to HarryMichal/toolbox
that referenced
this pull request
May 28, 2021
The fedora-toolbox:32 image is the first of images in the renamed toolbox image repository[0]. With the change we can drop the pull_image_old() function because it was kept only for the old image. [0] containers#615 containers#780
HarryMichal
force-pushed
the
test/system/bump-minimal-fedora-image
branch
from
May 28, 2021 09:43
c6eb3ee
to
24ff3f9
Compare
Build failed.
|
recheck |
Build failed.
|
recheck |
Build failed.
|
recheck |
Build failed.
|
recheck |
Build failed.
|
HarryMichal
added a commit
to HarryMichal/toolbox
that referenced
this pull request
May 31, 2021
The fedora-toolbox:32 image is the first of images in the renamed toolbox image repository[0]. With the change we can drop the pull_image_old() function because it was kept only for the old image. [0] containers#615 containers#780
HarryMichal
force-pushed
the
test/system/bump-minimal-fedora-image
branch
from
May 31, 2021 09:58
24ff3f9
to
bf3c911
Compare
The fedora-toolbox:32 image is the first of images in the renamed toolbox image repository[0]. With the change we can drop the pull_image_old() function because it was kept only for the old image. Seems like newer version of ShellCheck checks the validity of variable names (SC2153). This caused a false positive, so I silenced it. [0] containers#615 containers#780
Build failed.
|
HarryMichal
force-pushed
the
test/system/bump-minimal-fedora-image
branch
from
May 31, 2021 10:12
bf3c911
to
c5b9ea6
Compare
Build succeeded.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
2. Testing
Related to testing of Toolbox - unit, system,..
3. Refinement
Reduces technical debt of the codebase
6. Minor Change
Should not cause breakage
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.
The fedora-toolbox:32 image is the first of images in the renamed
toolbox image repository[0]. With the change we can drop the
pull_image_old() function because it was kept only for the old image.
[0] #615