mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-05-13 18:33:34 +00:00
8 lines
106 B
Bash
Executable File
8 lines
106 B
Bash
Executable File
#!/bin/bash
|
|
. ../../docker-hooks.sh
|
|
|
|
image="clearlinux/openjdk"
|
|
package=openjdk
|
|
|
|
do_tag $image $package 8
|