Update docker images to alpine:3.8
What does this MR do?
Updates alpine based Docker images created from this Repository to Alpine 3.8
Why was this MR needed?
Are there points in the code the reviewer needs to double check?
Does this MR meet the acceptance criteria?
-
Documentation created/updated - Tests
-
Added for this feature/bug -
All builds are passing
-
-
Branch has no merge conflicts with master
(if you do - rebase it please)
What are the relevant issue numbers?
Closes #3418 (closed)
Merge request reports
Activity
- Resolved by Tomasz Maczukin
@ayufan Could you review this?
assigned to @ayufan
assigned to @tmaczukin
@tmaczukin can you assign proper labels for this MR?
added ~2278654 executordocker ~3081813 labels
assigned to @ayufan
@ayufan This is finished. Please merge if you have no other comments :)
- Resolved by Tomasz Maczukin
- Resolved by Tomasz Maczukin
assigned to @tmaczukin
added 16 commits
-
bb4ecd18...48074b9f - 15 commits from branch
master
- 4107e695 - Update docker images to alpine:3.8
-
bb4ecd18...48074b9f - 15 commits from branch
@ayufan Done!
assigned to @ayufan
mentioned in issue #3418 (closed)
added devopsverify missed:11.2 labels
changed milestone to %11.3
ping @ayufan :)
mentioned in merge request !894 (closed)
1 FROM multiarch/alpine:armhf-v3.7 1 FROM multiarch/alpine:armhf-v3.8 2 2 3 RUN apk add --update bash ca-certificates git miniperl \ 3 RUN apk add --no-cache bash ca-certificates git git-lfs miniperl \ 4 4 && ln -s miniperl /usr/bin/perl 5 5 6 RUN git lfs install Just a small note: Alpine's post install script already executes
git-lfs install --system
so I think this can be removed to save another layer. Or leave it just to be sure!See https://git.alpinelinux.org/cgit/aports/tree/community/git-lfs/git-lfs.post-install?h=3.8-stable.
mentioned in commit a2c4246a
added Category:Source Code Management label and removed 1 deleted label