Skip to content

Commit

Permalink
Merge pull request #119 from red-hat-data-services/konflux/mintmaker/…
Browse files Browse the repository at this point in the history
…master/registry.redhat.io-ubi8-go-toolset

Update registry.redhat.io/ubi8/go-toolset Docker digest to fe1c5ee
  • Loading branch information
moulalis authored Nov 14, 2024
2 parents adc8a07 + d83d23b commit 1a6eb34
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile.konflux.api
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM registry.redhat.io/ubi8/go-toolset@sha256:bd2057262d0876188976f79d2246717994de9e03dd589b1e6471dd2b2777204f AS builder
FROM registry.redhat.io/ubi8/go-toolset@sha256:fe1c5eee22c78e1a9806323ee46329a41ac99521c5022c84765c4d698abb4e81 AS builder

## Build args to be used at this step
ARG SOURCE_CODE
Expand Down
2 changes: 1 addition & 1 deletion backend/Dockerfile.konflux.driver
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Build arguments
ARG SOURCE_CODE=.

FROM registry.redhat.io/ubi8/go-toolset@sha256:bd2057262d0876188976f79d2246717994de9e03dd589b1e6471dd2b2777204f as builder
FROM registry.redhat.io/ubi8/go-toolset@sha256:fe1c5eee22c78e1a9806323ee46329a41ac99521c5022c84765c4d698abb4e81 as builder


## Build args to be used at this step
Expand Down
2 changes: 1 addition & 1 deletion backend/Dockerfile.konflux.launcher
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
ARG SOURCE_CODE=.

# Use ubi8/nodejs-14 as base image
FROM registry.redhat.io/ubi8/go-toolset@sha256:bd2057262d0876188976f79d2246717994de9e03dd589b1e6471dd2b2777204f as builder
FROM registry.redhat.io/ubi8/go-toolset@sha256:fe1c5eee22c78e1a9806323ee46329a41ac99521c5022c84765c4d698abb4e81 as builder

## Build args to be used at this step
ARG SOURCE_CODE
Expand Down
2 changes: 1 addition & 1 deletion backend/Dockerfile.konflux.persistenceagent
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
ARG SOURCE_CODE=.

# Use ubi8/go-toolset as base image
FROM registry.redhat.io/ubi8/go-toolset@sha256:bd2057262d0876188976f79d2246717994de9e03dd589b1e6471dd2b2777204f as builder
FROM registry.redhat.io/ubi8/go-toolset@sha256:fe1c5eee22c78e1a9806323ee46329a41ac99521c5022c84765c4d698abb4e81 as builder

## Build args to be used at this step
ARG SOURCE_CODE
Expand Down
2 changes: 1 addition & 1 deletion backend/Dockerfile.konflux.scheduledworkflow
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
ARG SOURCE_CODE=.

# Use ubi8/go-toolset as base image
FROM registry.redhat.io/ubi8/go-toolset@sha256:bd2057262d0876188976f79d2246717994de9e03dd589b1e6471dd2b2777204f as builder
FROM registry.redhat.io/ubi8/go-toolset@sha256:fe1c5eee22c78e1a9806323ee46329a41ac99521c5022c84765c4d698abb4e81 as builder

## Build args to be used at this step
ARG SOURCE_CODE
Expand Down

0 comments on commit 1a6eb34

Please sign in to comment.