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

balena push ignores image reference with commit id #2734

Open
PatrickHallek opened this issue Mar 6, 2024 · 0 comments
Open

balena push ignores image reference with commit id #2734

PatrickHallek opened this issue Mar 6, 2024 · 0 comments

Comments

@PatrickHallek
Copy link

PatrickHallek commented Mar 6, 2024

Expected Behavior

balena push respects the image commit reference in a compose file. It should also fail if the tag does not exist.

Actual Behavior

Putting in any tag seems to get ignored (even if it not even exists). Instead the latest tracked image gets pulled.

Steps to Reproduce the Problem

Create this docker-compose.yml and replace the placeholders. Run balena push myFleet

version: "2.4"

services:
  test:
    image: bh.cr/<ORGA>/<BLOCK_NAME>:<RELEASE_COMMIT>
    command: ./start.sh

Specifications

  • balena CLI version: v18.0.0
  • **Cloud backend: balenaCloud
  • Operating system version: macOS 13.4 (22F66)
  • Install method: npm
  • If npm install, Node.js and npm version: e.g. Node v18.17.0 and npm v10.4.0
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

No branches or pull requests

1 participant