Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

Commit

Permalink
fix(deps): bump centos from 8.1.1911 to 8.2.2004 (#8)
Browse files Browse the repository at this point in the history
* fix(deps): bump centos from 8.1.1911 to 8.2.2004

Bumps centos from 8.1.1911 to 8.2.2004.

Signed-off-by: dependabot-preview[bot] <[email protected]>

* fix: CentOS packages updated

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Lukas Holota <[email protected]>
  • Loading branch information
dependabot-preview[bot] and lholota authored Jun 23, 2020
1 parent 29252fd commit 41baaea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ WORKDIR /go/src/github.com/trajano/docker-volume-plugins/glusterfs-volume-plugin

RUN go get ./... && go build

FROM centos:8.1.1911
FROM centos:8.2.2004

# Copy the plugin binary from the build stage
COPY --from=build /go/src/github.com/trajano/docker-volume-plugins/glusterfs-volume-plugin/glusterfs-volume-plugin /usr/bin/glusterfs-volume-plugin

# Install glusterfs dependencies
RUN yum install -q -y \
glusterfs-6.0-15.el8 \
glusterfs-fuse-6.0-15.el8 \
glusterfs-6.0-20.el8 \
glusterfs-fuse-6.0-20.el8 \
attr-2.4.48-3.el8 && \
yum autoremove -q -y && \
yum clean all && \
Expand Down

0 comments on commit 41baaea

Please sign in to comment.