Skip to content

Commit 738d29b

Browse files
authored
Merge pull request kubernetes#74767 from yuwenma/rebase-image
Rebase etcd-version-monitor base image to distroless.
2 parents d8d260a + fd2b579 commit 738d29b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cluster/images/etcd-version-monitor/Dockerfile

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

15-
FROM scratch
16-
LABEL maintainer "Shyam JVS <[email protected]>"
15+
FROM gcr.io/distroless/static:latest
1716

1817
COPY etcd-version-monitor /etcd-version-monitor
1918

0 commit comments

Comments
 (0)