Skip to content
This repository was archived by the owner on Dec 1, 2022. It is now read-only.

Commit 144ad71

Browse files
authored
Merge pull request #6 from kubernetes-csi/fix-imagerepo
Fix imagerepo name
2 parents 9aa46e5 + 9de8d7b commit 144ad71

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ RUN \
77
yum install -y buildah && \
88
yum clean all
99

10-
COPY ./bin/imageplugin /imageplugin
11-
ENTRYPOINT ["/imageplugin"]
10+
COPY ./bin/imagepopulatorplugin /imagepopulatorplugin
11+
ENTRYPOINT ["/imagepopulatorplugin"]
1212

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# TODO: add a Dockerfile and uncomment the following line
16-
# CMDS=imagepopulatorplugin
17-
CMDS=imageplugin
15+
CMDS=imagepopulatorplugin
1816
all: build
1917

2018
include release-tools/build.make
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)