-
Notifications
You must be signed in to change notification settings - Fork 19
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
Dockerupgrade (#387) #399
Dockerupgrade (#387) #399
Conversation
* aws-docker update * el8 docker update * ubuntu-focal * jammy * focal quicker cmake * cp ssl 1 also
.github/workflows/pr-unit-test.yml
Outdated
image: latest | ||
image: d9f98e8 | ||
build: | ||
type: Release | ||
- os: ubuntu-focal-deb | ||
image: latest | ||
image: d9f98e8 | ||
build: | ||
type: Release | ||
- os: ubuntu-focal | ||
image: latest | ||
- os: ubuntu-jammy | ||
image: d9f98e8 | ||
build: | ||
type: Release | ||
- os: el8 | ||
image: latest | ||
image: d9f98e8 | ||
build: | ||
type: LCheck | ||
- os: el8 | ||
image: latest | ||
image: d9f98e8 | ||
build: | ||
type: TCheck | ||
- os: el8 | ||
image: latest | ||
image: d9f98e8 | ||
build: | ||
type: DCheck | ||
- os: el8 | ||
image: latest | ||
image: d9f98e8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change this to specific images so when we build new image does not affect the current master and if we update some library that requires code changes, does not break previous commit builds
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
aws-docker update
el8 docker update
ubuntu-focal
jammy
focal quicker cmake
cp ssl 1 also