Skip to content

Commit 54aed0d

Browse files
SDawleynickboldt
andauthored
Add comments so dockerfiles can be updated by update-base-images (#46)
* Add comments so dockerfiles can be updated by update-base-images Signed-off-by: sdawley <[email protected]> * publish a :latest tag too Signed-off-by: Nick Boldt <[email protected]> * cannot use updateBaseImages.sh on SHA-based tags as they're not date-based or semver-sequential, and therefore cannot be ordered Signed-off-by: Nick Boldt <[email protected]> Signed-off-by: sdawley <[email protected]> Signed-off-by: Nick Boldt <[email protected]> Co-authored-by: Nick Boldt <[email protected]>
1 parent 13008af commit 54aed0d

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/ubi8-build.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
push: ${{ github.event_name != 'pull_request' }}
4141
context: base/ubi8
4242
tags: |
43+
quay.io/devfile/base-developer-image:latest
4344
${{ steps.meta.outputs.tags }}
4445
4546
build_universal_ubi8_image:

base/ubi8/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# syntax=docker/dockerfile:1.3-labs
22

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

67
LABEL com.redhat.component="devfile-base-container"

universal/ubi8/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# syntax=docker/dockerfile:1.3-labs
22

3+
# updateBaseImages.sh can't operate on SHA-based tags as they're not date-based or semver-sequential, and therefore cannot be ordered
34
FROM quay.io/devfile/base-developer-image:ubi8-latest
45
LABEL maintainer="Red Hat, Inc."
56

0 commit comments

Comments
 (0)