Giter VIP home page Giter VIP logo

Comments (4)

marksteward avatar marksteward commented on September 15, 2024

I don't think this caused by cwebp. 2018_post.jpg in the latest website image is full of Unicode replacement characters (ef bf bd):

$ xxd 2018_post.ce4fa.jpg |head
00000000: ffd8 ffe0 0010 4a46 4946 0001 0100 0001  ......JFIF......
00000010: 0001 0000 ffe2 0c58 4943 435f 5052 4f46  .......XICC_PROF
00000020: 494c 4500 0101 0000 0c48 4c69 6e6f 0210  ILE......HLino..
00000030: 0000 6d6e 7472 5247 4220 5859 5a20 07ce  ..mntrRGB XYZ ..
00000040: 0002 0009 0006 0031 0000 6163 7370 4d53  .......1..acspMS
00000050: 4654 0000 0000 4945 4320 7352 4742 0000  FT....IEC sRGB..
00000060: 0000 0000 0000 0000 0000 0000 f6d6 0001  ................
00000070: 0000 0000 d32d 4850 2020 0000 0000 0000  .....-HP  ......
00000080: 0000 0000 0000 0000 0000 0000 0000 0000  ................
00000090: 0000 0000 0000 0000 0000 0000 0000 0000  ................

$ xxd 2018_post.f0f58.jpg |head
00000000: efbf bdef bfbd efbf bdef bfbd 0010 4a46  ..............JF
00000010: 4946 0001 0100 0001 0001 0000 efbf bdef  IF..............
00000020: bfbd 0c58 4943 435f 5052 4f46 494c 4500  ...XICC_PROFILE.
00000030: 0101 0000 0c48 4c69 6e6f 0210 0000 6d6e  .....HLino....mn
00000040: 7472 5247 4220 5859 5a20 07ef bfbd 0002  trRGB XYZ ......
00000050: 0009 0006 0031 0000 6163 7370 4d53 4654  .....1..acspMSFT
00000060: 0000 0000 4945 4320 7352 4742 0000 0000  ....IEC sRGB....
00000070: 0000 0000 0000 0000 0000 efbf bdef bfbd  ................
00000080: 0001 0000 0000 efbf bd2d 4850 2020 0000  .........-HP  ..
00000090: 0000 0000 0000 0000 0000 0000 0000 0000  ................

Seems to apply to all images.

from website.

marksteward avatar marksteward commented on September 15, 2024

Also bad:

i=ghcr.io/emfcamp/website@sha256:853eeb6d9050cd2b772bff61617f10531cf5d496d68251422228cd3f2a9a9fc2
docker pull $i && docker run --rm --entrypoint=bash $i -c 'cat /app/static/images/2018_post.jpg'|xxd|head

Bad i=ghcr.io/emfcamp/website@sha256:9598465ee8a9b74302eb54b98914fb4c23f7a6e70d81341ad51efa99837cf2de
Good i=ghcr.io/emfcamp/website@sha256:da707501a4bc7c03c537040ccf979dd6e72eed2fc10241b5801440ad0c73e1a3
Good i=ghcr.io/emfcamp/website@sha256:de8dc823e49a2eb9d12d2d0739d70458debc9d8dda12ff592aaee5ffe109dbf8

So it broke with https://github.com/emfcamp/Website/actions/runs/9863319190/job/27235909312, which was the first since adding pump and also this base image build https://github.com/emfcamp/Website/actions/runs/9738746855.

Maybe a change between pump 2.0 and 3.0? Unlikely are there are basically no changes.

from website.

marksteward avatar marksteward commented on September 15, 2024

Caused by Default stream encoding to UTF-8, included in #1735. I can't work out why bumping braces required bumping gulp in the first place but it is the first gulp release in 5 years and included a list of breaking changes so we probably can't grumble.

from website.

marksteward avatar marksteward commented on September 15, 2024

Fixed by 7e91dda

from website.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.