Skip to content

Commit

Permalink
Add comments so dockerfiles can be updated by update-base-images
Browse files Browse the repository at this point in the history
  • Loading branch information
SDawley committed Dec 5, 2022
1 parent 13008af commit d27c0bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion base/ubi8/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# syntax=docker/dockerfile:1.3-labs

FROM registry.access.redhat.com/ubi8/ubi
# https://registry.access.redhat.com/ubi8
FROM registry.access.redhat.com/ubi8/ubi:8.7-1026
LABEL maintainer="Red Hat, Inc."

LABEL com.redhat.component="devfile-base-container"
Expand Down
3 changes: 2 additions & 1 deletion universal/ubi8/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# syntax=docker/dockerfile:1.3-labs

FROM quay.io/devfile/base-developer-image:ubi8-latest
# https://quay.io/devfile/base-developer-image
FROM quay.io/devfile/base-developer-image:ubi8-13008af
LABEL maintainer="Red Hat, Inc."

LABEL com.redhat.component="devfile-universal-container"
Expand Down

0 comments on commit d27c0bf

Please sign in to comment.