Skip to content

Conversation

@Irakus
Copy link

@Irakus Irakus commented Nov 17, 2025

Description

Update Scenescape images used in Smart Intersection app to 2025.2-rc2 version.

Any Newly Introduced Dependencies

Please describe any newly introduced 3rd party dependencies in this change. List their name, license information and how they are used in the project.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist:

  • I agree to use the APACHE-2.0 license for my code changes.
  • I have not introduced any 3rd party components incompatible with APACHE-2.0.
  • I have not included any company confidential information, trade secret, password or security token.
  • I have performed a self-review of my code.

- NO_PROXY=${no_proxy},.scenescape.intel.com,influxdb2
- HTTP_PROXY=${http_proxy}
- HTTPS_PROXY=${https_proxy}
- SUPASS
Copy link
Contributor

@jakubsikorski jakubsikorski Nov 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- SUPASS
- SUPASS=${SUPASS}

The creation of this environment variable either needs to be moved to install script where .env file gets populated with this value or documentation needs to be updated saying user needs to export supass with a value.

I believe the creation of /src/secrets/supass is no longer necessary as this file is no longer supplied as a secret anywhere.
Previously it was supplied as a secret to manager and the createDB init was run with the value being read from the file

SUPASS=$(cat /run/secrets/supass) /usr/local/bin/scenescape-init database --preloadexample

but this is not the case anymore of how it's done

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will fix when migrating to rc3

volumes:
- pgserver-media:/workspace/media
- pgserver-migrations:/workspace/migrations
- sample-data:/home/scenescape/SceneScape/sample_data
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inspecting this volume - it's empty. I'm not sure this is needed

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will fix when migrating to rc3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants