Skip to content
Snippets Groups Projects

Update docker images to alpine:3.8

Merged Tomasz Maczukin requested to merge update-to-alpine-3.8 into master
1 unresolved thread

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)

Edited by 🤖 GitLab Bot 🤖

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Author Maintainer

    @ayufan Could you review this?

  • assigned to @ayufan

  • @tmaczukin can you assign proper labels for this MR?

  • Tomasz Maczukin added ~2278654 executordocker ~3081813 labels

    added ~2278654 executordocker ~3081813 labels

  • assigned to @ayufan

  • Tomasz Maczukin unmarked as a Work In Progress

    unmarked as a Work In Progress

  • Author Maintainer

    @ayufan This is finished. Please merge if you have no other comments :)

  • Kamil Trzciński
  • Tomasz Maczukin resolved all discussions

    resolved all discussions

  • Tomasz Maczukin added 16 commits

    added 16 commits

    Compare with previous version

  • Author Maintainer

    @ayufan Done!

  • assigned to @ayufan

  • mentioned in issue #3418 (closed)

  • Tomasz Maczukin changed milestone to %11.3

    changed milestone to %11.3

  • Author Maintainer

    ping @ayufan :)

  • Tomasz Maczukin resolved all discussions

    resolved all discussions

  • Tomasz Maczukin mentioned in merge request !894 (closed)

    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
  • Kamil Trzciński approved this merge request

    approved this merge request

  • mentioned in commit a2c4246a

  • Elliot Rushton added 1 deleted label and removed 1 deleted label

    added 1 deleted label and removed 1 deleted label

  • 🤖 GitLab Bot 🤖 changed the description

    changed the description

  • 🤖 GitLab Bot 🤖 added Category:Source Code Management label and removed 1 deleted label

    added Category:Source Code Management label and removed 1 deleted label

  • Please register or sign in to reply
    Loading