Skip to content

chore: upgrade .base to v0.35.0 + fix hadolint CI failure#120

Merged
ycpss91255 merged 4 commits into
mainfrom
chore/upgrade-base-v0.35.0
May 27, 2026
Merged

chore: upgrade .base to v0.35.0 + fix hadolint CI failure#120
ycpss91255 merged 4 commits into
mainfrom
chore/upgrade-base-v0.35.0

Conversation

@ycpss91255
Copy link
Copy Markdown
Contributor

Summary

Upgrade .base subtree from v0.34.0 to v0.35.0 and fix pre-existing
hadolint CI failure.

Changes

  1. .base subtree upgrade to v0.35.0 (auto-committed by
    upgrade.sh): picks up base PR#416 Makefile fix (VAR=VALUE guard

    • --no-builtin-rules for absolute path forwarding), plus
      base PR#404 upgrade.sh idempotency regex fix, and other v0.35.0
      changes. Workflow @tag references updated to @v0.35.0.
  2. .hadolint.yaml break symlink + add DL3003/DL3006: the base
    symlink only carried 4 generic ignores. ros1_bridge's
    FROM ${BASE_IMAGE} (DL3006, variable-based multi-distro) and
    cd /lint in the test stage (DL3003) caused CI failure on every
    main-branch push since v0.34.0 upgrade. Standalone file adds the
    2 repo-specific rules alongside the 4 inherited base rules.

  3. CHANGELOG [Unreleased] Fixed entry for the hadolint fix.

Test plan

  • ./script/build.sh test green (shellcheck + hadolint + 64
    bats smoke tests).
  • Upstream config/docker/setup.conf diff reviewed -- cosmetic
    comment restructuring only, no functional impact on ros1_bridge's
    section overrides.
  • CI green (ci-summary aggregator).

Context

  • refs base#414, base PR#416
  • Pre-existing CI failure: main-branch push runs full docker build
    including hadolint; PR CI for doc-only changes skips the build
    step, masking the failure.

4246dfd chore: release v0.35.0 (#422)
1889914 chore: release v0.35.0-rc1 (#421)
8fc56b6 refactor(dockerfile): remove pip/setup scaffolding — downstream owns pip (closes #407) (#419)
d57dce1 refactor(dockerfile): hadolint ignore cleanup — pin versions, fix violations (closes #405) (#418)
3e37af6 feat(build-worker): support extra_stages input for custom Dockerfile stages (closes #415) (#417)
0d29af7 feat(setup.conf): add [network] pid for PID namespace mode (closes #412) (#413)
0d8d683 fix(Makefile): guard VAR=VALUE args + fix absolute path forwarding (closes #414) (#416)
a61636f fix(upgrade.sh): anchor #399 idempotency regex to prevent /lint/script/ false-positive (closes #403) (#404)
bb54db8 chore: release v0.34.1 (#401)
e63daf2 feat(upgrade.sh): auto-patch Dockerfile COPY *.sh /lint/ post-#330 drift (#400)

git-subtree-dir: .base
git-subtree-split: 4246dfde95ec54b053b52931f59317c7acbe19fb
- main.yaml: workflow @tag updated to v0.35.0
- .gitignore: synced canonical entries (template lib/gitignore.sh)
- untracked any derived artifacts now covered by .gitignore
…ignores

DL3006 (always tag image version) fires on `FROM ${BASE_IMAGE}`
which is variable-based by design for multi-distro support.
DL3003 (use WORKDIR) fires on `cd /lint` in the test stage which
is an ephemeral lint context, not a real WORKDIR need.

Previously .hadolint.yaml was a symlink to .base/.hadolint.yaml
which only carries the 4 base ignores (DL3004/DL3008/DL3013/DL3018).
ros1_bridge needs repo-specific ignores so break the symlink and
maintain a standalone file.

Fixes the pre-existing CI failure on main branch push.
@ycpss91255 ycpss91255 enabled auto-merge (squash) May 27, 2026 02:20
@ycpss91255 ycpss91255 merged commit 88d099f into main May 27, 2026
14 of 18 checks passed
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.

1 participant