Skip to content

build-locally.sh: Fixed build issue and added instructions for viewing the result#3698

Merged
olehermanse merged 2 commits into
cfengine:masterfrom
olehermanse:master
Jun 19, 2026
Merged

build-locally.sh: Fixed build issue and added instructions for viewing the result#3698
olehermanse merged 2 commits into
cfengine:masterfrom
olehermanse:master

Conversation

@olehermanse

Copy link
Copy Markdown
Member
  • generator/build/Dockerfile: Ensured we don't have an outdated (cached) apt-get update for install.sh script
  • build-locally.sh: Added instructions for viewing the resulting build in a browser

@olehermanse olehermanse marked this pull request as ready for review June 19, 2026 12:12
@olehermanse

Copy link
Copy Markdown
Member Author

@cf-bottom jenkins, please

@cf-bottom

Copy link
Copy Markdown

…) apt-get update for install.sh script

Without this change, you can end up in a situaton where the lines above from the Dockerfile are cached and outdated.

The apt-get update is especially relevant since the install.sh script tries to do apt-get install things,
which has a tendency to fail if apt-get update is not recent.

Signed-off-by: Ole Herman Schumacher Elgesem <ole@northern.tech>
…in a browser

Signed-off-by: Ole Herman Schumacher Elgesem <ole@northern.tech>
@olehermanse

Copy link
Copy Markdown
Member Author

@cf-bottom jenkins, please.

@cf-bottom

Copy link
Copy Markdown

@olehermanse olehermanse merged commit b517a00 into cfengine:master Jun 19, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants