Skip to content

Commit

Permalink
Merge pull request #120 from red-hat-data-services/update-image
Browse files Browse the repository at this point in the history
update Dockerfile.konflux with tags
  • Loading branch information
MohammadiIram authored Nov 15, 2024
2 parents 1a6eb34 + 5768568 commit 1450a4d
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:fe1c5eee22c78e1a9806323ee46329a41ac99521c5022c84765c4d698abb4e81 AS builder
FROM registry.redhat.io/ubi8/go-toolset:1.21@sha256:742ae6ec1aef3e7faae488c47695fb64964d342aefecf52d23bd9d5e6731d0b6 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:fe1c5eee22c78e1a9806323ee46329a41ac99521c5022c84765c4d698abb4e81 as builder
FROM registry.redhat.io/ubi8/go-toolset:1.21@sha256:742ae6ec1aef3e7faae488c47695fb64964d342aefecf52d23bd9d5e6731d0b6 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:fe1c5eee22c78e1a9806323ee46329a41ac99521c5022c84765c4d698abb4e81 as builder
FROM registry.redhat.io/ubi8/go-toolset:1.21@sha256:742ae6ec1aef3e7faae488c47695fb64964d342aefecf52d23bd9d5e6731d0b6 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:fe1c5eee22c78e1a9806323ee46329a41ac99521c5022c84765c4d698abb4e81 as builder
FROM registry.redhat.io/ubi8/go-toolset:1.21@sha256:742ae6ec1aef3e7faae488c47695fb64964d342aefecf52d23bd9d5e6731d0b6 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:fe1c5eee22c78e1a9806323ee46329a41ac99521c5022c84765c4d698abb4e81 as builder
FROM registry.redhat.io/ubi8/go-toolset:1.21@sha256:742ae6ec1aef3e7faae488c47695fb64964d342aefecf52d23bd9d5e6731d0b6 as builder

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

0 comments on commit 1450a4d

Please sign in to comment.