-
Notifications
You must be signed in to change notification settings - Fork 1
Conversation
Assuming this is related to aad-for-linux/aad-for-linux#19 |
yes |
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.
that should do it.
Made changes. Please review. |
@Ada-Codina what's the status on this? |
Checked for the packages specific versions that were available in rocky/alpine, rename the ones that were there and removed the ones that weren't. I left the lines empty so you can check what's been rename/removed. |
Can you remove the empty lines and make a list of missing packages as a comment? |
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.
A few more things:
- Please rename the
libnss-aad
directory tolibnss_aad
. - Once all the changes have been made, we need to test by building each docker image (Let me know if you need help).
ENV SDSMIRROR="https://gitlab.com/oxr463/sds/-/jobs/210491217/artifacts/raw" \ | ||
SDSVERSION="2.0.0" SDSDEBVERSION="2.0.0-1" | ||
WORKDIR /tmp | ||
RUN curl -LO "${SDSMIRROR}/libsds${SDSVERSION}_${SDSDEBVERSION}_amd64.deb" && \ | ||
curl -LO "${SDSMIRROR}/libsds-dev_${SDSDEBVERSION}_amd64.deb" && \ | ||
dpkg -i "libsds${SDSVERSION}_${SDSDEBVERSION}_amd64.deb" && \ | ||
dpkg -i "libsds-dev_${SDSDEBVERSION}_amd64.deb" |
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.
We need to port SDS since we can't use the Debian package.
libnss_aad's missing packegesAlpine's Dockerfile Rocky's Dockerfile pam_aad's missing packagesAlpine's Dockerfile Rocky's Dockerfile |
See: #2 |
only copied,
did not delete