mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-08-18 19:55:59 +00:00
52fb1c147e
Signed-off-by: William Douglas <william.douglas@intel.com>
8 lines
104 B
Bash
Executable File
8 lines
104 B
Bash
Executable File
#!/bin/bash
|
|
. ../docker-hooks.sh
|
|
|
|
image="clearlinux/redis"
|
|
package=redis-native
|
|
|
|
do_tag $image $package
|