Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🤖: Update build recipes for SP6 #1759

Merged
merged 3 commits into from
Sep 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dotnet-8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ COPY dotnet-apphost-pack-8.0-8.0.8-1.x86_64.rpm /tmp/
COPY aspnetcore-targeting-pack-8.0-8.0.8-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/a/aspnetcore-runtime-8.0-8.0.8-1.x86_64.rpm
COPY aspnetcore-runtime-8.0-8.0.8-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-sdk-8.0-8.0.401-1.x86_64.rpm
COPY dotnet-sdk-8.0-8.0.401-1.x86_64.rpm /tmp/
#!RemoteAssetUrl: https://packages.microsoft.com/sles/15/prod/Packages/d/dotnet-sdk-8.0-8.0.402-1.x86_64.rpm
COPY dotnet-sdk-8.0-8.0.402-1.x86_64.rpm /tmp/


# Workaround for https://github.com/openSUSE/obs-build/issues/487
Expand Down
11 changes: 11 additions & 0 deletions dotnet-8.0/dotnet-8.0.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Sep 28 08:16:47 UTC 2024 - Dirk Mueller <[email protected]>

- fix registry references in READMEs

-------------------------------------------------------------------
Sat Sep 28 08:14:30 UTC 2024 - Dirk Müller <[email protected]>

- update to 8.0.402 release:
https://github.com/dotnet/core/blob/main/release-notes/8.0/8.0.8/8.0.402.md

-------------------------------------------------------------------
Thu Sep 26 09:56:33 UTC 2024 - Dirk Mueller <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion golang-oldstable-image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ COPY . ./
RUN go build -o /hello

# Bundle the application into a scratch image
FROM registry.suse.com/bci/bci-micro:15.4
FROM registry.suse.com/bci/bci-micro:latest

COPY --from=build /hello /usr/local/bin/hello

Expand Down
5 changes: 5 additions & 0 deletions golang-oldstable-image/golang-oldstable-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Sep 28 08:16:47 UTC 2024 - Dirk Mueller <[email protected]>

- fix registry references in READMEs

-------------------------------------------------------------------
Thu Sep 26 09:56:33 UTC 2024 - Dirk Mueller <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion golang-oldstable-openssl-image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ COPY . ./
RUN go build -o /hello

# Bundle the application into a scratch image
FROM registry.suse.com/bci/bci-micro:15.4
FROM registry.suse.com/bci/bci-micro:latest

COPY --from=build /hello /usr/local/bin/hello

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Sep 28 08:16:47 UTC 2024 - Dirk Mueller <[email protected]>

- fix registry references in READMEs

-------------------------------------------------------------------
Thu Sep 26 09:56:33 UTC 2024 - Dirk Mueller <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion golang-stable-image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ COPY . ./
RUN go build -o /hello

# Bundle the application into a scratch image
FROM registry.suse.com/bci/bci-micro:15.4
FROM registry.suse.com/bci/bci-micro:latest

COPY --from=build /hello /usr/local/bin/hello

Expand Down
5 changes: 5 additions & 0 deletions golang-stable-image/golang-stable-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Sep 28 08:16:47 UTC 2024 - Dirk Mueller <[email protected]>

- fix registry references in READMEs

-------------------------------------------------------------------
Thu Sep 26 09:56:33 UTC 2024 - Dirk Mueller <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion golang-stable-openssl-image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ COPY . ./
RUN go build -o /hello

# Bundle the application into a scratch image
FROM registry.suse.com/bci/bci-micro:15.4
FROM registry.suse.com/bci/bci-micro:latest

COPY --from=build /hello /usr/local/bin/hello

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Sep 28 08:16:47 UTC 2024 - Dirk Mueller <[email protected]>

- fix registry references in READMEs

-------------------------------------------------------------------
Thu Sep 26 09:56:33 UTC 2024 - Dirk Mueller <[email protected]>

Expand Down
Loading